Skip to content

Commit

Permalink
Merge pull request #709 from niehusa/10.2
Browse files Browse the repository at this point in the history
[SP-6635] Backport of PPP-4895 - Vulnerable Component: Jettison
  • Loading branch information
smmribeiro authored Nov 29, 2024
2 parents 3e967ee + 7f7c3ba commit 01a86c2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@
<artifactId>blueprints-core</artifactId>
<version>${dependency.com.tinkerpop.blueprints.version}</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>org.codehaus.jettison</groupId>
<artifactId>jettison</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>net.sf.flexjson</groupId>
Expand Down
1 change: 1 addition & 0 deletions assemblies/plugin/src/assembly/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<exclude>org.pentaho.*</exclude>
<exclude>com.tinkerpop.blueprints:*</exclude>
<exclude>pentaho:pentaho-metaverse-core:jar</exclude>
<exclude>org.codehaus.jettison:*</exclude>
</excludes>
</dependencySet>
</dependencySets>
Expand Down
6 changes: 6 additions & 0 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@
<artifactId>blueprints-core</artifactId>
<version>${dependency.com.tinkerpop.blueprints.version}</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>org.codehaus.jettison</groupId>
<artifactId>jettison</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-configuration</groupId>
Expand Down

0 comments on commit 01a86c2

Please sign in to comment.