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 <l...@c-b4.com>
Authored: Thu Feb 15 07:58:19 2018 +0200
Committer: Goldstein Lyor <l...@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>

Reply via email to