Skip to content

Commit

Permalink
Utilise Infinispan version of Aesh
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanemerson committed Mar 13, 2023
1 parent c22a704 commit 90d2c35
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion poms/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,16 @@
<artifactId>jgroups-raft</artifactId>
<version>${version.jgroups.raft}</version>
</dependency>

<dependency>
<groupId>org.aesh</groupId>
<artifactId>aesh</artifactId>
<version>${version.aesh}</version>
</dependency>
<dependency>
<groupId>org.aesh</groupId>
<artifactId>readline</artifactId>
<version>${version.aesh-readline}</version>
</dependency>
<dependency>
<groupId>org.wildfly.security</groupId>
<artifactId>wildfly-elytron-auth-server-http</artifactId>
Expand Down

0 comments on commit 90d2c35

Please sign in to comment.