Dan Timoney | 8a3f1ea | 2018-02-16 17:12:41 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Timoney, Dan (dt5972) | 21ec655 | 2019-01-08 12:14:12 -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"> |
Dan Timoney | 8a3f1ea | 2018-02-16 17:12:41 -0500 | [diff] [blame] | 3 | <modelVersion>4.0.0</modelVersion> |
| 4 | |
| 5 | <parent> |
Dan Timoney | 5de8196 | 2021-01-26 13:15:47 -0500 | [diff] [blame] | 6 | <groupId>org.onap.ccsdk.parent</groupId> |
| 7 | <artifactId>single-feature-parent</artifactId> |
Dan Timoney | de21a38 | 2022-08-10 10:18:35 -0400 | [diff] [blame^] | 8 | <version>2.4.1</version> |
Dan Timoney | 5de8196 | 2021-01-26 13:15:47 -0500 | [diff] [blame] | 9 | <relativePath/> |
Dan Timoney | 8a3f1ea | 2018-02-16 17:12:41 -0500 | [diff] [blame] | 10 | </parent> |
| 11 | |
| 12 | <groupId>org.onap.ccsdk.sli.adaptors</groupId> |
| 13 | <artifactId>ccsdk-sql-resource</artifactId> |
Dan Timoney | f02d627 | 2022-04-01 09:07:00 -0400 | [diff] [blame] | 14 | <version>1.5.0-SNAPSHOT</version> |
Dan Timoney | 8a3f1ea | 2018-02-16 17:12:41 -0500 | [diff] [blame] | 15 | <packaging>feature</packaging> |
| 16 | |
Singal, Kapil (ks220y) | 94f4b9b | 2021-03-02 20:00:49 -0500 | [diff] [blame] | 17 | <name>ccsdk-sli-adaptors :: features :: ${project.artifactId}</name> |
Timoney, Dan (dt5972) | 21ec655 | 2019-01-08 12:14:12 -0500 | [diff] [blame] | 18 | |
Dan Timoney | 8a3f1ea | 2018-02-16 17:12:41 -0500 | [diff] [blame] | 19 | <dependencies> |
Dan Timoney | 8a3f1ea | 2018-02-16 17:12:41 -0500 | [diff] [blame] | 20 | |
| 21 | <dependency> |
| 22 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 23 | <artifactId>ccsdk-sli</artifactId> |
Dan Timoney | be5662d | 2020-12-07 12:23:05 -0500 | [diff] [blame] | 24 | <version>${project.version}</version> |
Dan Timoney | 8a3f1ea | 2018-02-16 17:12:41 -0500 | [diff] [blame] | 25 | <type>xml</type> |
| 26 | <classifier>features</classifier> |
Smokowski, Kevin (ks6305) | f62f418 | 2018-11-06 16:34:46 +0000 | [diff] [blame] | 27 | <scope>provided</scope> |
Dan Timoney | 8a3f1ea | 2018-02-16 17:12:41 -0500 | [diff] [blame] | 28 | </dependency> |
| 29 | <dependency> |
| 30 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 31 | <artifactId>ccsdk-dblib</artifactId> |
Dan Timoney | be5662d | 2020-12-07 12:23:05 -0500 | [diff] [blame] | 32 | <version>${project.version}</version> |
Dan Timoney | 8a3f1ea | 2018-02-16 17:12:41 -0500 | [diff] [blame] | 33 | <type>xml</type> |
| 34 | <classifier>features</classifier> |
Smokowski, Kevin (ks6305) | f62f418 | 2018-11-06 16:34:46 +0000 | [diff] [blame] | 35 | <scope>provided</scope> |
Dan Timoney | 8a3f1ea | 2018-02-16 17:12:41 -0500 | [diff] [blame] | 36 | </dependency> |
| 37 | <dependency> |
| 38 | <groupId>${project.groupId}</groupId> |
| 39 | <artifactId>sql-resource-provider</artifactId> |
| 40 | <version>${project.version}</version> |
| 41 | </dependency> |
| 42 | |
Dan Timoney | 8a3f1ea | 2018-02-16 17:12:41 -0500 | [diff] [blame] | 43 | </dependencies> |
| 44 | </project> |