Fix the spring core and netty handler issue
[aai/aai-common.git] / aai-schema-ingest / pom.xml
index d5ea87e..e3178b6 100644 (file)
            <version>1.5.1.RELEASE</version>
            <scope>test</scope>
        </dependency>
-       
+         <dependency>
+                 <groupId>com.fasterxml.jackson.core</groupId>
+                 <artifactId>jackson-core</artifactId>
+                 <version>2.8.11</version>
+         </dependency>
+         <dependency>
+                 <groupId>com.fasterxml.jackson.core</groupId>
+                 <artifactId>jackson-databind</artifactId>
+                 <version>2.8.11</version>
+         </dependency>
        <dependency>
                <groupId>junit</groupId>
                <artifactId>junit</artifactId>