Skip to content

Commit

Permalink
Add indy-security as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ruhan1 committed Mar 27, 2024
1 parent e05363d commit eb890fe
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<netty.version>4.1.106.Final</netty.version>

<junit.version>5.10.1</junit.version>

<indy-security.version>1.2-SNAPSHOT</indy-security.version>
<enforcedMavenVersion>[3.6.0,)</enforcedMavenVersion>
</properties>

Expand All @@ -66,6 +66,11 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.commonjava.indy.service</groupId>
<artifactId>indy-security</artifactId>
<version>${indy-security.version}</version>
</dependency>
<!-- Include this in dependency to fix netty_transport_native_epoll missing warning -->
<dependency>
<groupId>io.netty</groupId>
Expand Down

0 comments on commit eb890fe

Please sign in to comment.