[MSO-8] Second step of the rebase for MSO
[so.git] / adapters / mso-vnf-adapter / pom.xml
index bc32498..ced5c3a 100644 (file)
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-       <modelVersion>4.0.0</modelVersion>
-       <parent>
-               <groupId>org.openecomp.mso</groupId>
-               <artifactId>adapters</artifactId>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">\r
+       <modelVersion>4.0.0</modelVersion>\r
+       <parent>\r
+               <groupId>org.openecomp.mso</groupId>\r
+               <artifactId>adapters</artifactId>\r
                <version>1.1.0-SNAPSHOT</version>
-       </parent>
-       <groupId>org.openecomp.mso.adapters</groupId>
-       <artifactId>mso-vnf-adapter</artifactId>
-       <packaging>war</packaging>
-       <name>mso-vnf-adapter</name>
-       <description>Web Service and REST endpoint for VNF operations</description>
-
-       <build>
-               <finalName>${project.artifactId}-${project.version}</finalName>
-               <plugins>
-                       <plugin>
-                               <artifactId>maven-war-plugin</artifactId>
-                               <version>2.4</version>
-                               <configuration>
-                                       <warSourceDirectory>WebContent</warSourceDirectory>
-                                       <failOnMissingWebXml>false</failOnMissingWebXml>
-                                       <attachClasses>true</attachClasses>
-                               </configuration>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.jvnet.jax-ws-commons</groupId>
-                               <artifactId>jaxws-maven-plugin</artifactId>
-                               <version>2.3</version>
-                               <executions>
-                                       <execution>
-                                           <id>Synch</id>
-                                               <goals>
-                                                       <goal>wsgen</goal>
-                                               </goals>
-                                               <configuration>
-                                                       <verbose>true</verbose>
-                                                       <sei>org.openecomp.mso.adapters.vnf.MsoVnfAdapterImpl</sei>
-                                                       <genWsdl>true</genWsdl>
-                                                       <inlineSchemas>true</inlineSchemas>
-                                               </configuration>
-                                       </execution>
-                                       <execution>
-                                               <id>Asynch</id>
-                                               <goals>
-                                                       <goal>wsgen</goal>
-                                               </goals>
-                                               <configuration>
-                                                       <verbose>true</verbose>
-                                                       <sei>org.openecomp.mso.adapters.vnf.MsoVnfAdapterAsyncImpl</sei>
-                                                       <genWsdl>true</genWsdl>
-                                                       <inlineSchemas>true</inlineSchemas>
-                                               </configuration>
-                                       </execution>
-                               </executions>
-                               <dependencies>
-                                       <dependency>
-                                               <groupId>org.openecomp.mso.adapters</groupId>
-                                               <artifactId>mso-adapter-utils</artifactId>
-                                               <version>${project.version}</version>
-                                       </dependency>
-                                       <dependency>
-                                               <groupId>com.sun.xml.ws</groupId>
-                                               <artifactId>jaxws-tools</artifactId>
-                                               <version>2.2.7</version>
-                                       </dependency>
-                               </dependencies>
-                       </plugin>
-               </plugins>
-               <pluginManagement>
-                       <plugins>
-                               <!--This plugin's configuration is used to store Eclipse m2e settings
-                                       only. It has no influence on the Maven build itself. -->
-                               <plugin>
-                                       <groupId>org.eclipse.m2e</groupId>
-                                       <artifactId>lifecycle-mapping</artifactId>
-                                       <version>1.0.0</version>
-                                       <configuration>
-                                               <lifecycleMappingMetadata>
-                                                       <pluginExecutions>
-                                                               <pluginExecution>
-                                                                       <pluginExecutionFilter>
-                                                                               <groupId>
-                                                                                       org.jvnet.jax-ws-commons
-                                                                               </groupId>
-                                                                               <artifactId>
-                                                                                       jaxws-maven-plugin
-                                                                               </artifactId>
-                                                                               <versionRange>
-                                                                                       [2.3,)
-                                                                               </versionRange>
-                                                                               <goals>
-                                                                                       <goal>wsgen</goal>
-                                                                               </goals>
-                                                                       </pluginExecutionFilter>
-                                                                       <action>
-                                                                               <ignore></ignore>
-                                                                       </action>
-                                                               </pluginExecution>
-                                                       </pluginExecutions>
-                                               </lifecycleMappingMetadata>
-                                       </configuration>
-                               </plugin>
-                       </plugins>
-               </pluginManagement>
-       </build>
-       <dependencies>
-               <dependency>
-                       <groupId>org.openecomp.mso.adapters</groupId>
-                       <artifactId>mso-adapter-utils</artifactId>
-                       <version>${project.version}</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.openecomp.mso.adapters</groupId>
-                       <artifactId>mso-adapters-rest-interface</artifactId>
-                       <version>${project.version}</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.openecomp.mso.adapters</groupId>
-                       <artifactId>mso-vnf-adapter-async-client</artifactId>
-                       <version>${project.version}</version>
-               </dependency>
-               <dependency>
-                       <groupId>javax</groupId>
-                       <artifactId>javaee-web-api</artifactId>
-                       <version>6.0</version>
-                       <scope>provided</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.jboss.spec.javax.ejb</groupId>
-                       <artifactId>jboss-ejb-api_3.2_spec</artifactId>
-                       <version>1.0.0.Final</version>
-                       <scope>provided</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.jboss.ejb3</groupId>
-                       <artifactId>jboss-ejb3-ext-api</artifactId>
-                       <version>2.2.0.Final</version>
-                       <scope>provided</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.openecomp.mso</groupId>
-                       <artifactId>status-control</artifactId>
-                       <version>${project.version}</version>
-               </dependency>
-
-               <!-- <dependency> -->
-               <!-- <groupId>org.openecomp.mso</groupId> -->
-               <!-- <artifactId>mso-catalog-db</artifactId> -->
-               <!-- <version>${project.version}</version> -->
-               <!-- </dependency> -->
-               <!-- <dependency> -->
-               <!-- <groupId>log4j</groupId> -->
-               <!-- <artifactId>log4j</artifactId> -->
-               <!-- <version>1.2.17</version> -->
-               <!-- </dependency> -->
-       </dependencies>
-</project>
+       </parent>\r
+       <groupId>org.openecomp.mso.adapters</groupId>\r
+       <artifactId>mso-vnf-adapter</artifactId>\r
+       <packaging>war</packaging>\r
+       <name>mso-vnf-adapter</name>\r
+       <description>Web Service and REST endpoint for VNF operations</description>\r
+\r
+       <build>\r
+               <finalName>${project.artifactId}-${project.version}</finalName>\r
+               <plugins>\r
+                       <plugin>\r
+                               <artifactId>maven-war-plugin</artifactId>\r
+                               <version>2.4</version>\r
+                               <configuration>\r
+                                       <warSourceDirectory>WebContent</warSourceDirectory>\r
+                                       <failOnMissingWebXml>false</failOnMissingWebXml>\r
+                                       <attachClasses>true</attachClasses>\r
+                               </configuration>\r
+                       </plugin>\r
+                       <plugin>\r
+                               <groupId>org.jvnet.jax-ws-commons</groupId>\r
+                               <artifactId>jaxws-maven-plugin</artifactId>\r
+                               <version>2.3</version>\r
+                               <executions>\r
+                                       <execution>\r
+                                           <id>Synch</id>\r
+                                               <goals>\r
+                                                       <goal>wsgen</goal>\r
+                                               </goals>\r
+                                               <configuration>\r
+                                                       <verbose>true</verbose>\r
+                                                       <sei>org.openecomp.mso.adapters.vnf.MsoVnfAdapterImpl</sei>\r
+                                                       <genWsdl>true</genWsdl>\r
+                                                       <inlineSchemas>true</inlineSchemas>\r
+                                               </configuration>\r
+                                       </execution>\r
+                                       <execution>\r
+                                               <id>Asynch</id>\r
+                                               <goals>\r
+                                                       <goal>wsgen</goal>\r
+                                               </goals>\r
+                                               <configuration>\r
+                                                       <verbose>true</verbose>\r
+                                                       <sei>org.openecomp.mso.adapters.vnf.MsoVnfAdapterAsyncImpl</sei>\r
+                                                       <genWsdl>true</genWsdl>\r
+                                                       <inlineSchemas>true</inlineSchemas>\r
+                                               </configuration>\r
+                                       </execution>\r
+                               </executions>\r
+                               <dependencies>\r
+                                       <dependency>\r
+                                               <groupId>org.openecomp.mso.adapters</groupId>\r
+                                               <artifactId>mso-adapter-utils</artifactId>\r
+                                               <version>${project.version}</version>\r
+                                       </dependency>\r
+                                       <dependency>\r
+                                               <groupId>com.sun.xml.ws</groupId>\r
+                                               <artifactId>jaxws-tools</artifactId>\r
+                                               <version>2.2.7</version>\r
+                                       </dependency>\r
+                               </dependencies>\r
+                       </plugin>\r
+               </plugins>\r
+               <pluginManagement>\r
+                       <plugins>\r
+                               <!--This plugin's configuration is used to store Eclipse m2e settings\r
+                                       only. It has no influence on the Maven build itself. -->\r
+                               <plugin>\r
+                                       <groupId>org.eclipse.m2e</groupId>\r
+                                       <artifactId>lifecycle-mapping</artifactId>\r
+                                       <version>1.0.0</version>\r
+                                       <configuration>\r
+                                               <lifecycleMappingMetadata>\r
+                                                       <pluginExecutions>\r
+                                                               <pluginExecution>\r
+                                                                       <pluginExecutionFilter>\r
+                                                                               <groupId>\r
+                                                                                       org.jvnet.jax-ws-commons\r
+                                                                               </groupId>\r
+                                                                               <artifactId>\r
+                                                                                       jaxws-maven-plugin\r
+                                                                               </artifactId>\r
+                                                                               <versionRange>\r
+                                                                                       [2.3,)\r
+                                                                               </versionRange>\r
+                                                                               <goals>\r
+                                                                                       <goal>wsgen</goal>\r
+                                                                               </goals>\r
+                                                                       </pluginExecutionFilter>\r
+                                                                       <action>\r
+                                                                               <ignore></ignore>\r
+                                                                       </action>\r
+                                                               </pluginExecution>\r
+                                                       </pluginExecutions>\r
+                                               </lifecycleMappingMetadata>\r
+                                       </configuration>\r
+                               </plugin>\r
+                       </plugins>\r
+               </pluginManagement>\r
+       </build>\r
+       <dependencies>\r
+               <dependency>\r
+                       <groupId>org.openecomp.mso.adapters</groupId>\r
+                       <artifactId>mso-adapter-utils</artifactId>\r
+                       <version>${project.version}</version>\r
+               </dependency>\r
+               <dependency>\r
+                       <groupId>org.openecomp.mso.adapters</groupId>\r
+                       <artifactId>mso-adapters-rest-interface</artifactId>\r
+                       <version>${project.version}</version>\r
+               </dependency>\r
+               <dependency>\r
+                       <groupId>org.openecomp.mso.adapters</groupId>\r
+                       <artifactId>mso-vnf-adapter-async-client</artifactId>\r
+                       <version>${project.version}</version>\r
+               </dependency>\r
+               <dependency>\r
+                       <groupId>javax</groupId>\r
+                       <artifactId>javaee-web-api</artifactId>\r
+                       <version>6.0</version>\r
+                       <scope>provided</scope>\r
+               </dependency>\r
+               <dependency>\r
+                       <groupId>org.jboss.spec.javax.ejb</groupId>\r
+                       <artifactId>jboss-ejb-api_3.2_spec</artifactId>\r
+                       <version>1.0.0.Final</version>\r
+                       <scope>provided</scope>\r
+               </dependency>\r
+               <dependency>\r
+                       <groupId>org.jboss.ejb3</groupId>\r
+                       <artifactId>jboss-ejb3-ext-api</artifactId>\r
+                       <version>2.2.0.Final</version>\r
+                       <scope>provided</scope>\r
+               </dependency>\r
+               <dependency>\r
+                       <groupId>org.openecomp.mso</groupId>\r
+                       <artifactId>status-control</artifactId>\r
+                       <version>${project.version}</version>\r
+               </dependency>\r
+\r
+               <!-- <dependency> -->\r
+               <!-- <groupId>org.openecomp.mso</groupId> -->\r
+               <!-- <artifactId>mso-catalog-db</artifactId> -->\r
+               <!-- <version>${project.version}</version> -->\r
+               <!-- </dependency> -->\r
+               <!-- <dependency> -->\r
+               <!-- <groupId>log4j</groupId> -->\r
+               <!-- <artifactId>log4j</artifactId> -->\r
+               <!-- <version>1.2.17</version> -->\r
+               <!-- </dependency> -->\r
+       </dependencies>\r
+</project>\r