This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository activemq.
commit d7d93d90db5f390339044b83056d40b8aa23a52c Author: Markus Koschany <[email protected]> Date: Tue Mar 15 19:07:16 2016 +0100 Add disable-jetty-all-dependency.patch --- debian/patches/disable-jetty-all-dependency.patch | 26 +++++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 27 insertions(+) diff --git a/debian/patches/disable-jetty-all-dependency.patch b/debian/patches/disable-jetty-all-dependency.patch new file mode 100644 index 0000000..b2250ef --- /dev/null +++ b/debian/patches/disable-jetty-all-dependency.patch @@ -0,0 +1,26 @@ +From: Markus Koschany <[email protected]> +Date: Tue, 15 Mar 2016 19:06:49 +0100 +Subject: disable jetty-all dependency + +--- + activemq-fileserver/pom.xml | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/activemq-fileserver/pom.xml b/activemq-fileserver/pom.xml +index 3a51cd9..85a7f70 100755 +--- a/activemq-fileserver/pom.xml ++++ b/activemq-fileserver/pom.xml +@@ -88,11 +88,11 @@ + <type>test-jar</type> + <scope>test</scope> + </dependency>--> +- <dependency> ++ <!--<dependency> + <groupId>org.eclipse.jetty.aggregate</groupId> + <artifactId>jetty-all</artifactId> + <scope>test</scope> +- </dependency> ++ </dependency>--> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-log4j12</artifactId> diff --git a/debian/patches/series b/debian/patches/series index d18d013..467718b 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ exclude-geronimo-jca.patch exclude-jmdns.patch disable-broker-test-dependency.patch +disable-jetty-all-dependency.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/activemq.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

