Skip to content

Commit

Permalink
fix: pom.xml has been updated;
Browse files Browse the repository at this point in the history
  • Loading branch information
smansoft committed Jul 6, 2022
1 parent 6bd2860 commit 7610f35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@
<artifactId>bcpkix-jdk15on</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcmail-jdk15on</artifactId>
<scope>provided</scope>
Expand Down
4 changes: 2 additions & 2 deletions server-fips/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@
<packagingExcludes>
WEB-INF/lib/bcpkix-jdk15on-*.jar,
WEB-INF/lib/bcprov-jdk15on-*.jar,
WEB-INF/lib/bcutil-jdk15on-*.jar
WEB-INF/lib/bcutil-jdk15on-*.jar,
WEB-INF/lib/bcmail-jdk15on-*.jar
</packagingExcludes>
</configuration>
</plugin>
Expand Down Expand Up @@ -154,7 +155,6 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcmail-fips</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>

Expand Down

0 comments on commit 7610f35

Please sign in to comment.