Upgrade hibernate-entitymanager dependence to 3.4.0.GA
Updated 2 years, 2 months ago
| Indrajit Raychaudhuri | Reviewers | ||
| irc_issue_156 | |||
| 156 | dchenbecker, dpp, timperrett, marius, charles, joni, atsuhiko, jorge, naftoli, kris, indrajit, alexb | ||
| None | LiftWeb-archive | ||
See: http://groups.google.com/group/liftweb/browse_thread/thread/17dd1f301dc9e99b
Diff revision 1 (Latest)
- lift-archetypes/lift-archetype-jpa-basic/src/main/resources/archetype-resources/spa/pom.xml:
- lift-archetypes/lift-archetype-jpa-blank-single/src/main/resources/archetype-resources/pom.xml:
- lift-archetypes/lift-archetype-jpa-blank/src/main/resources/archetype-resources/spa/pom.xml:
- lift-examples/JPADemo/JPADemo-spa/pom.xml:
| lift-archetypes/lift-archetype-jpa-basic/src/main/resources/archetype-resources/spa/pom.xml | |||
|---|---|---|---|
| Revision cb7accd | New Change | ||
| ... | 19 lines hidden [Expand] | ||
| 20 |
<version>2.1-rc4</version> |
20 |
<version>2.1-rc4</version> |
| 21 |
</dependency>
|
21 |
</dependency>
|
| 22 |
<dependency>
|
22 |
<dependency>
|
| 23 |
<groupId>org.hibernate</groupId> |
23 |
<groupId>org.hibernate</groupId> |
| 24 |
<artifactId>hibernate-entitymanager</artifactId> |
24 |
<artifactId>hibernate-entitymanager</artifactId> |
| 25 | <version>3.3.1.ga</version> |
25 | <version>3.4.0.GA</version> |
| 26 |
<exclusions>
|
26 |
<exclusions>
|
| 27 |
<exclusion>
|
27 |
<exclusion>
|
| 28 |
<groupId>javax.transaction</groupId> |
28 |
<groupId>javax.transaction</groupId> |
| 29 |
<artifactId>jta</artifactId> |
29 |
<artifactId>jta</artifactId> |
| 30 |
</exclusion>
|
30 |
</exclusion>
|
| 31 |
</exclusions>
|
31 |
</exclusions>
|
| 32 |
</dependency>
|
32 |
</dependency>
|
| 33 |
<dependency>
|
33 |
<dependency>
|
| 34 |
<groupId>geronimo-spec</groupId> |
34 |
<groupId>geronimo-spec</groupId> |
| 35 |
<artifactId>geronimo-spec-jta</artifactId> |
35 |
<artifactId>geronimo-spec-jta</artifactId> |
| 36 |
<version>1.0.1B-rc4</version> |
36 |
<version>1.0.1B-rc4</version> |
| 37 |
<scope>provided</scope> |
37 |
<scope>provided</scope> |
| 38 |
</dependency>
|
38 |
</dependency>
|
| 39 |
<dependency>
|
||
| 40 |
<groupId>org.slf4j</groupId> |
||
| 41 |
<artifactId>slf4j-simple</artifactId> |
||
| 42 |
<version>1.4.2</version> |
||
| 43 |
<scope>runtime</scope> |
||
| 44 |
</dependency>
|
||
| 39 |
</dependencies>
|
45 |
</dependencies>
|
| 40 | 46 | ||
| 41 |
<build>
|
47 |
<build>
|
| 42 |
<plugins>
|
48 |
<plugins>
|
| 43 |
<plugin>
|
49 |
<plugin>
|
| 44 |
<artifactId>maven-surefire-plugin</artifactId> |
50 |
<artifactId>maven-surefire-plugin</artifactId> |
| 45 |
<configuration>
|
51 |
<configuration>
|
| 46 |
<redirectTestOutputToFile>true</redirectTestOutputToFile> |
52 |
<redirectTestOutputToFile>true</redirectTestOutputToFile> |
| 47 |
</configuration>
|
53 |
</configuration>
|
| 48 |
</plugin>
|
54 |
</plugin>
|
| 49 |
</plugins>
|
55 |
</plugins>
|
| 50 |
</build>
|
56 |
</build>
|
| 51 |
</project>
|
57 |
</project>
|
| lift-archetypes/lift-archetype-jpa-blank-single/src/main/resources/archetype-resources/pom.xml | |
|---|---|
| Revision 7f7d42b | New Change |
| lift-archetypes/lift-archetype-jpa-blank/src/main/resources/archetype-resources/spa/pom.xml | |
|---|---|
| Revision 47dc7f8 | New Change |
| lift-examples/JPADemo/JPADemo-spa/pom.xml | |
|---|---|
| Revision 92d03fe | New Change |
- lift-archetypes/lift-archetype-jpa-basic/src/main/resources/archetype-resources/spa/pom.xml:
- lift-archetypes/lift-archetype-jpa-blank-single/src/main/resources/archetype-resources/pom.xml:
- lift-archetypes/lift-archetype-jpa-blank/src/main/resources/archetype-resources/spa/pom.xml:
- lift-examples/JPADemo/JPADemo-spa/pom.xml:

Other reviews