Skip to content

Commit 5b08341

Browse files
committed
Issue 3: Add Maven Central Repository.
1 parent ca18c42 commit 5b08341

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)