Skip to content

Commit bac7df9

Browse files
committed
Fixing outdated plugin dependencies
1 parent 0345aa7 commit bac7df9

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

pom.xml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,37 @@
164164
</configuration>
165165
</plugin>
166166
</plugins>
167+
<pluginManagement>
168+
<plugins>
169+
<plugin>
170+
<groupId>org.apache.maven.plugins</groupId>
171+
<artifactId>maven-clean-plugin</artifactId>
172+
<version>3.4.0</version>
173+
</plugin>
174+
<plugin>
175+
<groupId>org.codehaus.mojo</groupId>
176+
<artifactId>clirr-maven-plugin</artifactId>
177+
<version>2.8</version>
178+
<dependencies>
179+
<dependency>
180+
<groupId>classworlds</groupId>
181+
<artifactId>classworlds</artifactId>
182+
<version>1.1</version>
183+
</dependency>
184+
<dependency>
185+
<groupId>org.codehaus.plexus</groupId>
186+
<artifactId>plexus-i18n</artifactId>
187+
<version>1.0-beta-10</version>
188+
</dependency>
189+
<dependency>
190+
<groupId>org.codehaus.plexus</groupId>
191+
<artifactId>plexus-component-api</artifactId>
192+
<version>1.0-alpha-33</version>
193+
</dependency>
194+
</dependencies>
195+
</plugin>
196+
</plugins>
197+
</pluginManagement>
167198
</build>
168199

169200
<reporting>

0 commit comments

Comments
 (0)