Repository: mina-sshd Updated Branches: refs/heads/master d296fd6ba -> ec5941145
Updated dependencies version of plugins that use the Maven or Plexus archivers Project: http://git-wip-us.apache.org/repos/asf/mina-sshd/repo Commit: http://git-wip-us.apache.org/repos/asf/mina-sshd/commit/ec594114 Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/ec594114 Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/ec594114 Branch: refs/heads/master Commit: ec594114556f43d12e1c795ec6aee1a6a0bbecfd Parents: 355d3f6 Author: Goldstein Lyor <[email protected]> Authored: Wed Aug 22 12:52:55 2018 +0300 Committer: Goldstein Lyor <[email protected]> Committed: Wed Aug 22 12:53:33 2018 +0300 ---------------------------------------------------------------------- pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/ec594114/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5b84459..536651e 100644 --- a/pom.xml +++ b/pom.xml @@ -117,6 +117,8 @@ <bytebuddy.version>1.8.17</bytebuddy.version> <surefire.plugin.version>2.22.0</surefire.plugin.version> + <maven.archiver.version>3.2.0</maven.archiver.version> + <plexus.archiver.version>3.6.0</plexus.archiver.version> <!-- See https://pmd.github.io/ for available latest version --> <pmd.version>6.6.0</pmd.version> </properties> @@ -1043,6 +1045,18 @@ <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile> </archive> </configuration> + <dependencies> + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-archiver</artifactId> + <version>${maven.archiver.version}</version> + </dependency> + <dependency> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-archiver</artifactId> + <version>${plexus.archiver.version}</version> + </dependency> + </dependencies> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>
