File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments