Skip to content

Commit

Permalink
Merge pull request #57 from EGA-archive/hotfix/jetpack
Browse files Browse the repository at this point in the history
Get crypt4gh lib from JitPack
  • Loading branch information
viklund committed Apr 24, 2019
2 parents a65d16e + ddde57f commit 9839851
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deploy/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>no.uio.ifi</groupId>
<groupId>com.github.uio-bmi</groupId>
<artifactId>crypt4gh</artifactId>
<version>1.2.0</version>
<version>v1.2.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -111,8 +111,8 @@

<repositories>
<repository>
<id>nexus.norgene.no</id>
<url>https://nexus.norgene.no/repository/maven-releases/</url>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>

Expand Down

0 comments on commit 9839851

Please sign in to comment.