We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ef4837 commit ab8c27bCopy full SHA for ab8c27b
core/pom.xml
@@ -138,8 +138,8 @@
138
<configuration>
139
<oldVersion>
140
<dependency>
141
- <groupId>com.github.everit-org.json-schema</groupId>
142
- <artifactId>org.everit.json.schema</artifactId>
+ <groupId>com.github.erosb</groupId>
+ <artifactId>everit-json-schema</artifactId>
143
<version>1.13.0</version>
144
<type>jar</type>
145
</dependency>
@@ -279,11 +279,4 @@
279
<scope>test</scope>
280
281
</dependencies>
282
-
283
- <repositories>
284
- <repository>
285
- <id>jitpack.io</id>
286
- <url>https://jitpack.io</url>
287
- </repository>
288
- </repositories>
289
</project>
0 commit comments