git://wamblee.org
/
utils
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86c1da9
)
(no commit message)
author
Erik Brakkee
<erik@brakkee.org>
Sun, 4 Apr 2010 13:55:07 +0000
(13:55 +0000)
committer
Erik Brakkee
<erik@brakkee.org>
Sun, 4 Apr 2010 13:55:07 +0000
(13:55 +0000)
hibernate-jpa/pom.xml
patch
|
blob
|
history
diff --git
a/hibernate-jpa/pom.xml
b/hibernate-jpa/pom.xml
index 6002f96244f580c4a35a63a3ab3d80a4aac65e6f..5bbef3724801ebe80495b3423ce58bdd01252834 100644
(file)
--- a/
hibernate-jpa/pom.xml
+++ b/
hibernate-jpa/pom.xml
@@
-27,6
+27,12
@@
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
<version>3.3.2.GA</version>
+ <exclusions>
+ <exclusion>
+ <groupId>javax.transaction</groupId>
+ <artifactId>jta</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
</dependencies>