Skip to content

Commit

Permalink
Fix #440: Improve dependency management of io.getlime.security
Browse files Browse the repository at this point in the history
  • Loading branch information
banterCZ committed Oct 12, 2022
1 parent 8f4f64a commit 4e222f8
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 5 deletions.
1 change: 0 additions & 1 deletion enrollment-server-onboarding-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-restful-security-spring-annotation</artifactId>
<version>1.3.0</version>
</dependency>

<dependency>
Expand Down
1 change: 0 additions & 1 deletion enrollment-server-onboarding-domain-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-java-crypto</artifactId>
<version>1.3.0</version>
</dependency>

<dependency>
Expand Down
1 change: 0 additions & 1 deletion enrollment-server-onboarding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-push-client</artifactId>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>io.getlime.core</groupId>
Expand Down
2 changes: 0 additions & 2 deletions enrollment-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,10 @@
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-restful-security-spring</artifactId>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-push-client</artifactId>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>io.getlime.core</groupId>
Expand Down
24 changes: 24 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,30 @@
<version>${audit-base.version}</version>
</dependency>

<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-java-crypto</artifactId>
<version>1.3.0</version>
</dependency>

<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-restful-security-spring-annotation</artifactId>
<version>1.3.0</version>
</dependency>

<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-restful-security-spring</artifactId>
<version>1.3.0</version>
</dependency>

<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-push-client</artifactId>
<version>1.3.0</version>
</dependency>

<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations</artifactId>
Expand Down

0 comments on commit 4e222f8

Please sign in to comment.