Skip to content

Instantly share code, notes, and snippets.

@justinedelson
Last active August 29, 2015 14:22
Show Gist options
  • Save justinedelson/96b791b1e0e91a248754 to your computer and use it in GitHub Desktop.
Save justinedelson/96b791b1e0e91a248754 to your computer and use it in GitHub Desktop.
AEM 6.1 Uber JAR Coordinates
<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