blob: 0e84797cb5765f1db604d01384deb183b5e9a068 [file] [log] [blame]
Alexis de Talhouëtd10de422018-08-15 14:29:07 -04001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 Copyright (C) 2018 AT&T, Bell Canada
4
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16 -->
Dan Timoney8bc36962020-08-06 15:17:17 -040017
Timoney, Dan (dt5972)21ec6552019-01-08 12:14:12 -050018<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">
Dan Timoneya612cdd2020-03-05 11:51:01 -050019 <modelVersion>4.0.0</modelVersion>
Alexis de Talhouëtd10de422018-08-15 14:29:07 -040020
21 <parent>
Dan Timoney7de29bf2020-11-25 08:29:23 -050022 <groupId>org.onap.ccsdk.sli.adaptors</groupId>
23 <artifactId>netbox-client</artifactId>
24 <version>1.2.0-SNAPSHOT</version>
Alexis de Talhouëtd10de422018-08-15 14:29:07 -040025 </parent>
26
27 <groupId>org.onap.ccsdk.sli.adaptors</groupId>
28 <artifactId>netbox-client-provider</artifactId>
Dan Timoney8f2fcda2020-12-02 07:48:49 -050029 <version>1.2.0-SNAPSHOT</version>
Alexis de Talhouëtd10de422018-08-15 14:29:07 -040030 <packaging>bundle</packaging>
Alexis de Talhouëtd10de422018-08-15 14:29:07 -040031
32 <name>ccsdk-sli-adaptors :: netbox-client :: ${project.artifactId}</name>
33
Timoney, Dan (dt5972)f200a722019-01-03 16:24:22 -050034 <dependencyManagement>
35 <dependencies>
36 <dependency>
Dan Timoneya612cdd2020-03-05 11:51:01 -050037 <groupId>org.onap.ccsdk.sli.core</groupId>
38 <artifactId>sli-core-artifacts</artifactId>
Dan Timoneybe5662d2020-12-07 12:23:05 -050039 <version>${project.version}</version>
Dan Timoneya612cdd2020-03-05 11:51:01 -050040 <type>pom</type>
41 <scope>import</scope>
Timoney, Dan (dt5972)f200a722019-01-03 16:24:22 -050042 </dependency>
43 </dependencies>
44 </dependencyManagement>
Alexis de Talhouëtd10de422018-08-15 14:29:07 -040045 <dependencies>
Alexis de Talhouëte2b21382018-08-21 11:29:49 -040046
Alexis de Talhouëtd10de422018-08-15 14:29:07 -040047 <dependency>
Alexis de Talhouëtd10de422018-08-15 14:29:07 -040048 <groupId>com.google.code.gson</groupId>
49 <artifactId>gson</artifactId>
Alexis de Talhouëtd10de422018-08-15 14:29:07 -040050 </dependency>
51 <dependency>
52 <groupId>org.apache.httpcomponents</groupId>
Alexis de Talhouëte2b21382018-08-21 11:29:49 -040053 <artifactId>httpcore</artifactId>
Alexis de Talhouëte2b21382018-08-21 11:29:49 -040054 </dependency>
55 <dependency>
56 <groupId>org.apache.httpcomponents</groupId>
57 <artifactId>httpclient</artifactId>
Alexis de Talhouëtd10de422018-08-15 14:29:07 -040058 </dependency>
59 <dependency>
Alexis de Talhouëteae6b962018-08-15 14:30:43 -040060 <groupId>org.slf4j</groupId>
61 <artifactId>slf4j-api</artifactId>
62 </dependency>
63 <dependency>
64 <groupId>org.onap.ccsdk.sli.core</groupId>
65 <artifactId>sli-common</artifactId>
Agarwal, Ruchira (ra1926)83559dd2019-11-05 18:16:50 +000066 <scope>provided</scope>
Alexis de Talhouëteae6b962018-08-15 14:30:43 -040067 </dependency>
Alexis de Talhouët00ea51d2018-08-24 08:37:11 -040068 <dependency>
69 <groupId>org.onap.ccsdk.sli.core</groupId>
70 <artifactId>sliPluginUtils-provider</artifactId>
Dan Timoneybe5662d2020-12-07 12:23:05 -050071 <version>${project.version}</version>
Agarwal, Ruchira (ra1926)83559dd2019-11-05 18:16:50 +000072 <scope>provided</scope>
Alexis de Talhouët00ea51d2018-08-24 08:37:11 -040073 </dependency>
Alexis de Talhouëted716252019-02-09 15:01:10 -050074 <dependency>
75 <groupId>org.osgi</groupId>
76 <artifactId>org.osgi.core</artifactId>
77 <scope>provided</scope>
78 </dependency>
Alexis de Talhouëteae6b962018-08-15 14:30:43 -040079
80 <!--Testing-->
81 <dependency>
82 <groupId>junit</groupId>
83 <artifactId>junit</artifactId>
Alexis de Talhouëteae6b962018-08-15 14:30:43 -040084 <scope>test</scope>
85 </dependency>
Timoney, Dan (dt5972)793f7142019-06-20 19:16:28 -040086 <!-- Requires mockito v2 -->
Alexis de Talhouëteae6b962018-08-15 14:30:43 -040087 <dependency>
88 <groupId>org.mockito</groupId>
89 <artifactId>mockito-core</artifactId>
90 <version>2.2.11</version>
91 <scope>test</scope>
92 </dependency>
93 <dependency>
94 <groupId>com.github.tomakehurst</groupId>
95 <artifactId>wiremock</artifactId>
Dan Timoneya612cdd2020-03-05 11:51:01 -050096 <version>2.23.2</version>
Alexis de Talhouëteae6b962018-08-15 14:30:43 -040097 <scope>test</scope>
98 </dependency>
99 <dependency>
100 <groupId>org.eclipse.jetty</groupId>
101 <artifactId>jetty-server</artifactId>
Alexis de Talhouëteae6b962018-08-15 14:30:43 -0400102 <scope>test</scope>
103 </dependency>
104 <dependency>
105 <groupId>ch.qos.logback</groupId>
106 <artifactId>logback-classic</artifactId>
Alexis de Talhouëteae6b962018-08-15 14:30:43 -0400107 <scope>test</scope>
108 </dependency>
Alexis de Talhouëtd10de422018-08-15 14:29:07 -0400109 </dependencies>
110
111 <build>
112 <plugins>
113 <plugin>
114 <groupId>org.apache.felix</groupId>
115 <artifactId>maven-bundle-plugin</artifactId>
116 <extensions>true</extensions>
117 <configuration>
118 <instructions>
119 <Export-Package>
Alexis de Talhouëteae6b962018-08-15 14:30:43 -0400120 org.onap.ccsdk.sli.adaptors.netbox.api,
Alexis de Talhouëtd10de422018-08-15 14:29:07 -0400121 org.onap.ccsdk.sli.adaptors.netbox.ipam,
Alexis de Talhouëteae6b962018-08-15 14:30:43 -0400122 org.onap.ccsdk.sli.adaptors.netbox.model
Alexis de Talhouëtd10de422018-08-15 14:29:07 -0400123 </Export-Package>
124 </instructions>
125 </configuration>
126 </plugin>
127 </plugins>
128 </build>
Alexis de Talhouëtd10de422018-08-15 14:29:07 -0400129</project>