Skip to content

Commit 9a3ce46

Browse files
helenKaryamsettyKA40094929
andauthored
Removed jackson versioning (#93)
* fix(bug): isNewAbha null issue * fix: coderabbit suggestions * fix: updated ci properties for prod * fix: updated ci properties for abdm * fix: updated fasterxml jackson dependency to fix scheduler issue * fix: updated jackson version * fix: removed versioning for jackson * fix: Update pom.xml --------- Co-authored-by: KA40094929 <KA40094929@APL-5CD1394ZJT>
1 parent a6dac0c commit 9a3ce46

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,17 +134,14 @@
134134
<dependency>
135135
<groupId>com.fasterxml.jackson.core</groupId>
136136
<artifactId>jackson-annotations</artifactId>
137-
<version>2.19.0</version>
138137
</dependency>
139138
<dependency>
140139
<groupId>com.fasterxml.jackson.core</groupId>
141140
<artifactId>jackson-databind</artifactId>
142-
<version>2.19.0</version>
143141
</dependency>
144142
<dependency>
145143
<groupId>com.fasterxml.jackson.core</groupId>
146144
<artifactId>jackson-core</artifactId>
147-
<version>2.19.0</version>
148145
</dependency>
149146

150147
<dependency>

0 commit comments

Comments
 (0)