Skip to content

Commit ce9c0f2

Browse files
ricardozaniniTihomir Surdilovic
authored andcommitted
Removing dependency from JitPack repository
Signed-off-by: Ricardo Zanini <[email protected]>
1 parent 7b2ef61 commit ce9c0f2

File tree

3 files changed

+8
-15
lines changed

3 files changed

+8
-15
lines changed

api/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
<artifactId>json</artifactId>
4242
</dependency>
4343
<dependency>
44-
<groupId>com.github.everit-org.json-schema</groupId>
45-
<artifactId>org.everit.json.schema</artifactId>
44+
<groupId>com.github.erosb</groupId>
45+
<artifactId>everit-json-schema</artifactId>
4646
</dependency>
4747

4848
<!-- test -->
@@ -110,4 +110,4 @@
110110
</plugin>
111111
</plugins>
112112
</build>
113-
</project>
113+
</project>

pom.xml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@
111111
<version>${commons.lang.version}</version>
112112
</dependency>
113113
<dependency>
114-
<groupId>com.github.everit-org.json-schema</groupId>
115-
<artifactId>org.everit.json.schema</artifactId>
114+
<groupId>com.github.erosb</groupId>
115+
<artifactId>everit-json-schema</artifactId>
116116
<version>${json.schema.validation.version}</version>
117117
</dependency>
118118
<dependency>
@@ -329,11 +329,4 @@
329329
</snapshots>
330330
</pluginRepository>
331331
</pluginRepositories>
332-
333-
<repositories>
334-
<repository>
335-
<id>jitpack.io</id>
336-
<url>https://jitpack.io</url>
337-
</repository>
338-
</repositories>
339332
</project>

validation/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
</dependency>
3434

3535
<dependency>
36-
<groupId>com.github.everit-org.json-schema</groupId>
37-
<artifactId>org.everit.json.schema</artifactId>
36+
<groupId>com.github.erosb</groupId>
37+
<artifactId>everit-json-schema</artifactId>
3838
</dependency>
3939

4040
<!-- test -->
@@ -79,4 +79,4 @@
7979
<scope>test</scope>
8080
</dependency>
8181
</dependencies>
82-
</project>
82+
</project>

0 commit comments

Comments
 (0)