Timoney, Dan (dt5972) | b039682 | 2018-04-12 19:13:59 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Timoney, Dan (dt5972) | feb6325 | 2019-01-08 12:29:46 -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) | b039682 | 2018-04-12 19:13:59 -0400 | [diff] [blame] | 3 | <modelVersion>4.0.0</modelVersion> |
| 4 | |
| 5 | <parent> |
| 6 | <groupId>org.onap.ccsdk.parent</groupId> |
| 7 | <artifactId>binding-parent</artifactId> |
Dan Timoney | 7de29bf | 2020-11-25 08:29:23 -0500 | [diff] [blame] | 8 | <version>2.1.1-SNAPSHOT</version> |
Timoney, Dan (dt5972) | feb6325 | 2019-01-08 12:29:46 -0500 | [diff] [blame] | 9 | <relativePath/> |
Timoney, Dan (dt5972) | b039682 | 2018-04-12 19:13:59 -0400 | [diff] [blame] | 10 | </parent> |
| 11 | |
| 12 | <groupId>org.onap.ccsdk.sli.northbound</groupId> |
| 13 | <artifactId>lcm-provider</artifactId> |
Dan Timoney | 8f2fcda | 2020-12-02 07:48:49 -0500 | [diff] [blame] | 14 | <version>1.2.0-SNAPSHOT</version> |
Timoney, Dan (dt5972) | b039682 | 2018-04-12 19:13:59 -0400 | [diff] [blame] | 15 | <packaging>bundle</packaging> |
| 16 | |
| 17 | <name>ccsdk-sli-northbound :: lcm :: ${project.artifactId}</name> |
| 18 | |
| 19 | <dependencyManagement> |
Timoney, Dan (dt5972) | 90adbb6 | 2018-12-20 14:29:35 -0500 | [diff] [blame] | 20 | <dependencies> |
| 21 | <dependency> |
Dan Timoney | 8a620f7 | 2020-03-05 15:09:19 -0500 | [diff] [blame] | 22 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 23 | <artifactId>sli-core-artifacts</artifactId> |
Dan Timoney | be5662d | 2020-12-07 12:23:05 -0500 | [diff] [blame] | 24 | <version>${project.version}</version> |
Dan Timoney | 8a620f7 | 2020-03-05 15:09:19 -0500 | [diff] [blame] | 25 | <type>pom</type> |
| 26 | <scope>import</scope> |
Timoney, Dan (dt5972) | 90adbb6 | 2018-12-20 14:29:35 -0500 | [diff] [blame] | 27 | </dependency> |
| 28 | </dependencies> |
Timoney, Dan (dt5972) | b039682 | 2018-04-12 19:13:59 -0400 | [diff] [blame] | 29 | </dependencyManagement> |
Timoney, Dan (dt5972) | b039682 | 2018-04-12 19:13:59 -0400 | [diff] [blame] | 30 | <dependencies> |
| 31 | <dependency> |
| 32 | <groupId>org.onap.ccsdk.sli.northbound</groupId> |
| 33 | <artifactId>lcm-model</artifactId> |
| 34 | <version>${project.version}</version> |
| 35 | </dependency> |
Timoney, Dan (dt5972) | b039682 | 2018-04-12 19:13:59 -0400 | [diff] [blame] | 36 | |
| 37 | <dependency> |
Dan Timoney | 0e4e58b | 2021-01-29 17:42:42 +0000 | [diff] [blame^] | 38 | <groupId>org.opendaylight.controller</groupId> |
| 39 | <artifactId>sal-binding-api</artifactId> |
Timoney, Dan (dt5972) | b039682 | 2018-04-12 19:13:59 -0400 | [diff] [blame] | 40 | </dependency> |
Timoney, Dan (dt5972) | 90adbb6 | 2018-12-20 14:29:35 -0500 | [diff] [blame] | 41 | <dependency> |
| 42 | <groupId>org.opendaylight.controller</groupId> |
Dan Timoney | 0e4e58b | 2021-01-29 17:42:42 +0000 | [diff] [blame^] | 43 | <artifactId>sal-binding-broker-impl</artifactId> |
| 44 | </dependency> |
| 45 | <dependency> |
| 46 | <groupId>org.opendaylight.controller</groupId> |
Timoney, Dan (dt5972) | b039682 | 2018-04-12 19:13:59 -0400 | [diff] [blame] | 47 | <artifactId>sal-common-util</artifactId> |
| 48 | </dependency> |
Dan Timoney | 0e4e58b | 2021-01-29 17:42:42 +0000 | [diff] [blame^] | 49 | |
Timoney, Dan (dt5972) | b039682 | 2018-04-12 19:13:59 -0400 | [diff] [blame] | 50 | <dependency> |
| 51 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 52 | <artifactId>sli-common</artifactId> |
| 53 | </dependency> |
| 54 | <dependency> |
| 55 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 56 | <artifactId>sli-provider</artifactId> |
| 57 | </dependency> |
Timoney, Dan (dt5972) | 07e8050 | 2018-12-06 09:41:59 -0500 | [diff] [blame] | 58 | <dependency> |
| 59 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 60 | <artifactId>sli-provider-base</artifactId> |
Dan Timoney | 0e4e58b | 2021-01-29 17:42:42 +0000 | [diff] [blame^] | 61 | <version>${project.version}</version> |
| 62 | </dependency> |
| 63 | <dependency> |
| 64 | <groupId>org.opendaylight.controller</groupId> |
| 65 | <artifactId>sal-core-api</artifactId> |
Timoney, Dan (dt5972) | b039682 | 2018-04-12 19:13:59 -0400 | [diff] [blame] | 66 | </dependency> |
| 67 | <dependency> |
| 68 | <groupId>org.opendaylight.yangtools</groupId> |
| 69 | <artifactId>yang-data-impl</artifactId> |
| 70 | </dependency> |
| 71 | <dependency> |
| 72 | <groupId>junit</groupId> |
| 73 | <artifactId>junit</artifactId> |
| 74 | <scope>test</scope> |
| 75 | </dependency> |
| 76 | <dependency> |
| 77 | <groupId>org.testng</groupId> |
| 78 | <artifactId>testng</artifactId> |
| 79 | <scope>test</scope> |
| 80 | </dependency> |
| 81 | <dependency> |
| 82 | <groupId>org.mockito</groupId> |
| 83 | <artifactId>mockito-core</artifactId> |
| 84 | <scope>test</scope> |
| 85 | </dependency> |
| 86 | <dependency> |
| 87 | <groupId>org.apache.derby</groupId> |
| 88 | <artifactId>derby</artifactId> |
Timoney, Dan (dt5972) | b039682 | 2018-04-12 19:13:59 -0400 | [diff] [blame] | 89 | <scope>test</scope> |
| 90 | </dependency> |
Timoney, Dan (dt5972) | 90adbb6 | 2018-12-20 14:29:35 -0500 | [diff] [blame] | 91 | <dependency> |
| 92 | <groupId>org.osgi</groupId> |
| 93 | <artifactId>org.osgi.core</artifactId> |
| 94 | <scope>test</scope> |
| 95 | </dependency> |
Timoney, Dan (dt5972) | b039682 | 2018-04-12 19:13:59 -0400 | [diff] [blame] | 96 | </dependencies> |
Timoney, Dan (dt5972) | b039682 | 2018-04-12 19:13:59 -0400 | [diff] [blame] | 97 | </project> |