File: 01-build.patch

package info (click to toggle)
dnsjava 3.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,516 kB
  • sloc: java: 45,056; xml: 914; makefile: 3
file content (22 lines) | stat: -rw-r--r-- 762 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Description: Disable jcstress-core annotations during build
Author: tony mancill <tmancill@debian.org>
Forwarded: not-needed

--- a/pom.xml
+++ b/pom.xml
@@ -109,6 +109,7 @@
                             <artifactId>lombok</artifactId>
                             <version>${lombok.version}</version>
                         </path>
+<!--
                         <path>
                             <groupId>org.openjdk.jcstress</groupId>
                             <artifactId>jcstress-core</artifactId>
@@ -120,6 +121,7 @@
                                 </exclusion>
                             </exclusions>
                         </path>
+-->
                     </annotationProcessorPaths>
                 </configuration>
             </plugin>