Dan Timoney | ad7ea12 | 2018-02-27 13:34:16 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Timoney, Dan (dt5972) | 1e3fada | 2019-01-08 12:39:26 -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"> |
Timoney, Dan (dt5972) | 057bc26 | 2019-01-04 09:22:20 -0500 | [diff] [blame] | 3 | <modelVersion>4.0.0</modelVersion> |
Dan Timoney | ad7ea12 | 2018-02-27 13:34:16 -0500 | [diff] [blame] | 4 | |
Timoney, Dan (dt5972) | 057bc26 | 2019-01-04 09:22:20 -0500 | [diff] [blame] | 5 | <parent> |
| 6 | <groupId>org.onap.ccsdk.parent</groupId> |
| 7 | <artifactId>single-feature-parent</artifactId> |
Dan Timoney | c373958 | 2020-09-09 17:41:55 -0400 | [diff] [blame^] | 8 | <version>2.1.0-SNAPSHOT</version> |
Timoney, Dan (dt5972) | 057bc26 | 2019-01-04 09:22:20 -0500 | [diff] [blame] | 9 | <relativePath/> |
| 10 | </parent> |
Dan Timoney | ad7ea12 | 2018-02-27 13:34:16 -0500 | [diff] [blame] | 11 | |
Timoney, Dan (dt5972) | 057bc26 | 2019-01-04 09:22:20 -0500 | [diff] [blame] | 12 | <groupId>org.onap.ccsdk.sli.plugins</groupId> |
| 13 | <artifactId>ccsdk-restapi-call-node</artifactId> |
Dan Timoney | c373958 | 2020-09-09 17:41:55 -0400 | [diff] [blame^] | 14 | <version>1.1.0-SNAPSHOT</version> |
Timoney, Dan (dt5972) | 057bc26 | 2019-01-04 09:22:20 -0500 | [diff] [blame] | 15 | <packaging>feature</packaging> |
Dan Timoney | ad7ea12 | 2018-02-27 13:34:16 -0500 | [diff] [blame] | 16 | |
Timoney, Dan (dt5972) | 057bc26 | 2019-01-04 09:22:20 -0500 | [diff] [blame] | 17 | <name>ccsdk-sli-plugins :: restapi-call-node :: ${project.artifactId}</name> |
Dan Timoney | ad7ea12 | 2018-02-27 13:34:16 -0500 | [diff] [blame] | 18 | |
Timoney, Dan (dt5972) | 057bc26 | 2019-01-04 09:22:20 -0500 | [diff] [blame] | 19 | <dependencies> |
Timoney, Dan (dt5972) | d53b22a | 2019-02-01 15:59:45 -0500 | [diff] [blame] | 20 | <dependency> |
| 21 | <groupId>javax.ws.rs</groupId> |
| 22 | <artifactId>javax.ws.rs-api</artifactId> |
Timoney, Dan (dt5972) | d53b22a | 2019-02-01 15:59:45 -0500 | [diff] [blame] | 23 | </dependency> |
Smokowski, Kevin (ks6305) | bc136f3 | 2019-05-29 21:25:31 +0000 | [diff] [blame] | 24 | |
Timoney, Dan (dt5972) | 057bc26 | 2019-01-04 09:22:20 -0500 | [diff] [blame] | 25 | <dependency> |
| 26 | <groupId>${project.groupId}</groupId> |
| 27 | <artifactId>restapi-call-node-provider</artifactId> |
| 28 | <version>${project.version}</version> |
Smokowski, Kevin (ks6305) | 0eee231 | 2019-10-17 18:22:47 +0000 | [diff] [blame] | 29 | <exclusions> |
| 30 | <!-- let the filter module start and manage the common code --> |
| 31 | <exclusion> |
| 32 | <groupId>org.onap.logging-analytics</groupId> |
| 33 | <artifactId>logging-filter-base</artifactId> |
| 34 | </exclusion> |
| 35 | </exclusions> |
Timoney, Dan (dt5972) | 057bc26 | 2019-01-04 09:22:20 -0500 | [diff] [blame] | 36 | </dependency> |
| 37 | </dependencies> |
Dan Timoney | ad7ea12 | 2018-02-27 13:34:16 -0500 | [diff] [blame] | 38 | </project> |