Skip to content

Commit 428c417

Browse files
Karthikeyan RKarthikeyan R
authored andcommitted
Fix for jackson version. excluded scala 2.11
1 parent e926cca commit 428c417

File tree

1 file changed

+4
-0
lines changed
  • course-mw/sunbird-util/sunbird-platform-core/common-util

1 file changed

+4
-0
lines changed

course-mw/sunbird-util/sunbird-platform-core/common-util/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,10 @@
233233
<groupId>com.fasterxml.jackson.module</groupId>
234234
<artifactId>jackson-module-scala_2.12</artifactId>
235235
</exclusion>
236+
<exclusion>
237+
<groupId>com.fasterxml.jackson.module</groupId>
238+
<artifactId>jackson-module-scala_2.11</artifactId>
239+
</exclusion>
236240
<exclusion>
237241
<artifactId>slf4j-log4j12</artifactId>
238242
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)