You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by is...@apache.org on 2021/12/03 19:08:47 UTC

[airavata-custos] branch develop updated: issue #162 add wso2 nexus repository for scim service

This is an automated email from the ASF dual-hosted git repository.

isjarana pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata-custos.git


The following commit(s) were added to refs/heads/develop by this push:
     new 30a2632  issue #162 add wso2 nexus repository for scim service
     new 557f04c  Merge pull request #163 from hasithajayasundara/bugfix/issue-162
30a2632 is described below

commit 30a263205dd0cb447316a6e710d4f8d037c6ff12
Author: hasithajayasundara <ha...@gmail.com>
AuthorDate: Wed May 19 07:09:46 2021 +0530

    issue #162 add wso2 nexus repository for scim service
---
 custos-integration-services/scim-service/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/custos-integration-services/scim-service/pom.xml b/custos-integration-services/scim-service/pom.xml
index 0ab3971..d870ccc 100644
--- a/custos-integration-services/scim-service/pom.xml
+++ b/custos-integration-services/scim-service/pom.xml
@@ -30,6 +30,12 @@
 
     <artifactId>scim-service</artifactId>
 
+    <repositories>
+        <repository>
+            <id>wso2-nexus</id>
+            <url>https://maven.wso2.org/nexus/content/repositories/releases/</url>
+        </repository>
+    </repositories>
 
     <dependencies>
         <dependency>