Skip to content
This repository was archived by the owner on Nov 24, 2024. It is now read-only.

Commit 3c5ce84

Browse files
committed
o Added back plexus support as this library is also consumed by Maven
1 parent 43d07b7 commit 3c5ce84

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<component-set>
3+
<components>
4+
<component>
5+
<role>org.sonatype.plexus.components.cipher.PlexusCipher</role>
6+
<role-hint>default</role-hint>
7+
<implementation>org.sonatype.plexus.components.cipher.DefaultPlexusCipher</implementation>
8+
<description />
9+
<isolated-realm>false</isolated-realm>
10+
</component>
11+
</components>
12+
</component-set>

0 commit comments

Comments
 (0)