summaryrefslogtreecommitdiff
path: root/patches/plexus-cipher/no-javaee.patch
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-05-29 15:25:19 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-05-29 15:25:19 -0400
commit744d12353f38bbb1af83a1ff2f3a0761c941b9db (patch)
treeae9f74316c55ed708bd20d5d77e17dd6a9a97a73 /patches/plexus-cipher/no-javaee.patch
parentb1c46c1e5a498919a6fa8cd0884e46271e5d6371 (diff)
get plexus-cipher to compile
Diffstat (limited to 'patches/plexus-cipher/no-javaee.patch')
-rw-r--r--patches/plexus-cipher/no-javaee.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/patches/plexus-cipher/no-javaee.patch b/patches/plexus-cipher/no-javaee.patch
new file mode 100644
index 0000000..c689294
--- /dev/null
+++ b/patches/plexus-cipher/no-javaee.patch
@@ -0,0 +1,19 @@
+diff --git a/src/main/java/org/sonatype/plexus/components/cipher/DefaultPlexusCipher.java b/src/main/java/org/sonatype/plexus/components/cipher/DefaultPlexusCipher.java
+index d129fa7..0b135df 100644
+--- a/src/main/java/org/sonatype/plexus/components/cipher/DefaultPlexusCipher.java
++++ b/src/main/java/org/sonatype/plexus/components/cipher/DefaultPlexusCipher.java
+@@ -20,14 +20,9 @@ import java.util.Set;
+ import java.util.regex.Matcher;
+ import java.util.regex.Pattern;
+
+-import javax.enterprise.inject.Typed;
+-import javax.inject.Named;
+-
+ /**
+ * @author Oleg Gusakov</a>
+ */
+-@Named( "default" )
+-@Typed( PlexusCipher.class )
+ public class DefaultPlexusCipher
+ implements PlexusCipher
+ {