Dan Timoney | 37d6468 | 2017-09-21 16:07:02 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Dan Timoney | 131cb46 | 2018-02-01 16:57:00 -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"> |
| 3 | <modelVersion>4.0.0</modelVersion> |
Dan Timoney | 37d6468 | 2017-09-21 16:07:02 -0400 | [diff] [blame] | 4 | |
| 5 | <parent> |
Dan Timoney | 131cb46 | 2018-02-01 16:57:00 -0500 | [diff] [blame] | 6 | <groupId>org.onap.ccsdk.parent</groupId> |
| 7 | <artifactId>binding-parent</artifactId> |
Timoney, Dan (dt5972) | bafe8e8 | 2018-04-29 18:45:28 -0400 | [diff] [blame] | 8 | <version>1.0.2-SNAPSHOT</version> |
Dan Timoney | 131cb46 | 2018-02-01 16:57:00 -0500 | [diff] [blame] | 9 | <relativePath/> |
Dan Timoney | 37d6468 | 2017-09-21 16:07:02 -0400 | [diff] [blame] | 10 | </parent> |
| 11 | |
Dan Timoney | 131cb46 | 2018-02-01 16:57:00 -0500 | [diff] [blame] | 12 | <groupId>org.onap.ccsdk.sli.core</groupId> |
Dan Timoney | 37d6468 | 2017-09-21 16:07:02 -0400 | [diff] [blame] | 13 | <artifactId>utils-provider</artifactId> |
Timoney, Dan (dt5972) | bafe8e8 | 2018-04-29 18:45:28 -0400 | [diff] [blame] | 14 | <version>0.2.2-SNAPSHOT</version> |
Dan Timoney | 131cb46 | 2018-02-01 16:57:00 -0500 | [diff] [blame] | 15 | <packaging>bundle</packaging> |
Dan Timoney | 37d6468 | 2017-09-21 16:07:02 -0400 | [diff] [blame] | 16 | |
Dan Timoney | 131cb46 | 2018-02-01 16:57:00 -0500 | [diff] [blame] | 17 | <name>ccsdk-sli-core :: utils :: ${project.artifactId}</name> |
Dan Timoney | 37d6468 | 2017-09-21 16:07:02 -0400 | [diff] [blame] | 18 | <description> |
| 19 | The SLI Core Utilities Package provides common functionality for setting up SLI connectivity. |
| 20 | </description> |
Dan Timoney | 131cb46 | 2018-02-01 16:57:00 -0500 | [diff] [blame] | 21 | <organization> |
| 22 | <name>ONAP</name> |
| 23 | </organization> |
Dan Timoney | 37d6468 | 2017-09-21 16:07:02 -0400 | [diff] [blame] | 24 | |
| 25 | <dependencies> |
| 26 | <dependency> |
| 27 | <groupId>com.google.guava</groupId> |
| 28 | <artifactId>guava</artifactId> |
| 29 | </dependency> |
| 30 | <dependency> |
| 31 | <groupId>equinoxSDK381</groupId> |
| 32 | <artifactId>org.eclipse.osgi</artifactId> |
| 33 | <version>${equinox.osgi.version}</version> |
Dan Timoney | 131cb46 | 2018-02-01 16:57:00 -0500 | [diff] [blame] | 34 | <scope>provided</scope> |
Dan Timoney | 37d6468 | 2017-09-21 16:07:02 -0400 | [diff] [blame] | 35 | </dependency> |
| 36 | |
| 37 | <!-- Testing Dependencies --> |
| 38 | <dependency> |
| 39 | <groupId>org.mockito</groupId> |
| 40 | <artifactId>mockito-core</artifactId> |
| 41 | <scope>test</scope> |
| 42 | </dependency> |
| 43 | <dependency> |
| 44 | <groupId>junit</groupId> |
| 45 | <artifactId>junit</artifactId> |
Gaurav Agrawal | a0ee49c | 2017-09-25 14:48:42 +0530 | [diff] [blame] | 46 | <version>${junit.version}</version> |
Dan Timoney | 37d6468 | 2017-09-21 16:07:02 -0400 | [diff] [blame] | 47 | <scope>test</scope> |
| 48 | </dependency> |
| 49 | </dependencies> |
Dan Timoney | 37d6468 | 2017-09-21 16:07:02 -0400 | [diff] [blame] | 50 | </project> |