Skip to content

Commit

Permalink
Fix #697: Refactor Maven Dependency Versioning for Distinct PowerAuth…
Browse files Browse the repository at this point in the history
… Repositories for 1.4.x

- Split PAS and PowerAuth Restful Integration dependencies
  • Loading branch information
jandusil committed Dec 2, 2023
1 parent 0d40215 commit 944ac0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
<javax.interceptor-api.version>1.2.2</javax.interceptor-api.version>
<rest-base.version>1.6.0</rest-base.version>
<powerauth.version>1.4.0</powerauth.version>
<powerauth-restful-integration.version>1.4.0</powerauth-restful-integration.version>
<powerauth-crypto.version>1.4.0</powerauth-crypto.version>
<pushy.version>0.15.1</pushy.version>
<springdoc-openapi.version>1.6.9</springdoc-openapi.version>
Expand Down
2 changes: 1 addition & 1 deletion powerauth-push-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-restful-model</artifactId>
<version>${powerauth.version}</version>
<version>${powerauth-restful-integration.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 944ac0f

Please sign in to comment.