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 | 2162533 | 2023-11-08 09:29:37 -0500 | [diff] [blame] | 8 | <version>2.6.1</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 | 79cddca | 2024-04-18 09:40:56 -0400 | [diff] [blame^] | 14 | <version>1.7.3-SNAPSHOT</version> |
Timoney, Dan (dt5972) | b039682 | 2018-04-12 19:13:59 -0400 | [diff] [blame] | 15 | <packaging>bundle</packaging> |
| 16 | |
Singal, Kapil (ks220y) | 94f4b9b | 2021-03-02 20:00:49 -0500 | [diff] [blame] | 17 | <name>ccsdk-sli-northbound :: ${project.artifactId}</name> |
Timoney, Dan (dt5972) | b039682 | 2018-04-12 19:13:59 -0400 | [diff] [blame] | 18 | |
| 19 | <dependencyManagement> |
Singal, Kapil (ks220y) | 94f4b9b | 2021-03-02 20:00:49 -0500 | [diff] [blame] | 20 | <dependencies> |
| 21 | <dependency> |
| 22 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 23 | <artifactId>sli-core-artifacts</artifactId> |
| 24 | <version>${project.version}</version> |
| 25 | <type>pom</type> |
| 26 | <scope>import</scope> |
| 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> |
Michael DÜrre | 56c27da | 2021-01-18 05:41:16 +0100 | [diff] [blame] | 38 | <groupId>org.opendaylight.mdsal</groupId> |
| 39 | <artifactId>mdsal-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> |
Timoney, Dan (dt5972) | b039682 | 2018-04-12 19:13:59 -0400 | [diff] [blame] | 43 | <artifactId>sal-common-util</artifactId> |
| 44 | </dependency> |
Michael DÜrre | 56c27da | 2021-01-18 05:41:16 +0100 | [diff] [blame] | 45 | <dependency> |
| 46 | <groupId>org.opendaylight.mdsal</groupId> |
| 47 | <artifactId>mdsal-dom-api</artifactId> |
| 48 | <scope>provided</scope> |
| 49 | </dependency> |
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> |
Timoney, Dan (dt5972) | b039682 | 2018-04-12 19:13:59 -0400 | [diff] [blame] | 61 | </dependency> |
| 62 | <dependency> |
| 63 | <groupId>org.opendaylight.yangtools</groupId> |
| 64 | <artifactId>yang-data-impl</artifactId> |
| 65 | </dependency> |
| 66 | <dependency> |
| 67 | <groupId>junit</groupId> |
| 68 | <artifactId>junit</artifactId> |
| 69 | <scope>test</scope> |
| 70 | </dependency> |
| 71 | <dependency> |
| 72 | <groupId>org.testng</groupId> |
| 73 | <artifactId>testng</artifactId> |
| 74 | <scope>test</scope> |
| 75 | </dependency> |
| 76 | <dependency> |
| 77 | <groupId>org.mockito</groupId> |
| 78 | <artifactId>mockito-core</artifactId> |
| 79 | <scope>test</scope> |
| 80 | </dependency> |
| 81 | <dependency> |
| 82 | <groupId>org.apache.derby</groupId> |
| 83 | <artifactId>derby</artifactId> |
Timoney, Dan (dt5972) | b039682 | 2018-04-12 19:13:59 -0400 | [diff] [blame] | 84 | <scope>test</scope> |
| 85 | </dependency> |
Timoney, Dan (dt5972) | 90adbb6 | 2018-12-20 14:29:35 -0500 | [diff] [blame] | 86 | <dependency> |
Singal, Kapil (ks220y) | 94f4b9b | 2021-03-02 20:00:49 -0500 | [diff] [blame] | 87 | <groupId>org.osgi</groupId> |
| 88 | <artifactId>org.osgi.core</artifactId> |
| 89 | <scope>test</scope> |
| 90 | </dependency> |
Timoney, Dan (dt5972) | b039682 | 2018-04-12 19:13:59 -0400 | [diff] [blame] | 91 | </dependencies> |
Dan Timoney | 69e393d | 2021-02-17 15:25:45 -0500 | [diff] [blame] | 92 | |
| 93 | <build> |
| 94 | <plugins> |
| 95 | <plugin> |
Singal, Kapil (ks220y) | 94f4b9b | 2021-03-02 20:00:49 -0500 | [diff] [blame] | 96 | <groupId>org.apache.maven.plugins</groupId> |
| 97 | <artifactId>maven-surefire-plugin</artifactId> |
| 98 | <configuration> |
| 99 | <environmentVariables> |
| 100 | <MYSQL_USER>dummyUser</MYSQL_USER> |
| 101 | <MYSQL_PASSWORD>dummyPassword</MYSQL_PASSWORD> |
| 102 | <MYSQL_DATABASE>dummyDatabase</MYSQL_DATABASE> |
| 103 | </environmentVariables> |
| 104 | </configuration> |
| 105 | </plugin> |
| 106 | <plugin> |
Dan Timoney | 69e393d | 2021-02-17 15:25:45 -0500 | [diff] [blame] | 107 | <groupId>org.apache.maven.plugins</groupId> |
| 108 | <artifactId>maven-failsafe-plugin</artifactId> |
| 109 | <configuration> |
| 110 | <environmentVariables> |
| 111 | <MYSQL_USER>dummyUser</MYSQL_USER> |
| 112 | <MYSQL_PASSWORD>dummyPassword</MYSQL_PASSWORD> |
| 113 | <MYSQL_DATABASE>dummyDatabase</MYSQL_DATABASE> |
| 114 | </environmentVariables> |
| 115 | </configuration> |
| 116 | </plugin> |
| 117 | </plugins> |
| 118 | </build> |
Timoney, Dan (dt5972) | b039682 | 2018-04-12 19:13:59 -0400 | [diff] [blame] | 119 | </project> |