Created
January 29, 2018 04:48
-
-
Save iamtakingiteasy/b08e2ec68406f50d3dc3e327b7e3f8ad 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
| <dependency> | |
| <groupId>org.forgerock.openam</groupId> | |
| <artifactId>openam-example-clientsdk-cli</artifactId> | |
| <type>zip</type> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.forgerock.openam</groupId> | |
| <artifactId>openam-example-clientsdk-war</artifactId> | |
| <type>war</type> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.forgerock.openam</groupId> | |
| <artifactId>openam-idpdiscovery-war</artifactId> | |
| <type>war</type> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.forgerock.openam</groupId> | |
| <artifactId>openam-distauth</artifactId> | |
| <type>war</type> | |
| </dependency> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment