Remove unneeded doc dependency 47/100647/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 19 Apr 2022 16:41:34 +0000 (18:41 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 19 Apr 2022 16:42:53 +0000 (18:42 +0200)
We are no longer shading byte-buddy, hence we can clean up docs/pom.xml.

Change-Id: Ic7eda3da04a3fee4410c78e84d072574dd87d39a
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
docs/pom.xml

index a5afb990c55840b1709689436253e0f50178b616..dadd33a625e71dc967738f8735f1531e90b54647 100644 (file)
             <version>5.8.0</version>
             <scope>provided</scope>
         </dependency>
-
-        <!-- Used by ByteBuddy -->
-        <dependency>
-            <groupId>com.google.code.findbugs</groupId>
-            <artifactId>jsr305</artifactId>
-            <version>3.0.2</version>
-            <scope>provided</scope>
-        </dependency>
     </dependencies>
 
     <build>
                 </executions>
                 <!-- FIXME: remove this section once we can activate javadoc-links profile -->
                 <configuration combine.children="append">
-                    <!-- byte-buddy's sources fail with JDK17 -->
-                    <doclint>-html</doclint>
-
                     <links>
                         <link>https://junit.org/junit4/javadoc/4.13/</link>
                         <link>http://hamcrest.org/JavaHamcrest/javadoc/2.2/</link>