SEBA-1004-Minor version upgrade
Change-Id: I9b935ee3bc2191f2d5a848c28915fa30e5c47df7
diff --git a/api/pom.xml b/api/pom.xml
index 34a22d7..f23f64b 100755
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -28,6 +28,7 @@
<artifactId>sadis-api</artifactId>
<packaging>bundle</packaging>
+ <version>${sadis.api.version}</version>
<url>http://opencord.org</url>
@@ -41,4 +42,20 @@
</plugin>
</plugins>
</build>
+
+ <dependencies>
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-annotations</artifactId>
+ <version>2.10.2</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-databind</artifactId>
+ <version>2.10.2</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
</project>