Skip to content

Commit

Permalink
Merge pull request #96 from manjudr/jackson-verification
Browse files Browse the repository at this point in the history
#0 feat: remove scala 2.11 jackson changes
  • Loading branch information
manjudr authored Dec 26, 2022
2 parents 74d0b82 + ab51b39 commit a7544a4
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion analytics-api-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
</dependency>
<dependency>
<groupId>org.sunbird</groupId>
<artifactId>cloud-store-sdk</artifactId>
<artifactId>cloud-store-sdk_${scala.maj.version}</artifactId>
<version>1.4.0</version>
<exclusions>
<exclusion>
Expand All @@ -236,6 +236,18 @@
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-scala_2.12</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-scala_${scala.maj.version}.0-RC1</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit a7544a4

Please sign in to comment.