JAVA-26765: Update web-modules/vraptor to new mysql connector
This commit is contained in:
parent
ec40d41eb1
commit
64006c8374
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<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">
|
||||
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">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>vraptor</artifactId>
|
||||
<name>vraptor</name>
|
||||
|
@ -80,8 +80,8 @@
|
|||
<version>${vraptor-hibernate.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>mysql</groupId>
|
||||
<artifactId>mysql-connector-java</artifactId>
|
||||
<groupId>com.mysql</groupId>
|
||||
<artifactId>mysql-connector-j</artifactId>
|
||||
<version>${mysql-connector.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
@ -118,7 +118,7 @@
|
|||
<hibernate-validator.version>8.0.1.Final</hibernate-validator.version>
|
||||
<vraptor-freemarker.version>4.1.0-RC3</vraptor-freemarker.version>
|
||||
<vraptor-hibernate.version>4.0.4</vraptor-hibernate.version>
|
||||
<mysql-connector.version>8.0.8-dmr</mysql-connector.version>
|
||||
<mysql-connector.version>8.2.0</mysql-connector.version>
|
||||
<jbcrypt.version>0.4</jbcrypt.version>
|
||||
<freemarker.version>2.3.27-incubating</freemarker.version>
|
||||
<tomcat7-maven-plugin.version>2.1</tomcat7-maven-plugin.version>
|
||||
|
|
Loading…
Reference in New Issue