Skip to content

Commit

Permalink
Merge pull request #15 from Mingun/jhexview
Browse files Browse the repository at this point in the history
Switch from Bintray to JitPack. Fixes #14
  • Loading branch information
generalmimon authored Oct 28, 2021
2 parents 42f5c97 + 7ac2ad0 commit 4048c6d
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
<version>0.8</version>
</dependency>
<dependency>
<groupId>ru.mingun</groupId>
<groupId>com.github.Mingun</groupId>
<artifactId>JHexView</artifactId>
<version>2.1</version>
<version>v2.1</version>
</dependency>
<dependency>
<groupId>com.github.olivergondza</groupId>
Expand Down Expand Up @@ -103,6 +103,16 @@

<!-- Only to be enabled when using -SNAPSHOT components (compiler and/or runtime) -->
<repositories>
<repository>
<!--
jitpack.io contains invalid entry for scopt dependency that requires authorization.
Tell Maven to use Maven Central first
https://github.com/jitpack/jitpack.io/issues/4806
-->
<id>central</id>
<name>Maven Central</name>
<url>https://repo1.maven.org/maven2</url>
</repository>
<repository>
<id>oss-sonatype</id>
<name>oss-sonatype</name>
Expand All @@ -113,9 +123,9 @@
</repository>
<repository>
<!--JHexView-->
<id>bintray-mingun-maven</id>
<name>bintray</name>
<url>https://dl.bintray.com/mingun/maven</url>
<id>jitpack.io</id>
<name>jitpack.io</name>
<url>https://jitpack.io</url>
</repository>
</repositories>

Expand Down

0 comments on commit 4048c6d

Please sign in to comment.