Skip to content

Commit 9e87d49

Browse files
committed
chore: remove animal-sniffer-maven-plugin because it is no longer needed
1 parent e7b23b0 commit 9e87d49

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

modules/transport/testkit/pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -159,15 +159,6 @@
159159
</execution>
160160
</executions>
161161
</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>
171162
</plugins>
172163
</build>
173164
</project>

0 commit comments

Comments
 (0)