File tree 4 files changed +10
-16
lines changed
servlet-feature-pack/src/main/resources/modules/system/layers/base/org/jboss/as/security/main
4 files changed +10
-16
lines changed Original file line number Diff line number Diff line change 142
142
<artifactId >jboss-remoting</artifactId >
143
143
</dependency >
144
144
145
- <dependency >
146
- <groupId >org.jboss.sasl</groupId >
147
- <artifactId >jboss-sasl</artifactId >
148
- </dependency >
149
-
150
145
<dependency >
151
146
<groupId >org.jboss.spec.javax.jms</groupId >
152
147
<artifactId >jboss-jms-api_2.0_spec</artifactId >
Original file line number Diff line number Diff line change 76
76
<artifactId >jboss-remoting</artifactId >
77
77
</dependency >
78
78
79
- <dependency >
80
- <groupId >org.jboss.sasl</groupId >
81
- <artifactId >jboss-sasl</artifactId >
82
- </dependency >
83
-
84
79
<dependency >
85
80
<groupId >org.jboss.spec.javax.transaction</groupId >
86
81
<artifactId >jboss-transaction-api_1.2_spec</artifactId >
101
96
<artifactId >xnio-nio</artifactId >
102
97
</dependency >
103
98
99
+ <dependency >
100
+ <groupId >org.wildfly.security</groupId >
101
+ <artifactId >wildfly-elytron</artifactId >
102
+ </dependency >
103
+
104
104
</dependencies >
105
105
106
106
</project >
Original file line number Diff line number Diff line change 106
106
<artifactId >jboss-remoting</artifactId >
107
107
</dependency >
108
108
109
- <dependency >
110
- <groupId >org.jboss.sasl</groupId >
111
- <artifactId >jboss-sasl</artifactId >
112
- </dependency >
113
-
114
109
<dependency >
115
110
<groupId >org.jboss.spec.javax.jms</groupId >
116
111
<artifactId >jboss-jms-api_2.0_spec</artifactId >
140
135
<groupId >org.slf4j</groupId >
141
136
<artifactId >slf4j-api</artifactId >
142
137
</dependency >
138
+
139
+ <dependency >
140
+ <groupId >org.wildfly.security</groupId >
141
+ <artifactId >wildfly-elytron</artifactId >
142
+ </dependency >
143
143
</dependencies >
144
144
145
145
</project >
Original file line number Diff line number Diff line change 57
57
<module name =" org.jboss.modules" />
58
58
<module name =" org.jboss.msc" />
59
59
<module name =" org.jboss.remoting" />
60
- <module name =" org.jboss.sasl" />
61
60
<module name =" org.jboss.security.negotiation" optional =" true" />
62
61
<module name =" org.jboss.staxmapper" />
63
62
<module name =" org.picketbox" />
You can’t perform that action at this time.
0 commit comments