Created
January 29, 2018 04:59
-
-
Save iamtakingiteasy/686b8ea62f0f0840ac7873fb3f6fd7ae to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/openidm/WebServiceConnector/pom.xml b/openidm/WebServiceConnector/pom.xml | |
| index 0cef8fa..09f2018 100644 | |
| --- a/openidm/WebServiceConnector/pom.xml | |
| +++ b/openidm/WebServiceConnector/pom.xml | |
| @@ -35,6 +35,10 @@ | |
| </properties> | |
| <repositories> | |
| <repository> | |
| + <id>central</id> | |
| + <url>http://central.maven.org/maven2</url> | |
| + </repository> | |
| + <repository> | |
| <id>forgerock-staging-repository</id> | |
| <name>ForgeRock Release Repository</name> | |
| <url>http://maven.forgerock.org/repo/releases</url> | |
| diff --git a/openidm/pom.xml b/openidm/pom.xml | |
| index 3c768b4..1012c74 100644 | |
| --- a/openidm/pom.xml | |
| +++ b/openidm/pom.xml | |
| @@ -53,6 +53,11 @@ | |
| <!-- NOT ALLOWED: (see FAQ at http://maven.apache.org/guides/mini/guide-central-repository-upload.html ) --> | |
| <repositories> | |
| + | |
| + <repository> | |
| + <id>central</id> | |
| + <url>http://central.maven.org/maven2</url> | |
| + </repository> | |
| <repository> | |
| <id>internal-forgerock-staging-repository</id> | |
| <name>Internal ForgeRock Release Repository</name> | |
| @@ -1027,4 +1032,4 @@ | |
| </plugin> | |
| </plugins> | |
| </reporting> | |
| -</project> | |
| \ No newline at end of file | |
| +</project> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment