This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository activemq.
commit af61c9ea6fafbd0d5b59a5bdaff633c0cece214a Author: Markus Koschany <[email protected]> Date: Tue Mar 15 18:55:36 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 1d4eb9e..28330a6 100644 --- a/debian/patches/disable-broker-test-dependency.patch +++ b/debian/patches/disable-broker-test-dependency.patch @@ -4,8 +4,9 @@ Subject: disable broker test dependency --- activemq-console/pom.xml | 4 ++-- + activemq-fileserver/pom.xml | 4 ++-- activemq-kahadb-store/pom.xml | 4 ++-- - 2 files changed, 4 insertions(+), 4 deletions(-) + 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/activemq-console/pom.xml b/activemq-console/pom.xml index 67d1864..9d49a14 100644 @@ -26,6 +27,25 @@ index 67d1864..9d49a14 100644 <!-- needed for TestPurgeCommand, but not for compile. --> <dependency> +diff --git a/activemq-fileserver/pom.xml b/activemq-fileserver/pom.xml +index 332a54d..3a51cd9 100755 +--- a/activemq-fileserver/pom.xml ++++ b/activemq-fileserver/pom.xml +@@ -82,12 +82,12 @@ + <type>test-jar</type> + <scope>test</scope> + </dependency> +- <dependency> ++ <!--<dependency> + <groupId>${project.groupId}</groupId> + <artifactId>activemq-broker</artifactId> + <type>test-jar</type> + <scope>test</scope> +- </dependency> ++ </dependency>--> + <dependency> + <groupId>org.eclipse.jetty.aggregate</groupId> + <artifactId>jetty-all</artifactId> diff --git a/activemq-kahadb-store/pom.xml b/activemq-kahadb-store/pom.xml index 98777c0..9f19437 100755 --- a/activemq-kahadb-store/pom.xml -- 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

