This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository activemq.
commit 97a056d030778682cb01b45a0d017c9ea183523b Author: Markus Koschany <[email protected]> Date: Tue Sep 13 01:20:02 2016 +0200 Add disable-broker-test-dependency.patch --- .../patches/disable-broker-test-dependency.patch | 28 ++++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 29 insertions(+) diff --git a/debian/patches/disable-broker-test-dependency.patch b/debian/patches/disable-broker-test-dependency.patch new file mode 100644 index 0000000..ca672e0 --- /dev/null +++ b/debian/patches/disable-broker-test-dependency.patch @@ -0,0 +1,28 @@ +From: Markus Koschany <[email protected]> +Date: Tue, 13 Sep 2016 01:19:31 +0200 +Subject: disable broker test dependency + +--- + activemq-ra/pom.xml | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/activemq-ra/pom.xml b/activemq-ra/pom.xml +index 0a7b225..85505ec 100755 +--- a/activemq-ra/pom.xml ++++ b/activemq-ra/pom.xml +@@ -52,13 +52,13 @@ + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-j2ee-connector_1.5_spec</artifactId> + </dependency> +- <dependency> ++ <!--<dependency> + <groupId>org.apache.activemq</groupId> + <artifactId>activemq-broker</artifactId> + <version>${project.version}</version> + <classifier>tests</classifier> + <scope>test</scope> +- </dependency> ++ </dependency>--> + <dependency> + <groupId>org.jmock</groupId> + <artifactId>jmock-junit4</artifactId> diff --git a/debian/patches/series b/debian/patches/series index 208ba53..6a549fd 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ init-debian-default-values.patch activemq-spring.patch activemq-client-jar.patch +disable-broker-test-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

