Increment version numbers
[appc.git] / appc-client / pom.xml
index e90f29b..4d19051 100644 (file)
@@ -3,7 +3,7 @@
   ============LICENSE_START=======================================================\r
   ONAP : APPC\r
   ================================================================================\r
-  Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.\r
+  Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.\r
   ================================================================================\r
   Copyright (C) 2017 Amdocs\r
   =============================================================================\r
@@ -18,8 +18,6 @@
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
   See the License for the specific language governing permissions and\r
   limitations under the License.\r
-\r
-  ECOMP is a trademark and service mark of AT&T Intellectual Property.\r
   ============LICENSE_END=========================================================\r
   -->\r
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
     <parent>\r
         <groupId>org.onap.appc</groupId>\r
         <artifactId>appc</artifactId>\r
-        <version>1.3.0-SNAPSHOT</version>\r
+        <version>1.4.4-SNAPSHOT</version>\r
     </parent>\r
 \r
     <artifactId>appc-java-client</artifactId>\r
     <groupId>org.onap.appc.client</groupId>\r
-    <version>1.3.0-SNAPSHOT</version>\r
+    <version>1.4.4-SNAPSHOT</version>\r
 \r
     <name>appc-java-client</name>\r
     <description>APPC Java Client</description>\r
@@ -54,7 +52,7 @@
         <bundle.plugin.version>2.5.0</bundle.plugin.version>\r
         <cambria.client.version>0.0.1</cambria.client.version>\r
         <eelf.core.version>1.0.0</eelf.core.version>\r
-        <eelf.version>0.0.4</eelf.version>\r
+        <eelf.version>1.0.0</eelf.version>\r
         <freemarker.version>2.3.23</freemarker.version>\r
         <java.version>1.8</java.version>\r
         <junit.version>4.12</junit.version>\r
     </build>\r
 \r
     <dependencyManagement>\r
-        <dependencies>\r
+    <dependencies>\r
+            <dependency>\r
+                 <groupId>com.google.guava</groupId>\r
+                <artifactId>guava</artifactId>\r
+                <version>18.0</version>\r
+            </dependency>\r
             <dependency>\r
                 <groupId>junit</groupId>\r
                 <artifactId>junit</artifactId>\r
                 <groupId>com.att.nsa</groupId>\r
                 <artifactId>cambriaClient</artifactId>\r
                 <version>${cambria.client.version}</version>\r
+                <exclusions>\r
+                      <exclusion>\r
+                           <artifactId>httpclient</artifactId>\r
+                           <groupId>org.apache.httpcomponents</groupId>\r
+                      </exclusion>\r
+                </exclusions>\r
+            </dependency>\r
+            <dependency>\r
+                <groupId>org.apache.httpcomponents</groupId>\r
+                <artifactId>httpclient</artifactId>\r
+                <version>4.5.3</version>\r
             </dependency>\r
             <dependency>\r
                 <groupId>com.att.eelf</groupId>\r
                 <artifactId>eelf-core</artifactId>\r
                 <version>${eelf.core.version}</version>\r
             </dependency>\r
-            <dependency>\r
-                <groupId>org.mockito</groupId>\r
-                <artifactId>mockito-core</artifactId>\r
-                <version>${mockito-core.version}</version>\r
-            </dependency>\r
             <dependency>\r
                 <groupId>org.mockito</groupId>\r
                 <artifactId>mockito-core</artifactId>\r