Skip to content

Commit

Permalink
Move to upstream Dgraph4j shaded dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Dec 14, 2024
1 parent 4556379 commit 08b7d4d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,10 @@
</dependency>

<dependency>
<groupId>uk.co.gresearch.dgraph</groupId>
<artifactId>dgraph4j-shaded</artifactId>
<version>21.12.0-0</version>
<groupId>io.dgraph</groupId>
<artifactId>dgraph4j</artifactId>
<version>24.1.1</version>
<classifier>shaded</classifier>
</dependency>

<dependency>
Expand Down

0 comments on commit 08b7d4d

Please sign in to comment.