Skip to content

Commit 50ee7a2

Browse files
committed
Fix pom format and avaje-inject version
1 parent 284b45f commit 50ee7a2

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

http-hibernate-validator/pom.xml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
34
<modelVersion>4.0.0</modelVersion>
45

56
<groupId>io.avaje</groupId>
@@ -26,11 +27,11 @@
2627
<version>8.0.0.Final</version>
2728
</dependency>
2829

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

3536
<dependency>
3637
<groupId>io.avaje</groupId>
@@ -42,7 +43,7 @@
4243
<dependency>
4344
<groupId>io.avaje</groupId>
4445
<artifactId>avaje-inject</artifactId>
45-
<version>8.11</version>
46+
<version>8.12-RC1</version>
4647
<scope>provided</scope>
4748
</dependency>
4849

0 commit comments

Comments
 (0)