We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a85ca3a commit f9bc4e9Copy full SHA for f9bc4e9
1 file changed
modules/transport/testkit/pom.xml
@@ -159,15 +159,6 @@
159
</execution>
160
</executions>
161
</plugin>
162
- <plugin>
163
- <groupId>org.codehaus.mojo</groupId>
164
- <artifactId>animal-sniffer-maven-plugin</artifactId>
165
- <configuration>
166
- <!-- The doclet uses com.sun APIs and signature verification would fail. That's OK
167
- because the artifact is only used during the build anyway. -->
168
- <skip>true</skip>
169
- </configuration>
170
- </plugin>
171
</plugins>
172
</build>
173
</project>
0 commit comments