Smokowski, Kevin (ks6305) | 3750014 | 2019-08-06 19:36:13 +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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 3 | <modelVersion>4.0.0</modelVersion> |
| 4 | |
| 5 | <parent> |
| 6 | <groupId>org.onap.ccsdk.parent</groupId> |
| 7 | <artifactId>single-feature-parent</artifactId> |
Dan Timoney | 2173e3e | 2020-11-25 14:51:48 -0500 | [diff] [blame] | 8 | <version>2.1.0</version> |
Smokowski, Kevin (ks6305) | 3750014 | 2019-08-06 19:36:13 +0000 | [diff] [blame] | 9 | <relativePath/> |
| 10 | </parent> |
| 11 | |
| 12 | <groupId>org.onap.ccsdk.sli.adaptors</groupId> |
| 13 | <artifactId>ccsdk-base-http</artifactId> |
Dan Timoney | 8f2fcda | 2020-12-02 07:48:49 -0500 | [diff] [blame] | 14 | <version>1.2.0-SNAPSHOT</version> |
Smokowski, Kevin (ks6305) | 3750014 | 2019-08-06 19:36:13 +0000 | [diff] [blame] | 15 | <packaging>feature</packaging> |
| 16 | |
| 17 | <name>ccsdk-sli-adaptors :: base-http :: ${project.artifactId}</name> |
| 18 | |
| 19 | <dependencies> |
| 20 | <dependency> |
| 21 | <groupId>${project.groupId}</groupId> |
| 22 | <artifactId>base-http-provider</artifactId> |
| 23 | <version>${project.version}</version> |
| 24 | </dependency> |
| 25 | </dependencies> |
| 26 | </project> |