summaryrefslogtreecommitdiff
path: root/patches/plexus-cipher/no-javaee.patch
blob: c6892946a4923acb5dbaaee29b78ea21404d7baa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
 {