Timoney, Dan (dt5972) | 153b6c2 | 2018-06-22 15:50:29 -0400 | [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>feature-repo-parent</artifactId> |
Dan Timoney | 2162533 | 2023-11-08 09:29:37 -0500 | [diff] [blame] | 8 | <version>2.6.1</version> |
Timoney, Dan (dt5972) | 153b6c2 | 2018-06-22 15:50:29 -0400 | [diff] [blame] | 9 | <relativePath/> |
| 10 | </parent> |
| 11 | |
| 12 | <groupId>org.onap.ccsdk.sli.adaptors</groupId> |
| 13 | <artifactId>features-sli-adaptors</artifactId> |
Dan Timoney | 79cddca | 2024-04-18 09:40:56 -0400 | [diff] [blame^] | 14 | <version>1.7.3-SNAPSHOT</version> |
Timoney, Dan (dt5972) | 153b6c2 | 2018-06-22 15:50:29 -0400 | [diff] [blame] | 15 | <packaging>feature</packaging> |
| 16 | |
| 17 | <name>ccsdk-sli-adaptors :: features :: ${project.artifactId}</name> |
| 18 | |
Timoney, Dan (dt5972) | 153b6c2 | 2018-06-22 15:50:29 -0400 | [diff] [blame] | 19 | <dependencies> |
| 20 | <dependency> |
| 21 | <groupId>${project.groupId}</groupId> |
| 22 | <artifactId>ccsdk-sli-adaptors-all</artifactId> |
| 23 | <version>${project.version}</version> |
| 24 | <type>xml</type> |
| 25 | <classifier>features</classifier> |
| 26 | </dependency> |
| 27 | |
| 28 | </dependencies> |
| 29 | </project> |