Skip to content

Commit

Permalink
Merge pull request wildfly#18291 from fjuma/WFLY-19802
Browse files Browse the repository at this point in the history
[WFLY-19802] Add wildfly-elytron-sasl-anonymous to jboss-client.jar
  • Loading branch information
bstansberry authored Oct 11, 2024
2 parents 80b2c2f + 822220d commit 38b786d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/shade/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,10 @@
<groupId>org.wildfly.security</groupId>
<artifactId>wildfly-elytron-mechanism-digest</artifactId>
</dependency>
<dependency>
<groupId>org.wildfly.security</groupId>
<artifactId>wildfly-elytron-sasl-anonymous</artifactId>
</dependency>
<dependency>
<groupId>org.wildfly.security</groupId>
<artifactId>wildfly-elytron-sasl-digest</artifactId>
Expand Down

0 comments on commit 38b786d

Please sign in to comment.