We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70eb96e commit d2c4044Copy full SHA for d2c4044
pom.xml
@@ -327,21 +327,6 @@
327
<version>${maven-bundle-plugin.version}</version>
328
</plugin>
329
330
- <plugin>
331
- <groupId>org.codehaus.mojo</groupId>
332
- <artifactId>animal-sniffer-maven-plugin</artifactId>
333
- <version>1.16</version>
334
- <configuration>
335
- <ignores>
336
- <ignore>sun.reflect.Reflection</ignore>
337
- </ignores>
338
- <signature>
339
- <groupId>org.codehaus.mojo.signature</groupId>
340
- <artifactId>java17</artifactId>
341
- <version>1.0</version>
342
- </signature>
343
- </configuration>
344
- </plugin>
345
346
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
347
<plugin>
0 commit comments