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