You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by lg...@apache.org on 2018/02/15 06:07:12 UTC

[1/2] mina-sshd git commit: Make sure findbugs Maven plugin uses same dependencies versions as we do

Repository: mina-sshd
Updated Branches:
  refs/heads/master 3ad079a6c -> 59a7fcf88


Make sure findbugs Maven plugin uses same dependencies versions as we do


Project: http://git-wip-us.apache.org/repos/asf/mina-sshd/repo
Commit: http://git-wip-us.apache.org/repos/asf/mina-sshd/commit/59a7fcf8
Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/59a7fcf8
Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/59a7fcf8

Branch: refs/heads/master
Commit: 59a7fcf880e414da0099faa81f557520245ba1c2
Parents: f83d843
Author: Goldstein Lyor <ly...@c-b4.com>
Authored: Thu Feb 15 07:58:19 2018 +0200
Committer: Goldstein Lyor <ly...@c-b4.com>
Committed: Thu Feb 15 08:07:06 2018 +0200

----------------------------------------------------------------------
 pom.xml | 38 ++++++++++++++++++++++++++++++++------
 1 file changed, 32 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/59a7fcf8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8c31616..e5ac9b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -627,6 +627,28 @@
                             <artifactId>findbugs</artifactId>
                             <version>3.0.1</version>
                         </dependency>
+                            <!-- Use same version as we do -->
+                        <dependency>
+                            <groupId>org.apache.ant</groupId>
+                            <artifactId>ant</artifactId>
+                            <version>${ant.version}</version>
+                        </dependency>
+                        <dependency>
+                            <groupId>org.apache.ant</groupId>
+                            <artifactId>ant-junit</artifactId>
+                            <version>${ant.version}</version>
+                        </dependency>
+                        <dependency>
+                            <groupId>org.apache.ant</groupId>
+                            <artifactId>ant-antlr</artifactId>
+                            <version>${ant.version}</version>
+                        </dependency>
+                        <dependency>
+                            <groupId>org.apache.ant</groupId>
+                            <artifactId>ant-launcher</artifactId>
+                            <version>${ant.version}</version>
+                        </dependency>
+                            <!-- Use same version as we do -->
                         <dependency>
                             <groupId>org.codehaus.groovy</groupId>
                             <artifactId>groovy</artifactId>
@@ -634,19 +656,23 @@
                         </dependency>
                         <dependency>
                             <groupId>org.codehaus.groovy</groupId>
-                            <artifactId>groovy-ant</artifactId>
+                            <artifactId>groovy-xml</artifactId>
                             <version>${groovy.version}</version>
                         </dependency>
                         <dependency>
                             <groupId>org.codehaus.groovy</groupId>
-                            <artifactId>groovy-xml</artifactId>
+                            <artifactId>groovy-groovydoc</artifactId>
                             <version>${groovy.version}</version>
                         </dependency>
-                          <!-- referenced indirectly by groovy-all -->
                         <dependency>
-                            <groupId>org.apache.ant</groupId>
-                            <artifactId>ant</artifactId>
-                            <version>${ant.version}</version>
+                            <groupId>org.codehaus.groovy</groupId>
+                            <artifactId>groovy-templates</artifactId>
+                            <version>${groovy.version}</version>
+                        </dependency>
+                        <dependency>
+                            <groupId>org.codehaus.groovy</groupId>
+                            <artifactId>groovy-ant</artifactId>
+                            <version>${groovy.version}</version>
                         </dependency>
                     </dependencies>                    
                 </plugin>


[2/2] mina-sshd git commit: Upgraded mockito-core version to 2.15.0

Posted by lg...@apache.org.
Upgraded mockito-core version to 2.15.0


Project: http://git-wip-us.apache.org/repos/asf/mina-sshd/repo
Commit: http://git-wip-us.apache.org/repos/asf/mina-sshd/commit/f83d843d
Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/f83d843d
Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/f83d843d

Branch: refs/heads/master
Commit: f83d843ded7f3925790f8159c120819789114d59
Parents: 3ad079a
Author: Goldstein Lyor <ly...@c-b4.com>
Authored: Thu Feb 15 07:54:18 2018 +0200
Committer: Goldstein Lyor <ly...@c-b4.com>
Committed: Thu Feb 15 08:07:06 2018 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/f83d843d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f8b11b9..8c31616 100644
--- a/pom.xml
+++ b/pom.xml
@@ -307,7 +307,7 @@
             <dependency>
                 <groupId>org.mockito</groupId>
                 <artifactId>mockito-core</artifactId>
-                <version>2.13.0</version>
+                <version>2.15.0</version>
             </dependency>
             <dependency>
                 <groupId>net.sf.jpam</groupId>