This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository activemq.
commit 9411a5cd7361fce4fcf2640c0a0360c9241959ea Author: Markus Koschany <[email protected]> Date: Wed Mar 16 14:34:43 2016 +0100 Update disable-broker-test-dependency.patch --- .../patches/disable-broker-test-dependency.patch | 23 +++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/debian/patches/disable-broker-test-dependency.patch b/debian/patches/disable-broker-test-dependency.patch index 98c58f9..4343a7c 100644 --- a/debian/patches/disable-broker-test-dependency.patch +++ b/debian/patches/disable-broker-test-dependency.patch @@ -7,7 +7,8 @@ Subject: disable broker test dependency activemq-fileserver/pom.xml | 4 ++-- activemq-kahadb-store/pom.xml | 4 ++-- activemq-mqtt/pom.xml | 4 ++-- - 4 files changed, 8 insertions(+), 8 deletions(-) + activemq-ra/pom.xml | 4 ++-- + 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/activemq-console/pom.xml b/activemq-console/pom.xml index 67d1864..9d49a14 100644 @@ -85,3 +86,23 @@ index 8819b32..b663b5f 100755 <dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-kahadb-store</artifactId> +diff --git a/activemq-ra/pom.xml b/activemq-ra/pom.xml +index 36a764d..0d48312 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> -- 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

