Skip to content

Commit

Permalink
KN- CSP Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aimansharief committed Aug 2, 2023
1 parent d034624 commit f343ca5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions credential-generator/certificate-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.sunbird</groupId>
<artifactId>cloud-store-sdk_${scala.version}</artifactId>
<version>1.2.5</version>
<groupId>${CLOUD_STORE_GROUP_ID}</groupId>
<artifactId>${CLOUD_STORE_ARTIFACT_ID}</artifactId>
<version>${CLOUD_STORE_VERSION}</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand Down
6 changes: 3 additions & 3 deletions jobs-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@
<version>0.1.1</version>
</dependency>
<dependency>
<groupId>org.sunbird</groupId>
<artifactId>cloud-store-sdk_2.12</artifactId>
<version>1.4.3</version>
<groupId>${CLOUD_STORE_GROUP_ID}</groupId>
<artifactId>${CLOUD_STORE_ARTIFACT_ID}</artifactId>
<version>${CLOUD_STORE_VERSION}</version>
<exclusions>
<exclusion>
<artifactId>log4j</artifactId>
Expand Down

0 comments on commit f343ca5

Please sign in to comment.