switching to spring boot dep 09/1109/1
authorPamela Dragosh <pdragosh@research.att.com>
Tue, 21 Feb 2017 16:23:24 +0000 (11:23 -0500)
committerPamela Dragosh <pdragosh@research.att.com>
Tue, 21 Feb 2017 16:23:32 +0000 (11:23 -0500)
Change-Id: Ieb1914f4fafff9bbb2a6d3a9dcc79a8f0ffd1d71
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
PyPDPServer/pom.xml

index a5db099..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>
                </dependency>
        </dependencies>
 
-       <build>
-               <plugins>
-                       <plugin>
-                               <groupId>org.sonatype.plugins</groupId>
-                               <artifactId>nexus-staging-maven-plugin</artifactId>
-                               <version>1.6.7</version>
-                               <extensions>true</extensions>
-                               <configuration>
-                                       <nexusUrl>${nexusproxy}</nexusUrl>
-                                       <stagingProfileId>176c31dfe190a</stagingProfileId>
-                                       <serverId>ecomp-staging</serverId>
-                               </configuration>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.springframework.boot</groupId>
-                               <artifactId>spring-boot-maven-plugin</artifactId>
-                               <executions>
-                                       <execution>
-                                               <goals>
-                                                       <goal>repackage</goal>
-                                               </goals>
-                                               <phase>none</phase>
-                                       </execution>
-                               </executions>
-                       </plugin>
-                       <plugin>
-                               <artifactId>maven-war-plugin</artifactId>
-                               <configuration>
-                                       <packagingExcludes>WEB-INF/lib/javax.websocket-api-1.1.jar</packagingExcludes>
-                               </configuration>
-                       </plugin>
-               </plugins>
-       </build>
-<!-- 
        <build>
                <plugins>
                        <plugin>
                        </plugin>
                </plugins>
        </build>
-       -->
 </project>