Skip to content

Commit 18241a7

Browse files
author
Tihomir Surdilovic
authored
Merge pull request #38 from ricardozanini/move-jsonschema-mvn
Removing dependency from JitPack repository
2 parents bc6ab28 + 0227ce4 commit 18241a7

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
@@ -39,8 +39,8 @@
3939
<artifactId>json</artifactId>
4040
</dependency>
4141
<dependency>
42-
<groupId>com.github.everit-org.json-schema</groupId>
43-
<artifactId>org.everit.json.schema</artifactId>
42+
<groupId>com.github.erosb</groupId>
43+
<artifactId>everit-json-schema</artifactId>
4444
</dependency>
4545

4646
<!-- test -->
@@ -108,4 +108,4 @@
108108
</plugin>
109109
</plugins>
110110
</build>
111-
</project>
111+
</project>

pom.xml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@
9797
<version>${commons.lang.version}</version>
9898
</dependency>
9999
<dependency>
100-
<groupId>com.github.everit-org.json-schema</groupId>
101-
<artifactId>org.everit.json.schema</artifactId>
100+
<groupId>com.github.erosb</groupId>
101+
<artifactId>everit-json-schema</artifactId>
102102
<version>${json.schema.validation.version}</version>
103103
</dependency>
104104
<dependency>
@@ -265,11 +265,4 @@
265265
</snapshots>
266266
</pluginRepository>
267267
</pluginRepositories>
268-
269-
<repositories>
270-
<repository>
271-
<id>jitpack.io</id>
272-
<url>https://jitpack.io</url>
273-
</repository>
274-
</repositories>
275268
</project>

validation/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
</dependency>
3232

3333
<dependency>
34-
<groupId>com.github.everit-org.json-schema</groupId>
35-
<artifactId>org.everit.json.schema</artifactId>
34+
<groupId>com.github.erosb</groupId>
35+
<artifactId>everit-json-schema</artifactId>
3636
</dependency>
3737

3838
<!-- test -->
@@ -77,4 +77,4 @@
7777
<scope>test</scope>
7878
</dependency>
7979
</dependencies>
80-
</project>
80+
</project>

0 commit comments

Comments
 (0)