Dan Timoney | d886101 | 2017-02-15 14:30:39 -0500 | [diff] [blame^] | 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 | |
| 4 | |
| 5 | <parent> |
| 6 | <groupId>org.openecomp.sdnc.core</groupId> |
| 7 | <artifactId>sdnc-core</artifactId> |
| 8 | <version>1.0.0</version> |
| 9 | </parent> |
| 10 | <modelVersion>4.0.0</modelVersion> |
| 11 | <packaging>pom</packaging> |
| 12 | <groupId>org.openecomp.sdnc.core</groupId> |
| 13 | <artifactId>sli</artifactId> |
| 14 | |
| 15 | <dependencyManagement> |
| 16 | |
| 17 | <dependencies> |
| 18 | <dependency> |
| 19 | <groupId>org.openecomp.sdnc.core</groupId> |
| 20 | <artifactId>sli-features</artifactId> |
| 21 | <classifier>features</classifier> |
| 22 | <type>xml</type> |
| 23 | <version>${project.version}</version> |
| 24 | </dependency> |
| 25 | |
| 26 | <dependency> |
| 27 | <groupId>org.openecomp.sdnc.core</groupId> |
| 28 | <artifactId>sli-common</artifactId> |
| 29 | <version>${project.version}</version> |
| 30 | </dependency> |
| 31 | |
| 32 | <dependency> |
| 33 | <groupId>org.openecomp.sdnc.core</groupId> |
| 34 | <artifactId>sli-provider</artifactId> |
| 35 | <version>${project.version}</version> |
| 36 | </dependency> |
| 37 | |
| 38 | <dependency> |
| 39 | <groupId>org.openecomp.sdnc.core</groupId> |
| 40 | <artifactId>sli-recording</artifactId> |
| 41 | <version>${project.version}</version> |
| 42 | </dependency> |
| 43 | |
| 44 | </dependencies> |
| 45 | |
| 46 | </dependencyManagement> |
| 47 | |
| 48 | |
| 49 | <name>Service Logic Interpreter</name> |
| 50 | <description>The Service Logic Interpreter (SLI) allows service planners to design the flow of logic within the SDN controller in an XML format, without a need for custom Java code. </description> |
| 51 | |
| 52 | <modules> |
| 53 | <module>common</module> |
| 54 | <module>provider</module> |
| 55 | <module>recording</module> |
| 56 | <module>features</module> |
| 57 | <module>installer</module> |
| 58 | </modules> |
| 59 | <organization> |
| 60 | <name>openECOMP</name> |
| 61 | </organization> |
| 62 | <version>1.0.0</version> |
| 63 | |
| 64 | |
| 65 | </project> |