Clean up pom.xml and fix CLM
[policy/engine.git] / ONAP-PDP-REST / pom.xml
index a2f7f72..ad7c70c 100644 (file)
@@ -3,7 +3,7 @@
   ============LICENSE_START=======================================================
   ONAP Policy Engine
   ================================================================================
-  Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
+  Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
@@ -26,7 +26,7 @@
        <parent>
                <groupId>org.onap.policy.engine</groupId>
                <artifactId>PolicyEngineSuite</artifactId>
-               <version>1.1.0-SNAPSHOT</version>
+               <version>1.2.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>ONAP-PDP-REST</artifactId>
                </plugins>
        </build>
        <dependencies>
+               <dependency>
+                       <groupId>com.h2database</groupId>
+                       <artifactId>h2</artifactId>
+                       <scope>test</scope>
+               </dependency>
                <dependency>
                        <groupId>org.onap.policy.engine</groupId>
                        <artifactId>ONAP-PDP</artifactId>
                <dependency>
                        <groupId>io.springfox</groupId>
                        <artifactId>springfox-swagger-ui</artifactId>
-                       <version>2.5.0</version>
+                       <version>2.7.0</version>
                </dependency>
                <dependency>
                        <groupId>org.onap.policy.engine</groupId>
                                        <groupId>javax.persistence</groupId>
                                        <artifactId>persistence-api</artifactId>
                                </exclusion>
+                               <exclusion>
+                                       <groupId>com.att.aft</groupId>
+                                       <artifactId>dme2</artifactId>
+                               </exclusion>
                        </exclusions>
                </dependency>
        </dependencies>
-</project>
\ No newline at end of file
+</project>