Switched back org.hibernate:hibernate-entitymanager to 4.2.3.Final from 4.3.0.Beta3 because of broken dependency to org.hibernate.service.jta.platform.spi.JtaPlatform

Updated rg.apache.maven.plugins:maven-compiler-plugin from 2.3.2 to 3.1
This commit is contained in:
shing19m 2013-07-29 15:08:27 +02:00
parent cca587df41
commit bc61c0ad10
1 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
<version>4.3.0.Beta3</version>
<version>4.2.3.Final</version>
</dependency>
<dependency>
<groupId>cglib</groupId>
@ -61,7 +61,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<version>3.1</version>
<configuration>
<source>1.6</source>
<target>1.6</target>