Skip to content

Commit b9b1eaf

Browse files
committed
Update parent pom to java11-oss for http-hibernate-validator 3.0
1 parent c540de6 commit b9b1eaf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

http-hibernate-validator/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<parent>
1010
<groupId>org.avaje</groupId>
11-
<artifactId>java8-oss</artifactId>
11+
<artifactId>java11-oss</artifactId>
1212
<version>3.9</version>
1313
<relativePath/>
1414
</parent>
@@ -26,11 +26,11 @@
2626
<version>8.0.0.Final</version>
2727
</dependency>
2828

29-
<dependency>
30-
<groupId>org.glassfish.expressly</groupId>
31-
<artifactId>expressly</artifactId>
32-
<version>5.0.0</version>
33-
</dependency>
29+
<dependency>
30+
<groupId>org.glassfish.expressly</groupId>
31+
<artifactId>expressly</artifactId>
32+
<version>5.0.0</version>
33+
</dependency>
3434

3535
<dependency>
3636
<groupId>io.avaje</groupId>

0 commit comments

Comments
 (0)