[jira_http_authentication] 02/13: added opencast public repository
Scott Cantor
cantor.2 at osu.edu
Fri Aug 4 13:50:33 EDT 2017
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository jira_http_authentication.
View the commit online:
http://git.shibboleth.net/view/?p=jira_http_authentication.git;a=commit;h=d60c7ed26f13704345af1e3f48342f7a97b22b34
commit d60c7ed26f13704345af1e3f48342f7a97b22b34
Author: Kevin Foote <kpfoote at uoregon.edu>
AuthorDate: Fri Jun 20 12:53:37 2014 -0700
added opencast public repository
* needed for opensymphony:webwork:jar:1.4-atlassian-22
This is a dependency within the jira-core jar
<dependency>
<groupId>opensymphony</groupId>
<artifactId>webwork</artifactId>
<version>1.4-atlassian-22</version>
</dependency>
---
pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/pom.xml b/pom.xml
index 3a10715..f876652 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,6 +14,10 @@
<id>Atlassian Public</id>
<url>https://maven.atlassian.com/content/repositories/atlassian-public/</url>
</repository>
+ <repository>
+ <id>Opencast Project Public</id>
+ <url>http://repository.opencastproject.org/nexus/content/repositories/public/</url>
+ </repository>
</repositories>
<dependencies>
<dependency>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list