We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b87c80 commit 0061058Copy full SHA for 0061058
pom.xml
@@ -117,4 +117,21 @@
117
<scope>test</scope>
118
</dependency>
119
</dependencies>
120
+
121
+ <repositories>
122
+ <repository>
123
+ <id>central</id>
124
+ <url>https://repo1.maven.org/maven2/</url>
125
+ </repository>
126
127
+ <id>artifactory.mirror</id>
128
+ <name>Artifactory Maven Central Mirror</name>
129
+ <url>https://artifactory.secureserver.net/artifactory/java-virt</url>
130
131
132
+ <id>maven-s3-release-repo</id>
133
+ <name>S3 Release Repository</name>
134
+ <url>s3://artifacts.mainstreethub.com/maven/releases</url>
135
136
+ </repositories>
137
</project>
0 commit comments