This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository activemq.
commit 407ab7d72c1faa3ceb542ebde28086b678eaa232 Author: Markus Koschany <[email protected]> Date: Sat Mar 19 16:01:12 2016 +0100 Update disable-broker-test-dependency.patch --- .../patches/disable-broker-test-dependency.patch | 22 +++++++++++++++++++++- .../disable-org.linkedin-dependencies.patch | 2 +- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/debian/patches/disable-broker-test-dependency.patch b/debian/patches/disable-broker-test-dependency.patch index f5ac476..3079ffa 100644 --- a/debian/patches/disable-broker-test-dependency.patch +++ b/debian/patches/disable-broker-test-dependency.patch @@ -11,7 +11,8 @@ might achieve the same. activemq-kahadb-store/pom.xml | 4 ++-- activemq-mqtt/pom.xml | 4 ++-- activemq-ra/pom.xml | 4 ++-- - 5 files changed, 10 insertions(+), 10 deletions(-) + activemq-spring/pom.xml | 4 ++-- + 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/activemq-console/pom.xml b/activemq-console/pom.xml index 67d1864..9d49a14 100644 @@ -109,3 +110,22 @@ index 36a764d..0d48312 100755 <dependency> <groupId>org.jmock</groupId> <artifactId>jmock-junit4</artifactId> +diff --git a/activemq-spring/pom.xml b/activemq-spring/pom.xml +index 7f411ee..5ee43c5 100755 +--- a/activemq-spring/pom.xml ++++ b/activemq-spring/pom.xml +@@ -162,12 +162,12 @@ + <artifactId>spring-test</artifactId> + <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>junit</groupId> + <artifactId>junit</artifactId> diff --git a/debian/patches/disable-org.linkedin-dependencies.patch b/debian/patches/disable-org.linkedin-dependencies.patch index 4092371..c87f936 100644 --- a/debian/patches/disable-org.linkedin-dependencies.patch +++ b/debian/patches/disable-org.linkedin-dependencies.patch @@ -7,7 +7,7 @@ Subject: disable org.linkedin dependencies 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/activemq-spring/pom.xml b/activemq-spring/pom.xml -index 7f411ee..13e188f 100755 +index 5ee43c5..e93ca17 100755 --- a/activemq-spring/pom.xml +++ b/activemq-spring/pom.xml @@ -87,7 +87,7 @@ -- 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

