Skip to content

Commit

Permalink
[ci skip-compare-publications] Updated readme to reflect new artifactId.
Browse files Browse the repository at this point in the history
  • Loading branch information
jverbus committed Jan 30, 2020
1 parent dd366e9 commit 55fb4f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Second, add the isolation-forest dependency to the module-level build.gradle fil

```
dependencies {
compile 'com.linkedin.isolation-forest:isolation-forest_2.11:0.3.0'
compile 'com.linkedin.isolation-forest:isolation-forest_2.3.0_2.11:0.3.2'
}
```

Expand Down Expand Up @@ -115,8 +115,8 @@ Second, declare the isolation-forest dependency in your project's pom.xml file.
```
<dependency>
<groupId>com.linkedin.isolation-forest</groupId>
<artifactId>isolation-forest_2.11</artifactId>
<version>0.3.0</version>
<artifactId>isolation-forest_2.3.0_2.11</artifactId>
<version>0.3.2</version>
</dependency>
```

Expand Down

0 comments on commit 55fb4f4

Please sign in to comment.