Skip to content

Commit

Permalink
Add repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
fabapp2 committed Aug 3, 2023
1 parent 8379dc9 commit 46c8b13
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,20 @@
<properties>
<java.version>17</java.version>
</properties>

<repositories>
<repository>
<id>jcenter</id>
<name>jcenter</name>
<url>https://jcenter.bintray.com</url>
</repository>
<repository>
<id>mavencentral</id>
<name>mavencentral</name>
<url>https://repo.maven.apache.org/maven2</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit 46c8b13

Please sign in to comment.