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"> |
Singal, Kapil (ks220y) | 94f4b9b | 2021-03-02 20:00:49 -0500 | [diff] [blame] | 3 | <modelVersion>4.0.0</modelVersion> |
Smokowski, Kevin (ks6305) | 3750014 | 2019-08-06 19:36:13 +0000 | [diff] [blame] | 4 | |
Singal, Kapil (ks220y) | 94f4b9b | 2021-03-02 20:00:49 -0500 | [diff] [blame] | 5 | <parent> |
| 6 | <groupId>org.onap.ccsdk.parent</groupId> |
| 7 | <artifactId>binding-parent</artifactId> |
Dan Timoney | 0e061be | 2023-03-28 09:37:21 -0400 | [diff] [blame] | 8 | <version>2.5.4</version> |
Singal, Kapil (ks220y) | 94f4b9b | 2021-03-02 20:00:49 -0500 | [diff] [blame] | 9 | <relativePath/> |
| 10 | </parent> |
Smokowski, Kevin (ks6305) | 3750014 | 2019-08-06 19:36:13 +0000 | [diff] [blame] | 11 | |
Singal, Kapil (ks220y) | 94f4b9b | 2021-03-02 20:00:49 -0500 | [diff] [blame] | 12 | <groupId>org.onap.ccsdk.sli.adaptors</groupId> |
| 13 | <artifactId>base-http-provider</artifactId> |
Dan Timoney | 21e0eb9 | 2023-06-06 06:44:51 -0400 | [diff] [blame^] | 14 | <version>1.7.0-SNAPSHOT</version> |
Singal, Kapil (ks220y) | 94f4b9b | 2021-03-02 20:00:49 -0500 | [diff] [blame] | 15 | <packaging>bundle</packaging> |
Smokowski, Kevin (ks6305) | 3750014 | 2019-08-06 19:36:13 +0000 | [diff] [blame] | 16 | |
Singal, Kapil (ks220y) | 94f4b9b | 2021-03-02 20:00:49 -0500 | [diff] [blame] | 17 | <name>ccsdk-sli-adaptors :: ${project.artifactId}</name> |
| 18 | |
| 19 | <dependencies> |
| 20 | <dependency> |
| 21 | <groupId>javax.ws.rs</groupId> |
| 22 | <artifactId>javax.ws.rs-api</artifactId> |
| 23 | <scope>provided</scope> |
| 24 | </dependency> |
| 25 | <dependency> |
| 26 | <groupId>org.slf4j</groupId> |
| 27 | <artifactId>slf4j-api</artifactId> |
| 28 | <scope>provided</scope> |
| 29 | </dependency> |
| 30 | <dependency> |
| 31 | <groupId>org.glassfish.jersey.core</groupId> |
| 32 | <artifactId>jersey-client</artifactId> |
| 33 | <scope>test</scope> |
| 34 | </dependency> |
| 35 | <dependency> |
| 36 | <groupId>org.onap.logging-analytics</groupId> |
| 37 | <artifactId>logging-filter-base</artifactId> |
| 38 | <scope>provided</scope> |
| 39 | </dependency> |
TIMONEY, DANIEL | 8a1e6df | 2021-07-02 13:51:13 +0000 | [diff] [blame] | 40 | <dependency> |
| 41 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 42 | <artifactId>utils-provider</artifactId> |
| 43 | <version>${project.version}</version> |
| 44 | </dependency> |
Singal, Kapil (ks220y) | 94f4b9b | 2021-03-02 20:00:49 -0500 | [diff] [blame] | 45 | </dependencies> |
Smokowski, Kevin (ks6305) | 3750014 | 2019-08-06 19:36:13 +0000 | [diff] [blame] | 46 | </project> |