Skip to content

Commit ab8c27b

Browse files
author
Bence Erős
committed
excluding jitpack from backward compatibility test, should fix #430
1 parent 7ef4837 commit ab8c27b

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

core/pom.xml

+2-9
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@
138138
<configuration>
139139
<oldVersion>
140140
<dependency>
141-
<groupId>com.github.everit-org.json-schema</groupId>
142-
<artifactId>org.everit.json.schema</artifactId>
141+
<groupId>com.github.erosb</groupId>
142+
<artifactId>everit-json-schema</artifactId>
143143
<version>1.13.0</version>
144144
<type>jar</type>
145145
</dependency>
@@ -279,11 +279,4 @@
279279
<scope>test</scope>
280280
</dependency>
281281
</dependencies>
282-
283-
<repositories>
284-
<repository>
285-
<id>jitpack.io</id>
286-
<url>https://jitpack.io</url>
287-
</repository>
288-
</repositories>
289282
</project>

0 commit comments

Comments
 (0)