This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository activemq.
commit 1ecad8add57b5502b97546ad5c5945ce0d0c4c10 Author: Markus Koschany <[email protected]> Date: Tue Mar 15 21:51:03 2016 +0100 Update disable-broker-test-dependency.patch --- .../patches/disable-broker-test-dependency.patch | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/debian/patches/disable-broker-test-dependency.patch b/debian/patches/disable-broker-test-dependency.patch index 28330a6..98c58f9 100644 --- a/debian/patches/disable-broker-test-dependency.patch +++ b/debian/patches/disable-broker-test-dependency.patch @@ -6,7 +6,8 @@ Subject: disable broker test dependency activemq-console/pom.xml | 4 ++-- activemq-fileserver/pom.xml | 4 ++-- activemq-kahadb-store/pom.xml | 4 ++-- - 3 files changed, 6 insertions(+), 6 deletions(-) + activemq-mqtt/pom.xml | 4 ++-- + 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/activemq-console/pom.xml b/activemq-console/pom.xml index 67d1864..9d49a14 100644 @@ -65,3 +66,22 @@ index 98777c0..9f19437 100755 <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> +diff --git a/activemq-mqtt/pom.xml b/activemq-mqtt/pom.xml +index 8819b32..b663b5f 100755 +--- a/activemq-mqtt/pom.xml ++++ b/activemq-mqtt/pom.xml +@@ -129,12 +129,12 @@ + <!-- =============================== --> + <!-- Testing Dependencies --> + <!-- =============================== --> +- <dependency> ++ <!--<dependency> + <groupId>${project.groupId}</groupId> + <artifactId>activemq-broker</artifactId> + <type>test-jar</type> + <scope>test</scope> +- </dependency> ++ </dependency>--> + <dependency> + <groupId>org.apache.activemq</groupId> + <artifactId>activemq-kahadb-store</artifactId> -- 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

