Fridrich Strba 2019-05-05 05:56:41 +00:00 committed by Git OBS Bridge
parent 2dba77a516
commit ae01f57a96
2 changed files with 0 additions and 84 deletions

View File

@ -1,35 +0,0 @@
diff --git a/pom.xml b/pom.xml
index c519f2a..d7e1a41 100644
--- a/pom.xml
+++ b/pom.xml
@@ -243,30 +243,6 @@
</execution>
</executions>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-enforcer-plugin</artifactId>
- <executions>
- <execution>
- <goals>
- <goal>enforce</goal>
- </goals>
- <id>ensure-no-container-api</id>
- <configuration>
- <rules>
- <bannedDependencies>
- <excludes>
- <exclude>org.codehaus.plexus:plexus-component-api</exclude>
- <exclude>org.codehaus.plexus:plexus-container-default</exclude>
- </excludes>
- <message>The new containers are not supported. You probably added a dependency that is missing the exclusions.</message>
- </bannedDependencies>
- </rules>
- <fail>true</fail>
- </configuration>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>
</project>

View File

@ -1,49 +0,0 @@
diff --git a/pom.xml b/pom.xml
index c519f2a..8a4c029 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,7 +87,7 @@
<exclusions>
<exclusion>
<groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-container-default</artifactId>
+ <artifactId>plexus-component-metadata</artifactId>
</exclusion>
</exclusions>
</dependency>
@@ -123,7 +123,7 @@
<exclusions>
<exclusion>
<groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-container-default</artifactId>
+ <artifactId>plexus-component-metadata</artifactId>
</exclusion>
</exclusions>
</dependency>
@@ -135,7 +135,7 @@
<exclusions>
<exclusion>
<groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-container-default</artifactId>
+ <artifactId>plexus-component-metadata</artifactId>
</exclusion>
</exclusions>
</dependency>
@@ -155,7 +155,7 @@
<exclusions>
<exclusion>
<groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-container-default</artifactId>
+ <artifactId>plexus-component-metadata</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.velocity</groupId>
@@ -199,7 +199,7 @@
<exclusions>
<exclusion>
<groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-container-default</artifactId>
+ <artifactId>plexus-component-metadata</artifactId>
</exclusion>
</exclusions>
</dependency>