Skip to content

Commit 3eb0178

Browse files
committed
adding jitpack repo to let japicmp grab the latest release for comparison
1 parent f4f9e87 commit 3eb0178

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

core/pom.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@
111111
<configuration>
112112
<oldVersion>
113113
<dependency>
114-
<groupId>${project.groupId}</groupId>
115-
<artifactId>${project.artifactId}</artifactId>
114+
<groupId>com.github.everit-org.json-schema</groupId>
115+
<artifactId>org.everit.json.schema</artifactId>
116116
<version>1.9.2</version>
117117
<type>jar</type>
118118
</dependency>
@@ -211,4 +211,11 @@
211211
<version>1.1</version>
212212
</dependency>
213213
</dependencies>
214+
215+
<repositories>
216+
<repository>
217+
<id>jitpack.io</id>
218+
<url>https://jitpack.io</url>
219+
</repository>
220+
</repositories>
214221
</project>

0 commit comments

Comments
 (0)