Skip to content

Commit 05ca94e

Browse files
authored
Merge pull request #249 from BodoMinea/patch-2
Update pom.xml to get one-jar-boot from Maven Central
2 parents f32ad8d + 5eee280 commit 05ca94e

1 file changed

Lines changed: 3 additions & 10 deletions

File tree

transitclock/pom.xml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,7 @@
1212

1313
<!-- Needed to fix problem with one-jar not working with AWS SDK. Was getting
1414
error message "Fatal: Failed to load the internal config for AWS" -->
15-
<repository>
16-
<snapshots>
17-
<enabled>false</enabled>
18-
</snapshots>
19-
<id>bintray-kevinlee-maven</id>
20-
<name>bintray</name>
21-
<url>http://dl.bintray.com/kevinlee/maven</url>
22-
</repository>
15+
2316
</repositories>
2417

2518
<pluginRepositories>
@@ -48,9 +41,9 @@
4841
<!-- Needed to fix problem with one-jar not working with AWS SDK. Was getting
4942
error message "Fatal: Failed to load the internal config for AWS" -->
5043
<dependency>
51-
<groupId>com.simontuffs</groupId>
44+
<groupId>io.kevinlee</groupId>
5245
<artifactId>one-jar-boot</artifactId>
53-
<version>0.97.3</version>
46+
<version>0.97.4</version>
5447
</dependency>
5548

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

0 commit comments

Comments
 (0)