[disruptor] 02/07: update pom from upstream with debian/rules get-orig-pom

Tony Mancill tmancill at moszumanska.debian.org
Sun Oct 15 19:37:34 UTC 2017


This is an automated email from the git hooks/post-receive script.

tmancill pushed a commit to branch master
in repository disruptor.

commit c0355a75cc7b5790e917d411f3cbca5c81a9c146
Author: tony mancill <tmancill at debian.org>
Date:   Sun Oct 15 12:25:35 2017 -0700

    update pom from upstream with debian/rules get-orig-pom
---
 debian/pom.xml | 16 ++--------------
 1 file changed, 2 insertions(+), 14 deletions(-)

diff --git a/debian/pom.xml b/debian/pom.xml
index 4b1e9dc..b0d1eae 100644
--- a/debian/pom.xml
+++ b/debian/pom.xml
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>com.lmax</groupId>
   <artifactId>disruptor</artifactId>
-  <version>3.3.5</version>
+  <version>3.3.7</version>
   <name>Disruptor Framework</name>
   <description>Disruptor - Concurrent Programming Framework</description>
   <url>http://lmax-exchange.github.com/disruptor</url>
@@ -28,21 +28,9 @@
   </scm>
   <dependencies>
     <dependency>
-      <groupId>org.jmock</groupId>
-      <artifactId>jmock-junit4</artifactId>
-      <version>2.5.1</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.5</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.jmock</groupId>
-      <artifactId>jmock-legacy</artifactId>
-      <version>2.5.1</version>
+      <version>4.12</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/disruptor.git



More information about the pkg-java-commits mailing list