Skip to content

Commit

Permalink
Fixed broken dependency for neo4j CTR
Browse files Browse the repository at this point in the history
  • Loading branch information
spmallette committed Dec 12, 2023
1 parent 95405bc commit cabf821
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions neo4j-gremlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@ limitations under the License.
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</exclusion>
<exclusion>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
Expand Down

0 comments on commit cabf821

Please sign in to comment.