File tree Expand file tree Collapse file tree 5 files changed +3
-15
lines changed
ejb-security-programmatic-auth
security-domain-to-domain/web Expand file tree Collapse file tree 5 files changed +3
-15
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments