Skip to content

Commit

Permalink
chore: misc descriptor updates (#9990)
Browse files Browse the repository at this point in the history
chore: misc descriptor updates #9978

Signed-off-by: jgomer2001 <[email protected]>
Signed-off-by: Olevacho <[email protected]>
  • Loading branch information
jgomer2001 authored and olevacho committed Nov 1, 2024
1 parent 83aa318 commit 02b1ffd
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions jans-casa/app-fips/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
</dependency>

<!-- JANS-->
<dependency>
<groupId>io.jans</groupId>
<artifactId>agama-model</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.jans</groupId>
<artifactId>jans-orm-model</artifactId>
Expand All @@ -49,6 +54,10 @@
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-jaxb-annotations</artifactId>
</exclusion>
<exclusion>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down Expand Up @@ -99,6 +108,10 @@
<groupId>org.apache.jackrabbit</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down Expand Up @@ -164,11 +177,6 @@
<artifactId>zel</artifactId>
<version>${zk.version}</version>
</dependency>
<dependency>
<groupId>org.zkoss.theme</groupId>
<artifactId>breeze</artifactId>
<version>9.6.0.2</version>
</dependency>

<!-- LOGGING -->
<dependency>
Expand Down Expand Up @@ -305,12 +313,12 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bc-fips</artifactId>
<version>1.0.2.5</version>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-fips</artifactId>
<version>1.0.6</version>
<version>2.0.7</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
Expand Down

0 comments on commit 02b1ffd

Please sign in to comment.