switching to spring boot dep
[policy/engine.git] / PyPDPServer / pom.xml
index 39b1621..5a64014 100644 (file)
@@ -31,9 +31,9 @@
        <description>PyPDP Server</description>
 
        <parent>
-               <groupId>org.springframework.boot</groupId>
-               <artifactId>spring-boot-starter-parent</artifactId>
-               <version>1.3.3.RELEASE</version>
+               <groupId>org.openecomp.policy.engine</groupId>
+               <artifactId>PolicyEngineSuite</artifactId>
+               <version>1.0.0-SNAPSHOT</version>
        </parent>
 
        <properties>
        </distributionManagement>
 
        <dependencies>
+               <dependency>
+             <groupId>org.springframework.boot</groupId>
+             <artifactId>spring-boot-dependencies</artifactId>
+             <version>1.3.3.RELEASE</version>
+             <type>pom</type>
+             <scope>import</scope>
+         </dependency>
                <dependency>
                        <groupId>org.openecomp.policy.engine</groupId>
                        <artifactId>PolicyEngineAPI</artifactId>
                <dependency>
                        <groupId>org.springframework.boot</groupId>
                        <artifactId>spring-boot-starter-web</artifactId>
+            <version>1.3.3.RELEASE</version>
                        <exclusions>
                                <exclusion>
                                        <groupId>org.slf4j</groupId>
                <dependency>
                        <groupId>org.springframework</groupId>
                        <artifactId>spring-web</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.springframework.boot</groupId>
-                       <artifactId>spring-boot-starter-tomcat</artifactId>
-                       <scope>provided</scope>
-               </dependency>
-               <dependency>
-                       <groupId>com.fasterxml.jackson.core</groupId>
-                       <artifactId>jackson-databind</artifactId>
+                       <version>4.2.5.RELEASE</version>
                </dependency>
                <dependency>
                        <groupId>org.glassfish</groupId>
                <dependency>
                        <groupId>org.springframework</groupId>
                        <artifactId>spring-test</artifactId>
+                       <version>4.2.5.RELEASE</version>
                </dependency>
                <dependency>
                        <groupId>org.mapstruct</groupId>
                                        <serverId>ecomp-staging</serverId>
                                </configuration>
                        </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-deploy-plugin</artifactId>
-                               <version>2.8</version> <!-- This version supports the "deployAtEnd" parameter -->
-                               <configuration>
-                                       <skip />
-                               </configuration>
-                       </plugin>
                        <plugin>
                                <groupId>org.springframework.boot</groupId>
                                <artifactId>spring-boot-maven-plugin</artifactId>