Skip to content

Commit

Permalink
fix readme with correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
gabibeyo committed Jun 21, 2020
1 parent 985c4b8 commit 48e1474
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ DDC is a Maven project (binaries are deployed in Maven Central) so you can impor
<dependency>
<artifactId>ddc-core</artifactId>
<groupId>com.imperva.ddc</groupId>
<version>7.3.6.0.0.0</version>
<version>7.4.0.0.0.0</version>
</dependency>
<!--To work with ddc service wrapper add the following dependency-->
<dependency>
<artifactId>ddc-service</artifactId>
<groupId>com.imperva.ddc</groupId>
<version>7.3.6.0.0.0</version>
<version>7.4.0.0.0.0</version>
</dependency>
~~~
Expand Down

0 comments on commit 48e1474

Please sign in to comment.