Last active
August 29, 2015 14:22
-
-
Save justinedelson/96b791b1e0e91a248754 to your computer and use it in GitHub Desktop.
AEM 6.1 Uber JAR Coordinates
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>com.adobe.aem</groupId> | |
<artifactId>uber-jar</artifactId> | |
<version>6.1.0</version> | |
<classifier>obfuscated-apis</classifier> | |
<scope>provided</scope> | |
</dependency> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment