Skip to content

Commit

Permalink
SCANCLI-154 Support PKCS12 truststore generated with openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
henryju committed Sep 13, 2024
1 parent 4af6fe2 commit 8ef04a5
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<dependency>
<groupId>org.sonarsource.scanner.lib</groupId>
<artifactId>sonar-scanner-java-library</artifactId>
<version>3.0.2.187</version>
<version>3.1.0.234</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down Expand Up @@ -181,6 +181,12 @@
<include>**</include>
</includes>
</filter>
<filter>
<artifact>org.bouncycastle:bcprov-jdk18on</artifact>
<includes>
<include>**</include>
</includes>
</filter>
</filters>
</configuration>
</execution>
Expand Down Expand Up @@ -225,8 +231,8 @@
<configuration>
<rules>
<requireFilesSize>
<minsize>4300000</minsize>
<maxsize>4400000</maxsize>
<minsize>11100000</minsize>
<maxsize>11200000</maxsize>
<files>
<file>${project.build.directory}/sonar-scanner-${project.version}.zip</file>
</files>
Expand Down

0 comments on commit 8ef04a5

Please sign in to comment.