Skip to content

Commit

Permalink
Merge pull request #249 from BodoMinea/patch-2
Browse files Browse the repository at this point in the history
Update pom.xml to get one-jar-boot from Maven Central
  • Loading branch information
scrudden authored Nov 29, 2021
2 parents f32ad8d + 5eee280 commit 05ca94e
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions transitclock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,7 @@

<!-- Needed to fix problem with one-jar not working with AWS SDK. Was getting
error message "Fatal: Failed to load the internal config for AWS" -->
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>bintray-kevinlee-maven</id>
<name>bintray</name>
<url>http://dl.bintray.com/kevinlee/maven</url>
</repository>

</repositories>

<pluginRepositories>
Expand Down Expand Up @@ -48,9 +41,9 @@
<!-- Needed to fix problem with one-jar not working with AWS SDK. Was getting
error message "Fatal: Failed to load the internal config for AWS" -->
<dependency>
<groupId>com.simontuffs</groupId>
<groupId>io.kevinlee</groupId>
<artifactId>one-jar-boot</artifactId>
<version>0.97.3</version>
<version>0.97.4</version>
</dependency>

<!-- Database related, including c3p0 production quality connector. Note:
Expand Down

0 comments on commit 05ca94e

Please sign in to comment.