Skip to content

Commit

Permalink
fix: update pom #1438 (#1439)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgomer2001 authored May 23, 2022
1 parent ef7ec68 commit 66b9962
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions agama/engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,11 @@
<artifactId>jans-auth-model</artifactId>
</dependency>

<!-- COMMONS -->
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agama/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.min-version>3.6.3</maven.min-version>
<jans.version>1.0.0</jans.version>
<jans.version>${project.version}</jans.version>
</properties>

<repositories>
Expand Down

0 comments on commit 66b9962

Please sign in to comment.