CLAPP, GEORGE H (gc731h) | 10cd619 | 2018-07-06 20:12:26 +0000 | [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" |
| 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 4 | <modelVersion>4.0.0</modelVersion> |
| 5 | |
| 6 | <parent> |
| 7 | <groupId>org.onap.ccsdk.parent</groupId> |
| 8 | <artifactId>binding-parent</artifactId> |
| 9 | <version>1.0.5-SNAPSHOT</version> |
| 10 | <relativePath /> |
| 11 | </parent> |
| 12 | |
| 13 | <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId> |
| 14 | <artifactId>energysavings-model</artifactId> |
| 15 | <version>0.2.4-SNAPSHOT</version> |
| 16 | <packaging>bundle</packaging> |
| 17 | |
| 18 | <dependencies> |
| 19 | <dependency> |
| 20 | <groupId>org.opendaylight.mdsal.model</groupId> |
| 21 | <artifactId>ietf-inet-types</artifactId> |
| 22 | </dependency> |
| 23 | <dependency> |
| 24 | <groupId>org.opendaylight.mdsal.model</groupId> |
| 25 | <artifactId>ietf-yang-types</artifactId> |
| 26 | </dependency> |
| 27 | </dependencies> |
| 28 | <build> |
| 29 | <pluginManagement> |
| 30 | <plugins> |
| 31 | <plugin> |
| 32 | <groupId>org.eclipse.m2e</groupId> |
| 33 | <artifactId>lifecycle-mapping</artifactId> |
| 34 | <version>1.0.0</version> |
| 35 | <configuration> |
| 36 | <lifecycleMappingMetadata> |
| 37 | <pluginExecutions> |
| 38 | <pluginExecution> |
| 39 | <pluginExecutionFilter> |
| 40 | <groupId>org.codehaus.mojo</groupId> |
| 41 | <artifactId>properties-maven-plugin</artifactId> |
| 42 | <versionRange>[1.0.0,)</versionRange> |
| 43 | <goals> |
| 44 | <goal>set-system-properties</goal> |
| 45 | </goals> |
| 46 | </pluginExecutionFilter> |
| 47 | <action> |
| 48 | <execute /> |
| 49 | </action> |
| 50 | </pluginExecution> |
| 51 | </pluginExecutions> |
| 52 | </lifecycleMappingMetadata> |
| 53 | </configuration> |
| 54 | </plugin> |
| 55 | </plugins> |
| 56 | </pluginManagement> |
| 57 | </build> |
| 58 | </project> |