mirror of https://github.com/apache/openjpa.git
OPENJPA-2641 upgrade build poms to most recent dependency versions
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1743338 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0f55f9d133
commit
bde39c4bc9
|
@ -39,7 +39,7 @@
|
|||
<properties>
|
||||
<checkstyle.config.location>${project.basedir}${file.separator}..${file.separator}..${file.separator}openjpa-project${file.separator}checkstyle.xml</checkstyle.config.location>
|
||||
</properties>
|
||||
|
||||
|
||||
<profiles>
|
||||
<!-- Default profile for testing with Apache BVAL provider -->
|
||||
<!-- See http://incubator.apache.org/projects/beanvalidation.html -->
|
||||
|
|
|
@ -128,7 +128,6 @@
|
|||
<dependency>
|
||||
<groupId>log4j</groupId>
|
||||
<artifactId>log4j</artifactId>
|
||||
<version>1.2.14</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
|
||||
|
|
|
@ -23,7 +23,6 @@ import java.io.File;
|
|||
import java.io.FileReader;
|
||||
import java.io.InputStream;
|
||||
import java.io.InputStreamReader;
|
||||
import java.util.Arrays;
|
||||
|
||||
import javax.persistence.EntityManager;
|
||||
import javax.persistence.EntityManagerFactory;
|
||||
|
|
33
pom.xml
33
pom.xml
|
@ -77,12 +77,12 @@
|
|||
<createSource>none</createSource>
|
||||
<createSources>false</createSources>
|
||||
<!-- common JDBC driver versions -->
|
||||
<derby.version>10.8.2.2</derby.version>
|
||||
<derby.version>10.12.1.1</derby.version>
|
||||
<hsqldb.version>1.8.0.10</hsqldb.version>
|
||||
<mysql.version>5.1.12</mysql.version>
|
||||
<postgresql.version>8.4-701.jdbc3</postgresql.version>
|
||||
<postgresql.version>9.1-901-1.jdbc4</postgresql.version>
|
||||
<!-- other common versions -->
|
||||
<slf4jVersion>1.6.1</slf4jVersion>
|
||||
<slf4jVersion>1.7.21</slf4jVersion>
|
||||
<!-- Compile Java source/target class level -->
|
||||
<compile.class.source>${java.class.version}</compile.class.source>
|
||||
<compile.class.target>${java.class.version}</compile.class.target>
|
||||
|
@ -500,17 +500,17 @@
|
|||
<dependency>
|
||||
<groupId>commons-pool</groupId>
|
||||
<artifactId>commons-pool</artifactId>
|
||||
<version>1.5.4</version>
|
||||
<version>1.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-logging</groupId>
|
||||
<artifactId>commons-logging</artifactId>
|
||||
<version>1.0.4</version>
|
||||
<version>1.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-lang</groupId>
|
||||
<artifactId>commons-lang</artifactId>
|
||||
<version>2.4</version>
|
||||
<version>2.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-collections</groupId>
|
||||
|
@ -545,12 +545,12 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.bval</groupId>
|
||||
<artifactId>org.apache.bval.bundle</artifactId>
|
||||
<version>0.3-incubating</version>
|
||||
<version>0.5</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-beanutils</groupId>
|
||||
<artifactId>commons-beanutils</artifactId>
|
||||
<version>1.8.3</version>
|
||||
<version>1.9.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.derby</groupId>
|
||||
|
@ -591,7 +591,7 @@
|
|||
<dependency>
|
||||
<groupId>log4j</groupId>
|
||||
<artifactId>log4j</artifactId>
|
||||
<version>1.2.13</version>
|
||||
<version>1.2.17</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
|
@ -601,29 +601,22 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.ant</groupId>
|
||||
<artifactId>ant</artifactId>
|
||||
<version>1.7.1</version>
|
||||
<version>1.9.7</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jmock</groupId>
|
||||
<artifactId>jmock</artifactId>
|
||||
<version>2.8.1</version>
|
||||
<version>2.8.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jmock</groupId>
|
||||
<artifactId>jmock-junit4</artifactId>
|
||||
<version>2.8.1</version>
|
||||
<version>2.8.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>4.9</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<!-- as this clashes with the hamcrest version used in jmock -->
|
||||
<groupId>org.hamcrest</groupId>
|
||||
<artifactId>hamcrest-core</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
<version>4.12</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.sourceforge.findbugs</groupId>
|
||||
|
|
Loading…
Reference in New Issue