[libspring-java] 11/18: Adjusted the Gradle dependencies for OpenJPA

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon May 30 21:26:30 UTC 2016


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository libspring-java.

commit f258273dd0dc7e5976f067f8aec6bd98340f35c0
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri May 27 00:16:26 2016 +0200

    Adjusted the Gradle dependencies for OpenJPA
---
 debian/patches/0039-openjpa-compatibility.patch | 13 +++++++++++++
 debian/patches/series                           |  1 +
 2 files changed, 14 insertions(+)

diff --git a/debian/patches/0039-openjpa-compatibility.patch b/debian/patches/0039-openjpa-compatibility.patch
new file mode 100644
index 0000000..818fecc
--- /dev/null
+++ b/debian/patches/0039-openjpa-compatibility.patch
@@ -0,0 +1,13 @@
+Description: Adjusts the dependencies for OpenJPA
+Author: Emmanuel Bourg <ebourg at apache.org>
+Forwarded: not-needed
+--- a/build.gradle
++++ b/build.gradle
+@@ -803,6 +803,7 @@
+ 			exclude group: 'org.apache.geronimo.specs', module: 'geronimo-jta_1.1_spec'
+ 			exclude group: 'org.apache.geronimo.specs', module: 'geronimo-jms_1.1_spec'
+ 		}
++		optional("org.apache.openjpa:openjpa-persistence-jdbc:${openJpaVersion}")
+ 		optional("javax.jdo:jdo-api:3.0.1") {
+ 			exclude group: 'javax.transaction', module: 'transaction-api'
+ 		}
diff --git a/debian/patches/series b/debian/patches/series
index c80252f..b933e15 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -8,3 +8,4 @@
 0036-ignore-compilation-warnings.patch
 0037-ignore-sonar-plugin.patch
 0038-rome-compatibility.patch
+0039-openjpa-compatibility.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libspring-java.git



More information about the pkg-java-commits mailing list