Skip to content

Commit 8d0c1ef

Browse files
authored
Merge pull request #1045 from emmartins/WFLY-18097
[WFLY-18097] Replace wildfly-elytron quickstarts dependencies
2 parents 64aea2a + ef9d27b commit 8d0c1ef

File tree

5 files changed

+3
-15
lines changed

5 files changed

+3
-15
lines changed

ee-security/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,9 @@
9191

9292
<dependency>
9393
<groupId>org.wildfly.security</groupId>
94-
<artifactId>wildfly-elytron</artifactId>
94+
<artifactId>wildfly-elytron-auth-server</artifactId>
9595
<scope>provided</scope>
9696
</dependency>
97-
9897

9998
<!-- Needed for running tests (you may also use TestNG) -->
10099
<dependency>

ejb-security-programmatic-auth/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,6 @@
6666
</dependencyManagement>
6767

6868
<dependencies>
69-
<dependency>
70-
<groupId>org.wildfly.security</groupId>
71-
<artifactId>wildfly-elytron</artifactId>
72-
</dependency>
7369
<!-- The EJB Client BOM provides application server-compatible dependency management,
7470
used for building, testing or debugging EJB client applications. Import the BOM to the
7571
dependency management section of the app's pom.xml file and then set dependencies on specific artifacts.

http-custom-mechanism/custom-module/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,9 @@
3939
</licenses>
4040

4141
<dependencies>
42-
4342
<dependency>
4443
<groupId>org.wildfly.security</groupId>
45-
<artifactId>wildfly-elytron</artifactId>
44+
<artifactId>wildfly-elytron-http</artifactId>
4645
<scope>provided</scope>
4746
</dependency>
4847
<dependency>

http-custom-mechanism/webapp/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@
3838
</licenses>
3939

4040
<dependencies>
41-
42-
<dependency>
43-
<groupId>org.wildfly.security</groupId>
44-
<artifactId>wildfly-elytron</artifactId>
45-
<scope>provided</scope>
46-
</dependency>
4741
<dependency>
4842
<groupId>org.wildfly.common</groupId>
4943
<artifactId>wildfly-common</artifactId>

security-domain-to-domain/web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<!-- Import WildFly Elytron so the APIs can be used. -->
8282
<dependency>
8383
<groupId>org.wildfly.security</groupId>
84-
<artifactId>wildfly-elytron</artifactId>
84+
<artifactId>wildfly-elytron-auth-server</artifactId>
8585
<scope>provided</scope>
8686
</dependency>
8787
<dependency>

0 commit comments

Comments
 (0)