Skip to content

Commit 56cb455

Browse files
authored
Merge pull request #95 from TAMULib/sprint-action-3-mavencentral
Issue 3: Add Maven Central Repository.
2 parents f88e842 + 5b08341 commit 56cb455

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@
2929
<id>tamu-snapshots</id>
3030
<url>https://artifacts.library.tamu.edu/repository/maven-snapshots</url>
3131
</repository>
32+
33+
<repository>
34+
<id>mvnrepository</id>
35+
<name>Maven Central Repository</name>
36+
<url>https://repo1.maven.org/maven2/</url>
37+
</repository>
3238
</repositories>
3339

3440
<dependencies>

0 commit comments

Comments
 (0)