Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 82232cb2 authored by Pawel GUTOWSKI's avatar Pawel GUTOWSKI
Browse files

EDELIVERY-2530 Upgraded JDBC driver versions for Oracle and MySQL

parent 8ef402dc
No related branches found
No related tags found
No related merge requests found
......@@ -79,8 +79,8 @@
<hibernate.version>5.2.12.Final</hibernate.version>
<hibernate-jpa.version>1.0.0.Final</hibernate-jpa.version>
<hibernate.validator>5.2.12.Final</hibernate.validator>
<oracle.version>11.1.0.6.0</oracle.version>
<mysql.version>5.1.34</mysql.version>
<oracle.version>12.1.0.1</oracle.version>
<mysql.version>5.1.45</mysql.version>
<soapui.plugin.version>5.1.2</soapui.plugin.version>
<commons-net.version>1.4.1</commons-net.version>
<ant-commons-net.version>1.6.5</ant-commons-net.version>
......@@ -138,6 +138,10 @@
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>cefdigital-thirdparty</id>
<url>https://ec.europa.eu/cefdigital/artifact/content/repositories/eDelivery-third-party/</url>
</repository>
<repository>
<id>webgate-digit</id>
<url>https://webgate.ec.europa.eu/CITnet/nexus/content/repositories/thirdparty</url>
......@@ -455,7 +459,7 @@
</dependency>
<dependency>
<groupId>com.oracle</groupId>
<artifactId>ojdbc6</artifactId>
<artifactId>ojdbc7</artifactId>
<version>${oracle.version}</version>
<scope>test</scope>
</dependency>
......@@ -536,7 +540,7 @@
<dependencies>
<dependency>
<groupId>com.oracle</groupId>
<artifactId>ojdbc6</artifactId>
<artifactId>ojdbc7</artifactId>
</dependency>
</dependencies>
</profile>
......
......@@ -61,6 +61,11 @@
<username>j50b107</username>
<password>{AP1hP8sE97kHFzAatQGzaaiQPGFrOMDFUZFfG3xTxOs=}</password>
</server>
<server>
<id>cefdigital-thirdparty</id>
<username>gutowpa</username>
<password>{2y/aQkOSNGYHhuusKhaDwLP/lm5YFzlJwyjUWXFDh74=}</password>
</server>
<server>
<id>webgate-digit</id>
<username>j50b107</username>
......
......@@ -62,7 +62,7 @@
</dependency>
<dependency>
<groupId>com.oracle</groupId>
<artifactId>ojdbc6</artifactId>
<artifactId>ojdbc7</artifactId>
<version>${oracle.version}</version>
</dependency>
</dependencies>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment