Switch version to 5.0.11 in pom 79/79679/2
authorramya <ramya.ravichandran5@wipro.com>
Tue, 5 Mar 2019 03:43:46 +0000 (09:13 +0530)
committerramya <ramya.ravichandran5@wipro.com>
Wed, 6 Mar 2019 11:47:18 +0000 (17:17 +0530)
Change-Id: I22e02e887aacde3c5dc1ec962c5ea2002de9e1f5
Issue-ID: DCAEGEN2-1219
Signed-off-by: Ramya Ravichandran<ramya.ravichandran5@wipro.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 113be9e..1a61635 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
   ============LICENSE_START=======================================================
   pcims
    ================================================================================
-   Copyright (C) 2018 Wipro Limited.
+   Copyright (C) 2019 Wipro Limited.
    ==============================================================================
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-core</artifactId>
-    <version>2.9.6</version>
+    <version>2.9.8</version>
        </dependency>
        <dependency>
          <groupId>com.fasterxml.jackson.core</groupId>
          <artifactId>jackson-databind</artifactId>
-    <version>2.9.6</version>
+    <version>2.9.8</version>
        </dependency>
 <!-- https://mvnrepository.com/artifact/javax.json/javax.json-api -->
 <dependency>
@@ -90,7 +90,7 @@
     <dependency>
      <groupId>org.postgresql</groupId>
      <artifactId>postgresql</artifactId>
-       <version>42.2.4</version>
+       <version>42.2.5</version>
      </dependency>
     <dependency>
       <groupId>org.springframework.boot</groupId>
 <dependency>
     <groupId>org.springframework.data</groupId>
     <artifactId>spring-data-commons-core</artifactId>
-    <version>1.0.0.RELEASE</version>
+    <version>1.4.0.RELEASE</version>
 </dependency>
 
 
-  
-<!-- https://mvnrepository.com/artifact/org.codehaus.jackson/jackson-mapper-asl -->
-       <dependency>
-      <groupId>org.codehaus.jackson</groupId>
-      <artifactId>jackson-mapper-asl</artifactId>
-      <version>1.9.13</version>
-    </dependency>
     <dependency>
         <groupId>org.hibernate.javax.persistence</groupId>
         <artifactId>hibernate-jpa-2.0-api</artifactId>
 <dependency>
     <groupId>org.springframework</groupId>
     <artifactId>spring-beans</artifactId>
-    <version>5.0.8.RELEASE</version>
+    <version>5.0.11.RELEASE</version>
 </dependency>
 
    <dependency>
     <scope>test</scope>
 </dependency>
 
-
+<dependency>
+    <groupId>org.functionaljava</groupId>
+    <artifactId>functionaljava</artifactId>
+    <version>3.0</version>
+</dependency>
 
     
   </dependencies>