Smokowski, Kevin (ks6305) | 3750014 | 2019-08-06 19:36:13 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Timoney, Dan (dt5972) | 99f1934 | 2019-08-14 08:48:48 -0400 | [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"> |
Smokowski, Kevin (ks6305) | 3750014 | 2019-08-06 19:36:13 +0000 | [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 | 2173e3e | 2020-11-25 14:51:48 -0500 | [diff] [blame^] | 8 | <version>2.1.0</version> |
Timoney, Dan (dt5972) | 99f1934 | 2019-08-14 08:48:48 -0400 | [diff] [blame] | 9 | <relativePath/> |
Smokowski, Kevin (ks6305) | 3750014 | 2019-08-06 19:36:13 +0000 | [diff] [blame] | 10 | </parent> |
| 11 | |
| 12 | <groupId>org.onap.ccsdk.sli.adaptors</groupId> |
| 13 | <artifactId>base-http-provider</artifactId> |
Dan Timoney | 2173e3e | 2020-11-25 14:51:48 -0500 | [diff] [blame^] | 14 | <version>1.1.1-SNAPSHOT</version> |
Smokowski, Kevin (ks6305) | 3750014 | 2019-08-06 19:36:13 +0000 | [diff] [blame] | 15 | <packaging>bundle</packaging> |
| 16 | |
| 17 | <dependencies> |
| 18 | <dependency> |
| 19 | <groupId>javax.ws.rs</groupId> |
| 20 | <artifactId>javax.ws.rs-api</artifactId> |
| 21 | <scope>provided</scope> |
| 22 | </dependency> |
| 23 | <dependency> |
| 24 | <groupId>org.slf4j</groupId> |
| 25 | <artifactId>slf4j-api</artifactId> |
| 26 | <scope>provided</scope> |
| 27 | </dependency> |
| 28 | <dependency> |
| 29 | <groupId>org.glassfish.jersey.core</groupId> |
| 30 | <artifactId>jersey-client</artifactId> |
Smokowski, Kevin (ks6305) | 3750014 | 2019-08-06 19:36:13 +0000 | [diff] [blame] | 31 | <scope>test</scope> |
| 32 | </dependency> |
Smokowski, Kevin (ks6305) | c3988ec | 2019-10-17 21:00:21 +0000 | [diff] [blame] | 33 | <dependency> |
| 34 | <groupId>org.onap.logging-analytics</groupId> |
| 35 | <artifactId>logging-filter-base</artifactId> |
Smokowski, Kevin (ks6305) | c3988ec | 2019-10-17 21:00:21 +0000 | [diff] [blame] | 36 | <scope>provided</scope> |
| 37 | </dependency> |
Smokowski, Kevin (ks6305) | 3750014 | 2019-08-06 19:36:13 +0000 | [diff] [blame] | 38 | </dependencies> |
| 39 | </project> |