Skip to content

Instantly share code, notes, and snippets.

@jtmelton
Last active June 21, 2018 04:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jtmelton/ae05a707825aabd13238 to your computer and use it in GitHub Desktop.
Save jtmelton/ae05a707825aabd13238 to your computer and use it in GitHub Desktop.
Specify AppSensor maven dependencies
<!-- If you want to use a SNAPSHOT version, you'll need the following repository -->
<!-- This is NOT needed if you're using non-SNAPSHOT versions -->
<repositories>
<repository>
<id>sonatype-snapshots</id>
<name>Snapshot repository for Sonatype dependencies</name>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</repository>
</repositories>
<!-- this is just one of the appsensor dependencies you'll need - see step below called pluggable components -->
<dependency>
<groupId>org.owasp.appsensor</groupId>
<artifactId>appsensor-core</artifactId>
<version>2.3.3</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment