PageRenderTime 48ms CodeModel.GetById 29ms app.highlight 12ms RepoModel.GetById 0ms app.codeStats 1ms

/maven-archiver-maven-core-dep.patch

#
Patch | 22 lines | 22 code | 0 blank | 0 comment | 0 complexity | 60d247a9cbc20e70fa7e85246eac9267 MD5 | raw file
Possible License(s): Apache-2.0
 1diff --git a/pom.xml b/pom.xml
 2index 365b10b..6f0f82b 100644
 3--- a/pom.xml
 4+++ b/pom.xml
 5@@ -53,11 +53,16 @@
 6   <dependencies>
 7     <dependency>
 8       <groupId>org.apache.maven</groupId>
 9-      <artifactId>maven-artifact</artifactId>
10+      <artifactId>maven-core</artifactId>
11       <version>${mavenVersion}</version>
12     </dependency>
13     <dependency>
14       <groupId>org.apache.maven</groupId>
15+      <artifactId>maven-artifact</artifactId>
16+      <version>${mavenVersion}</version>
17+    </dependency>
18+  <dependency>
19+      <groupId>org.apache.maven</groupId>
20       <artifactId>maven-model</artifactId>
21       <version>${mavenVersion}</version>
22     </dependency>