Skip to content

Commit

Permalink
Temporarily add jcenter to repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickfav committed Apr 5, 2020
1 parent 95c8488 commit 4bd331e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>

<repositories>
<repository>
<id>maven-central-repo</id>
<url>http://repo1.maven.org/maven2</url>
<id>jcenter</id>
<name>jcenter</name>
<url>https://jcenter.bintray.com</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
Expand Down

0 comments on commit 4bd331e

Please sign in to comment.