Skip to content

Commit

Permalink
Add confluent repo
Browse files Browse the repository at this point in the history
  • Loading branch information
carlesarnal committed Nov 13, 2024
1 parent ffa4190 commit 4611b6f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -688,8 +688,8 @@
</dependency>

<dependency>
<groupId>com.github.everit-org.json-schema</groupId>
<artifactId>org.everit.json.schema</artifactId>
<groupId>com.github.erosb</groupId>
<artifactId>everit-json-schema</artifactId>
<version>${org.everit.json.schema.version}</version>
</dependency>
<dependency>
Expand Down Expand Up @@ -1327,6 +1327,11 @@
<id>jgit-repository</id>
<url>https://repo.eclipse.org/content/groups/releases/</url>
</repository>
<repository>
<id>confluent</id>
<name>Confluent</name>
<url>https://packages.confluent.io/maven/</url>
</repository>
</repositories>
</profile>
</profiles>
Expand Down
4 changes: 2 additions & 2 deletions schema-util/json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
<artifactId>guava</artifactId>
</dependency>
<dependency>
<groupId>com.github.everit-org.json-schema</groupId>
<artifactId>org.everit.json.schema</artifactId>
<groupId>com.github.erosb</groupId>
<artifactId>everit-json-schema</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
Expand Down

0 comments on commit 4611b6f

Please sign in to comment.