Skip to content

Commit

Permalink
Replace dom4j:dom4j by org.dom4j:dom4j (#1525)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosthe19916 committed Oct 6, 2022
1 parent 186b8f2 commit 30469d1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions graph/api/pom.xml
Expand Up @@ -12,12 +12,23 @@
<name>Windup Engine - Graph API</name>

<dependencies>
<dependency>
<groupId>org.dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>2.1.3</version>
</dependency>

<!-- Local Dependencies -->
<dependency>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-core</artifactId>
<version>${version.janusgraph}</version>
<exclusions>
<exclusion>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.tinkerpop</groupId>
Expand Down

0 comments on commit 30469d1

Please sign in to comment.