Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
SentryMan committed Nov 26, 2024
1 parent ccda4bc commit 174e443
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
<modules>
<module>test-javalin</module>
<module>test-javalin-jsonb</module>
<module>test-jex</module>
<module>test-client</module>
<module>test-client-generation</module>
<module>test-sigma</module>
Expand All @@ -38,19 +37,20 @@
</activation>
<modules>
<module>test-nima</module>
<module>test-jex</module>
<module>test-nima-jsonb</module>
<module>test-nima-htmx</module>
</modules>
</profile>
</profiles>

<dependencies>
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-validator</artifactId>
<version>2.3</version>
</dependency>

<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-validator-constraints</artifactId>
Expand All @@ -62,7 +62,7 @@
<artifactId>avaje-validator-generator</artifactId>
<version>2.3</version>
</dependency>

</dependencies>

</project>

0 comments on commit 174e443

Please sign in to comment.