Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kifj committed Apr 6, 2024
1 parent c3dbd49 commit b29c621
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@
<dependency>
<groupId>org.hibernate.orm</groupId>
<artifactId>hibernate-ant</artifactId>
<version>6.4.2.Final</version>
<version>6.4.4.Final</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -674,7 +674,7 @@
<version>3.10.0</version>
<executions>
<execution>
<phase>install</phase>
<phase>install</phase>
<goals>
<goal>generate-schema</goal>
</goals>
Expand All @@ -689,7 +689,7 @@
<infoContactName>${infoContactName}</infoContactName>
<infoContactUrl>${infoContactUrl}</infoContactUrl>
<infoLicenseName>${project.licenses[0].name}</infoLicenseName>
<infoLicenseUrl>${project.licenses[0].url}</infoLicenseUrl>
<infoLicenseUrl>${project.licenses[0].url}</infoLicenseUrl>
</configuration>
</plugin>
</plugins>
Expand All @@ -708,21 +708,21 @@
<artifactId>antlr4-runtime</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.spec.jakarta.el</groupId>
<artifactId>jboss-el-api_5.0_spec</artifactId>
<dependency>
<groupId>org.jboss.spec.jakarta.el</groupId>
<artifactId>jboss-el-api_5.0_spec</artifactId>
<scope>test</scope>
</dependency>
<dependency>
</dependency>
<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.glassfish.expressly</groupId>
<artifactId>expressly</artifactId>
<scope>test</scope>
</dependency>
</dependency>
<dependency>
<groupId>org.glassfish.expressly</groupId>
<artifactId>expressly</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
Expand All @@ -742,12 +742,12 @@
<groupId>com.fasterxml.jackson.jakarta.rs</groupId>
<artifactId>jackson-jakarta-rs-base</artifactId>
<scope>test</scope>
</dependency>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.jakarta.rs</groupId>
<artifactId>jackson-jakarta-rs-json-provider</artifactId>
<scope>test</scope>
</dependency>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down Expand Up @@ -1032,7 +1032,7 @@
<feature-pack>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-datasources-galleon-pack</artifactId>
<version>6.0.0.Final</version>
<version>7.0.0.Final</version>
</feature-pack>
</feature-packs>
<layers>
Expand Down

0 comments on commit b29c621

Please sign in to comment.