remove java-plexus-component-annotations as it was upstreamed.
more/packages/java.scm
| 4184 | 4184 | contexts, DOM etc, including mixtures thereof.") | |
| 4185 | 4185 | (license license:asl2.0))) | |
| 4186 | 4186 | ||
| 4187 | - | (define-public java-plexus-component-annotations | |
| 4188 | - | (package | |
| 4189 | - | (inherit java-plexus-container-default) | |
| 4190 | - | (name "java-plexus-component-annotations") | |
| 4191 | - | (arguments | |
| 4192 | - | `(#:jar-name "plexus-component-annotations.jar" | |
| 4193 | - | #:source-dir "plexus-component-annotations/src/main/java" | |
| 4194 | - | #:tests? #f)); no tests | |
| 4195 | - | (inputs '()) | |
| 4196 | - | (native-inputs '()))) | |
| 4197 | - | ||
| 4198 | 4187 | (define-public java-qdox | |
| 4199 | 4188 | (package | |
| 4200 | 4189 | (name "java-qdox") |