Skip to content

Commit

Permalink
jcommander & bcpkix-jdk18on
Browse files Browse the repository at this point in the history
  • Loading branch information
miryamfoiferCX committed Jan 2, 2025
1 parent ecfbcdf commit bda30ca
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 0 additions & 1 deletion checkmarx-ast-teamcity-plugin-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
<dependency>
<groupId>org.jetbrains.teamcity</groupId>
<artifactId>tests-support</artifactId>
<version>${teamcity-version}</version>
<scope>test</scope>
</dependency>

Expand Down
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,16 @@
<artifactId>guava</artifactId>
<version>33.4.0-android</version>
</dependency>
<dependency>
<groupId>com.beust</groupId>
<artifactId>jcommander</artifactId>
<version>1.82</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk18on</artifactId>
<version>1.79</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit bda30ca

Please sign in to comment.