File: 04-module-info.patch

package info (click to toggle)
plexus-languages 1.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 892 kB
  • sloc: java: 2,631; xml: 321; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 681 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Removes asm from the required modules (the Debian jar has no module info yet)
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
--- a/plexus-java/src/main/java9/module-info.java
+++ b/plexus-java/src/main/java9/module-info.java
@@ -19,10 +19,9 @@
 module org.codehaus.plexus.languages.java 
 {
     requires com.thoughtworks.qdox;
-    requires org.objectweb.asm;
     
     exports org.codehaus.plexus.languages.java.jpms;
     exports org.codehaus.plexus.languages.java.version;
     
     provides org.codehaus.plexus.languages.java.jpms.LocationManager with org.codehaus.plexus.languages.java.jpms.LocationManager;
-}
\ No newline at end of file
+}