Skip to content

Commit 7999049

Browse files
Fix issues with clirr
1 parent 4d64505 commit 7999049

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

pom.xml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,47 @@
169169
<version>3.2.0</version>
170170
</plugin>
171171
</plugins>
172+
<pluginManagement>
173+
<plugins>
174+
<plugin>
175+
<groupId>org.apache.maven.plugins</groupId>
176+
<artifactId>maven-clean-plugin</artifactId>
177+
<version>3.4.0</version>
178+
</plugin>
179+
<plugin>
180+
<groupId>org.apache.maven.plugins</groupId>
181+
<artifactId>maven-install-plugin</artifactId>
182+
<version>3.1.3</version>
183+
</plugin>
184+
<plugin>
185+
<groupId>org.codehaus.mojo</groupId>
186+
<artifactId>clirr-maven-plugin</artifactId>
187+
<version>2.8</version>
188+
<dependencies>
189+
<dependency>
190+
<groupId>classworlds</groupId>
191+
<artifactId>classworlds</artifactId>
192+
<version>1.1</version>
193+
</dependency>
194+
<dependency>
195+
<groupId>org.codehaus.plexus</groupId>
196+
<artifactId>plexus-i18n</artifactId>
197+
<version>1.0-beta-10</version>
198+
</dependency>
199+
<dependency>
200+
<groupId>org.codehaus.plexus</groupId>
201+
<artifactId>plexus-component-api</artifactId>
202+
<version>1.0-alpha-33</version>
203+
</dependency>
204+
<dependency>
205+
<groupId>org.codehaus.plexus</groupId>
206+
<artifactId>plexus-utils</artifactId>
207+
<version>4.0.2</version>
208+
</dependency>
209+
</dependencies>
210+
</plugin>
211+
</plugins>
212+
</pluginManagement>
172213
</build>
173214

174215
<reporting>

0 commit comments

Comments
 (0)