[maven-ant-helper] 01/03: Added geronimo-annotation to the classpath to run on Java 9 (Closes: #893343)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Apr 6 08:16:05 UTC 2018
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository maven-ant-helper.
commit 1870a9ff2d79ebc8f61e8f4b4a6e24de2e642d17
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Fri Apr 6 09:47:51 2018 +0200
Added geronimo-annotation to the classpath to run on Java 9 (Closes: #893343)
---
debian/changelog | 8 ++++++++
maven-build.xml | 1 +
2 files changed, 9 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 50d35db..89eb51c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+maven-ant-helper (8.4) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Added geronimo-annotation to the classpath to run on Java 9
+ (Closes: #893343)
+
+ -- Emmanuel Bourg <ebourg at apache.org> Fri, 06 Apr 2018 09:47:02 +0200
+
maven-ant-helper (8.3) unstable; urgency=medium
* Team upload.
diff --git a/maven-build.xml b/maven-build.xml
index ec1ecbc..8dc99d1 100644
--- a/maven-build.xml
+++ b/maven-build.xml
@@ -105,6 +105,7 @@
<include name="commons-cli.jar"/>
<include name="commons-io.jar"/>
<include name="commons-lang3.jar"/>
+ <include name="geronimo-annotation-1.3-spec.jar"/>
<include name="guava.jar"/>
<include name="guice.jar"/>
<include name="jansi.jar"/>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-ant-helper.git
More information about the pkg-java-commits
mailing list