Use JitPack as a workaround for edison hal bug

This commit is contained in:
René Pfeuffer
2018-06-25 10:49:21 +02:00
parent fab44afcad
commit 2ca7d708e6
2 changed files with 9 additions and 2 deletions

View File

@@ -92,6 +92,12 @@
</snapshots>
</repository>
// TODO remove jitpack after edison hal bugfix
<repository>
<id>jitpack</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<pluginRepositories>

View File

@@ -154,10 +154,11 @@
<artifactId>resteasy-servlet-initializer</artifactId>
<version>${resteasy.version}</version>
</dependency>
// TODO switch back to de.otto.edison after edison hal bugfix
<dependency>
<groupId>de.otto.edison</groupId>
<groupId>com.github.pfeuffer</groupId>
<artifactId>edison-hal</artifactId>
<version>2.0.0</version>
<version>jetpack-SNAPSHOT</version>
</dependency>
<!-- injection -->