mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-03 19:00:52 +01:00
Use JitPack as a workaround for edison hal bug
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -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>
|
||||
|
||||
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user