Skip to content
Snippets Groups Projects
Commit 3fd20abc authored by Nikhil Patil's avatar Nikhil Patil Committed by Chad Leong
Browse files

crashloop fix

(cherry picked from commit b0d85e7b)
parent eb806d2f
Branches cherry-pick-for-385
No related tags found
1 merge request!386Cherry-pick 'crashloop fix' into release/0.27
Pipeline #282978 skipped
......@@ -28,7 +28,6 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<os-core-lib-ibm.version>0.26.0</os-core-lib-ibm.version>
<jackson-databind.version>2.13.4.2</jackson-databind.version>
<spring-security-core.version>6.2.3</spring-security-core.version>
</properties>
......@@ -168,7 +167,6 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson-databind.version}</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment