Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
SentryMan committed Feb 8, 2023
1 parent a4e0de9 commit 80dcb5c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions inject-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-prisms</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<optional>true</optional>
<scope>provided</scope>
</dependency>
Expand All @@ -52,11 +52,11 @@
<source>11</source>
<target>11</target>
<annotationProcessorPaths>
<annotationProcessorPath>
<path>
<groupId>io.avaje</groupId>
<artifactId>avaje-prisms</artifactId>
<version>1.0-SNAPSHOT</version>
</annotationProcessorPath>
<version>1.0</version>
</path>
</annotationProcessorPaths>
</configuration>
</plugin>
Expand Down

0 comments on commit 80dcb5c

Please sign in to comment.