[VOL-5016] - Build and deploy VOLTHA ONOS dep:aaa

pom.xml
api/pom.xml
app/pom.xml
-----------
  o Maven plugins jackson-{annotations,datbind} not updated in api/pom.xml.
  o Adjust version from 5.12.0-SNAPSHOT to 5.11.1-SNAPSHOT
  o Rebuild and publish so dependencies are correct.

Change-Id: Id95db3c23792830a9f688f8b1d8c130343331f62
diff --git a/api/pom.xml b/api/pom.xml
index 199a42b..e490f0f 100755
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>sadis</artifactId>
         <groupId>org.opencord</groupId>
-        <version>5.12.0-SNAPSHOT</version>
+        <version>5.11.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -47,14 +47,14 @@
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-annotations</artifactId>
-            <version>2.10.2</version>
+            <version>2.15.2</version>
             <scope>provided</scope>
         </dependency>
 
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-databind</artifactId>
-            <version>2.10.2</version>
+            <version>2.15.2</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>