Skip to content

Commit 5a085d9

Browse files
fjumakabir
authored andcommitted
[WFLY-4582] Remove references to JBoss SASL
1 parent 0d29a8d commit 5a085d9

File tree

4 files changed

+10
-16
lines changed

4 files changed

+10
-16
lines changed

appclient/pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -142,11 +142,6 @@
142142
<artifactId>jboss-remoting</artifactId>
143143
</dependency>
144144

145-
<dependency>
146-
<groupId>org.jboss.sasl</groupId>
147-
<artifactId>jboss-sasl</artifactId>
148-
</dependency>
149-
150145
<dependency>
151146
<groupId>org.jboss.spec.javax.jms</groupId>
152147
<artifactId>jboss-jms-api_2.0_spec</artifactId>

client/ejb/pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,6 @@
7676
<artifactId>jboss-remoting</artifactId>
7777
</dependency>
7878

79-
<dependency>
80-
<groupId>org.jboss.sasl</groupId>
81-
<artifactId>jboss-sasl</artifactId>
82-
</dependency>
83-
8479
<dependency>
8580
<groupId>org.jboss.spec.javax.transaction</groupId>
8681
<artifactId>jboss-transaction-api_1.2_spec</artifactId>
@@ -101,6 +96,11 @@
10196
<artifactId>xnio-nio</artifactId>
10297
</dependency>
10398

99+
<dependency>
100+
<groupId>org.wildfly.security</groupId>
101+
<artifactId>wildfly-elytron</artifactId>
102+
</dependency>
103+
104104
</dependencies>
105105

106106
</project>

client/jms/pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,6 @@
106106
<artifactId>jboss-remoting</artifactId>
107107
</dependency>
108108

109-
<dependency>
110-
<groupId>org.jboss.sasl</groupId>
111-
<artifactId>jboss-sasl</artifactId>
112-
</dependency>
113-
114109
<dependency>
115110
<groupId>org.jboss.spec.javax.jms</groupId>
116111
<artifactId>jboss-jms-api_2.0_spec</artifactId>
@@ -140,6 +135,11 @@
140135
<groupId>org.slf4j</groupId>
141136
<artifactId>slf4j-api</artifactId>
142137
</dependency>
138+
139+
<dependency>
140+
<groupId>org.wildfly.security</groupId>
141+
<artifactId>wildfly-elytron</artifactId>
142+
</dependency>
143143
</dependencies>
144144

145145
</project>

servlet-feature-pack/src/main/resources/modules/system/layers/base/org/jboss/as/security/main/module.xml

-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
<module name="org.jboss.modules"/>
5858
<module name="org.jboss.msc"/>
5959
<module name="org.jboss.remoting"/>
60-
<module name="org.jboss.sasl"/>
6160
<module name="org.jboss.security.negotiation" optional="true"/>
6261
<module name="org.jboss.staxmapper"/>
6362
<module name="org.picketbox"/>

0 commit comments

Comments
 (0)