GluuFederation / scim

SCIM server/client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

https://maven.gluu.org/maven access to use scim client dependency ?

Romeh opened this issue · comments

Dears ,

I am trying to use SCIM client maven dependency but the maven repo is protected by user name and password , any public repo for the dependency ?

<repositories>
  <repository>
    <id>gluu</id>
    <name>Gluu repository</name>
    <url>http://maven.gluu.org/maven</url>
  </repository>
</repositories>

<dependency>
  <groupId>org.gluu</groupId>
  <artifactId>scim-client</artifactId>
  <version>${scim.client.version}</version>
</dependency>

Hey @Romeh ,

Sorry that you ran into that. Here is a comment about the change .

GluuFederation/cloud-native-edition#558 (comment)