Skip to content

Commit

Permalink
Merge pull request #1605 from mohanachandran-s/develop
Browse files Browse the repository at this point in the history
MOSIP-35886 - Removing kernel cypto library and added the class in testrig
  • Loading branch information
lsivanand authored Sep 20, 2024
2 parents c757ce1 + 3f1ac33 commit 051a652
Show file tree
Hide file tree
Showing 7 changed files with 683 additions and 30 deletions.
23 changes: 0 additions & 23 deletions apitest-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -335,29 +335,6 @@
<artifactId>javax.mail-api</artifactId>
<version>1.6.2</version>
</dependency>

<!-- Encryption Decryption Util Jar -->

<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-registration-packet-manager</artifactId>
<version>1.1.5.3</version>
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>spring-expression</artifactId>
</exclusion>
<exclusion>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-crypto-jce</artifactId>
<version>1.1.5.3</version>
</dependency>
<dependency>
<groupId>org.apache.wink</groupId>
<artifactId>wink-json4j-provider</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@

import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Import;

import io.mosip.kernel.crypto.jce.core.CryptoCore;

@Configuration
@Import({ CryptoCore.class })
@ComponentScan(basePackages = { "io.mosip.testrig.apirig", "io.mosip.testrig.dslrig"})
public class BeanConfig {
int i = 0;
Expand Down
Loading

0 comments on commit 051a652

Please sign in to comment.