This commit is contained in:
parent
2dba77a516
commit
ae01f57a96
@ -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>
|
@ -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>
|
Loading…
x
Reference in New Issue
Block a user