Skip to content

Commit

Permalink
Add missing master-pom dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tylercamp authored Aug 8, 2018
1 parent 68cd630 commit ceec1d4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,20 @@ The following frameworks are supported by the Correlator route detection process
# Referencing the Endpoint Detection HAM Module
The ASTAM Correlator HAM module for endpoint detection has been published to Maven. You can add it as a dependency by adding this to your `pom.xml`:

<dependency>
<groupId>com.github.secdec.astam-correlator</groupId>
<artifactId>master-pom</artifactId>
<version>1.2.16.1</version>
</dependency>
<dependency>
<groupId>com.github.secdec.astam-correlator</groupId>
<artifactId>threadfix-entities</artifactId>
<version>1.2.16</version>
<version>1.2.16.1</version>
</dependency>
<dependency>
<groupId>com.github.secdec.astam-correlator</groupId>
<artifactId>threadfix-ham</artifactId>
<version>1.2.16</version>
<version>1.2.16.1</version>
</dependency>

# Documentation
Expand Down

0 comments on commit ceec1d4

Please sign in to comment.