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 <[email protected]> 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 <[email protected]> +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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

