Skip to content

Commit

Permalink
add dependency to pom
Browse files Browse the repository at this point in the history
  • Loading branch information
fiorenzino committed Mar 2, 2021
1 parent 2bcf6f7 commit a52c2c8
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 @@ -163,7 +163,7 @@ In build section add plugin:
<plugin>
<groupId>it.n-ess.queryable</groupId>
<artifactId>queryable-maven-plugin</artifactId>
<version>1.0.5</version>
<version>1.0.6</version>
</plugin>
</plugins>
</build>
Expand All @@ -178,7 +178,7 @@ Some avaliable options in the configuration:
<plugin>
<groupId>it.n-ess.queryable</groupId>
<artifactId>queryable-maven-plugin</artifactId>
<version>1.0.5</version>
<version>1.0.6</version>
<configuration>
<!-- default is false -->
<removeAnnotations>false</removeAnnotations>
Expand Down

0 comments on commit a52c2c8

Please sign in to comment.