remove java-plexus-component-annotations as it was upstreamed.

Julien LepillerThu Mar 01 15:56:38+0100 2018

399be5f

remove java-plexus-component-annotations as it was upstreamed.

more/packages/java.scm

41844184
contexts, DOM etc, including mixtures thereof.")
41854185
    (license license:asl2.0)))
41864186
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-
41984187
(define-public java-qdox
41994188
  (package
42004189
    (name "java-qdox")