Skip to content

Commit

Permalink
update: pom.xml to ignore de.adorsys.keymanagement:bouncycastle-adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
AssahBismarkabah committed Jul 29, 2024
1 parent 2375d5c commit 9bb5a3b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
1 change: 1 addition & 0 deletions datasafe-encryption/datasafe-encryption-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
<ignoredUsedUndeclaredDependencies>
<ignoredUsedUndeclaredDependency>org.bouncycastle</ignoredUsedUndeclaredDependency>
<ignoredUsedUndeclaredDependency>javax.inject:javax.inject</ignoredUsedUndeclaredDependency>
<ignoredUsedUndeclaredDependency>de.adorsys.keymanagement:bouncycastle-adapter</ignoredUsedUndeclaredDependency>
</ignoredUsedUndeclaredDependencies>
</configuration>
</execution>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@

import de.adorsys.keymanagement.adapter.modules.generator.GeneratorModule_ProviderFactory;
import lombok.experimental.UtilityClass;
import org.bouncycastle.jce.provider.BouncyCastleProvider;

import java.security.Provider;
import java.security.Security;

@UtilityClass
public class ProviderUtils {
Expand Down
7 changes: 0 additions & 7 deletions datasafe-encryption/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,4 @@
<module>datasafe-encryption-api</module>
<module>datasafe-encryption-impl</module>
</modules>
<dependencies>
<dependency>
<groupId>de.adorsys.keymanagement</groupId>
<artifactId>bouncycastle-adapter</artifactId>
<version>0.0.11</version>
</dependency>
</dependencies>
</project>

0 comments on commit 9bb5a3b

Please sign in to comment.