Skip to content

Commit

Permalink
Merge pull request #695 from niehusa/master
Browse files Browse the repository at this point in the history
[PPP-4895] Exclude jettison in pentaho-metaverse plugin
  • Loading branch information
krishnaalluhitachi authored Sep 11, 2024
2 parents 67dd594 + 0adef89 commit 4f4c803
Show file tree
Hide file tree
Showing 2 changed files with 12 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
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 4f4c803

Please sign in to comment.