[CCSDK-6] Populate seed code
[ccsdk/sli/adaptors.git] / resource-assignment / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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/maven-v4_0_0.xsd">
3         <parent>
4                 <groupId>org.openecomp.sdnc.adaptors</groupId>
5                 <artifactId>sdnc-adaptors</artifactId>
6                 <version>0.0.1-SNAPSHOT</version>
7         </parent>
8
9         <modelVersion>4.0.0</modelVersion>
10         <packaging>pom</packaging>
11         <groupId>org.openecomp.sdnc.adaptors</groupId>
12         <artifactId>resource-assignment</artifactId>
13         <version>0.0.1-SNAPSHOT</version>
14
15
16         <name>Resource Assignment Adaptor</name>
17         <description>The resource assignment adaptor allows service logic to check and allocate network capacity</description>
18
19         <dependencyManagement>
20          <dependencies>
21            <dependency>
22              <groupId>org.openecomp.sdnc.adaptors</groupId>
23              <artifactId>resource-assignment-features</artifactId>
24              <classifier>features</classifier>
25              <type>xml</type>
26              <version>${project.version}</version>
27            </dependency>
28
29            <dependency>
30              <groupId>org.openecomp.sdnc.adaptors</groupId>
31              <artifactId>resource-assignment-provider</artifactId>
32              <version>${project.version}</version>
33            </dependency>
34           </dependencies>
35         </dependencyManagement>
36
37   <modules>
38     <module>provider</module>
39     <module>features</module>
40     <module>installer</module>
41   </modules>
42 </project>
43