Skip to content

Commit

Permalink
remove exclusion of jdom
Browse files Browse the repository at this point in the history
  • Loading branch information
miryamfoiferCX committed Jan 2, 2025
1 parent a6d8f27 commit ecfbcdf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
2 changes: 0 additions & 2 deletions checkmarx-ast-teamcity-plugin-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
<dependency>
<groupId>org.jetbrains.teamcity</groupId>
<artifactId>server-api</artifactId>
<version>${teamcity-version}</version>
<scope>provided</scope>
</dependency>

Expand All @@ -35,7 +34,6 @@
<dependency>
<groupId>org.jetbrains.teamcity</groupId>
<artifactId>tests-support</artifactId>
<version>${teamcity-version}</version>
<scope>test</scope>
</dependency>

Expand Down
13 changes: 9 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-crypto</artifactId>
</exclusion>
<exclusion>
<groupId>org.jdom</groupId>
<artifactId>jdom</artifactId>
</exclusion>
<!-- <exclusion>-->
<!-- <groupId>org.jdom</groupId>-->
<!-- <artifactId>jdom</artifactId>-->
<!-- </exclusion>-->
</exclusions>
</dependency>
<dependency>
Expand Down Expand Up @@ -159,6 +159,11 @@
<artifactId>jdom2</artifactId>
<version>2.0.6.1</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.4.0-android</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit ecfbcdf

Please sign in to comment.