[java-idp-tomcat-base] 03/07: JPAR-197 - Remove our Maven repositories from POMs
Tom Zeller
tzeller at dragonacea.biz
Tue May 2 22:18:28 UTC 2023
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch 9.0
in repository java-idp-tomcat-base.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-tomcat-base.git;a=commit;h=9190a3dcfcd4d5df9c29dc96afc81b1b7aa6eeb8
commit 9190a3dcfcd4d5df9c29dc96afc81b1b7aa6eeb8
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue May 2 17:04:46 2023 -0500
JPAR-197 - Remove our Maven repositories from POMs
https://shibboleth.atlassian.net/browse/JPAR-197
---
pom.xml | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/pom.xml b/pom.xml
index 6872bdb..8517ae4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,23 +20,6 @@
<assemblyDirectory>${project.build.directory}/idp-tomcat-base</assemblyDirectory>
</properties>
- <repositories>
- <repository>
- <id>shib-release</id>
- <url>https://build.shibboleth.net/maven/releases/</url>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>shib-snapshot</id>
- <url>https://build.shibboleth.net/maven/snapshots/</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- </repository>
- </repositories>
-
<dependencies>
<!-- Compile Dependencies -->
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list