Roll master version for Istanbul
[ccsdk/features.git] / sdnr / wt / oauth-provider / provider-jar / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   ~ ============LICENSE_START=======================================================
4   ~ ONAP : ccsdk features
5   ~ ================================================================================
6   ~ Copyright (C) 2019 highstreet technologies GmbH Intellectual Property.
7   ~ All rights reserved.
8   ~ ================================================================================
9   ~ Update Copyright (C) 2020 AT&T Intellectual Property. All rights reserved.
10   ~ ================================================================================
11   ~ Licensed under the Apache License, Version 2.0 (the "License");
12   ~ you may not use this file except in compliance with the License.
13   ~ You may obtain a copy of the License at
14   ~
15   ~     http://www.apache.org/licenses/LICENSE-2.0
16   ~
17   ~ Unless required by applicable law or agreed to in writing, software
18   ~ distributed under the License is distributed on an "AS IS" BASIS,
19   ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20   ~ See the License for the specific language governing permissions and
21   ~ limitations under the License.
22   ~ ============LICENSE_END=======================================================
23   ~
24   -->
25
26 <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">
27     <modelVersion>4.0.0</modelVersion>
28
29     <parent>
30         <groupId>org.onap.ccsdk.parent</groupId>
31         <artifactId>binding-parent</artifactId>
32         <version>2.2.0-SNAPSHOT</version>
33         <relativePath/>
34     </parent>
35
36     <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
37     <artifactId>sdnr-wt-oauth-provider-jar</artifactId>
38     <version>1.2.0-SNAPSHOT</version>
39     <packaging>jar</packaging>
40
41     <name>ccsdk-features :: ${project.artifactId}</name>
42     <licenses>
43         <license>
44             <name>Apache License, Version 2.0</name>
45             <url>http://www.apache.org/licenses/LICENSE-2.0</url>
46         </license>
47     </licenses>
48
49     <properties>
50         <maven.javadoc.skip>true</maven.javadoc.skip>
51         <checkstyle.skip>true</checkstyle.skip>
52     </properties>
53     <dependencyManagement>
54         <dependencies>
55             <dependency>
56                 <groupId>org.apache.shiro</groupId>
57                 <artifactId>shiro-core</artifactId>
58                 <version>1.3.2</version>
59             </dependency>
60         </dependencies>
61     </dependencyManagement>
62     <dependencies>
63         <dependency>
64             <groupId>${project.groupId}</groupId>
65             <artifactId>sdnr-wt-common</artifactId>
66             <version>${project.version}</version>
67         </dependency>
68         <dependency>
69             <groupId>com.fasterxml.jackson.core</groupId>
70             <artifactId>jackson-databind</artifactId>
71             <scope>provided</scope>
72         </dependency>
73  
74         <dependency>
75             <groupId>com.auth0</groupId>
76             <artifactId>java-jwt</artifactId>
77             <version>3.11.0</version>
78              <exclusions>
79                 <exclusion>
80                     <groupId>com.fasterxml.jackson.core</groupId>
81                     <artifactId>jackson-databind</artifactId>
82                 </exclusion>
83                 <exclusion>
84                     <groupId>commons-codec</groupId>
85                     <artifactId>commons-codec</artifactId>
86                 </exclusion>
87             </exclusions>
88         </dependency>
89         <dependency>
90             <groupId>com.highstreet-technologies.aaa</groupId>
91             <artifactId>aaa-shiro</artifactId>
92             <version>0.12.1</version>
93             <exclusions>
94 <!--                 <exclusion> -->
95 <!--                     <groupId>org.opendaylight.aaa</groupId> -->
96 <!--                     <artifactId>aaa-shiro-api</artifactId> -->
97 <!--                 </exclusion> -->
98                 <exclusion>
99                     <groupId>org.opendaylight.aaa</groupId>
100                     <artifactId>aaa-cert</artifactId>
101                 </exclusion>
102                 <exclusion>
103                     <groupId>org.opendaylight.aaa</groupId>
104                     <artifactId>aaa-filterchain</artifactId>
105                 </exclusion>
106                 <exclusion>
107                     <groupId>org.opendaylight.aaa</groupId>
108                     <artifactId>aaa-password-service-api</artifactId>
109                 </exclusion>
110                 <exclusion>
111                     <groupId>org.opendaylight.aaa.web</groupId>
112                     <artifactId>web-api</artifactId>
113                 </exclusion>
114                 <exclusion>
115                     <groupId>org.opendaylight.aaa.web</groupId>
116                     <artifactId>servlet-api</artifactId>
117                 </exclusion>
118                 <exclusion>
119                     <groupId>commons-collections</groupId>
120                     <artifactId>commons-collections</artifactId>
121                 </exclusion>
122                 <exclusion>
123                     <groupId>commons-text</groupId>
124                     <artifactId>commons-text</artifactId>
125                 </exclusion>
126                 <exclusion>
127                     <groupId>com.google.code.gson</groupId>
128                     <artifactId>gson</artifactId>
129                 </exclusion>
130                 <exclusion>
131                     <groupId>org.opendaylight.mdsal</groupId>
132                     <artifactId>mdsal-binding-api</artifactId>
133                 </exclusion>
134                 <exclusion>
135                     <groupId>com.h2database</groupId>
136                     <artifactId>h2</artifactId>
137                 </exclusion>
138                 <exclusion>
139                     <groupId>com.google.guava</groupId>
140                     <artifactId>guava</artifactId>
141                 </exclusion>
142                 <exclusion>
143                     <groupId>ehcache-root</groupId>
144                     <artifactId>ehcache</artifactId>
145                 </exclusion>
146 <!--                 <exclusion> -->
147 <!--                     <groupId>org.jolokia</groupId> -->
148 <!--                     <artifactId>jolokia-osgi</artifactId> -->
149 <!--                 </exclusion> -->
150             </exclusions>
151         </dependency>
152         <dependency>
153             <groupId>org.opendaylight.mdsal</groupId>
154             <artifactId>mdsal-binding-api</artifactId>
155             <scope>provided</scope>
156         </dependency>
157         <dependency>
158             <groupId>org.opendaylight.mdsal</groupId>
159             <artifactId>yang-binding</artifactId>
160             <scope>provided</scope>
161         </dependency>
162         <dependency>
163             <groupId>javax.servlet</groupId>
164             <artifactId>javax.servlet-api</artifactId>
165             <scope>provided</scope>
166         </dependency>
167         <dependency>
168             <groupId>org.mockito</groupId>
169             <artifactId>mockito-core</artifactId>
170             <scope>test</scope>
171         </dependency>
172         <dependency>
173             <groupId>org.eclipse.jetty</groupId>
174             <artifactId>jetty-server</artifactId>
175             <scope>test</scope>
176         </dependency>
177         <dependency>
178             <groupId>org.eclipse.jetty</groupId>
179             <artifactId>jetty-servlet</artifactId>
180             <scope>test</scope>
181         </dependency>
182         <dependency>
183             <groupId>com.fasterxml.jackson.dataformat</groupId>
184             <artifactId>jackson-dataformat-xml</artifactId>
185             <scope>test</scope>
186         </dependency>
187          <dependency>
188             <groupId>${project.groupId}</groupId>
189             <artifactId>sdnr-wt-data-provider-provider</artifactId>
190             <version>${project.version}</version>
191             <scope>test</scope>
192         </dependency>
193         <dependency>
194             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
195             <artifactId>rfc6991-ietf-yang-types</artifactId>
196             <scope>test</scope>
197         </dependency>
198         <dependency>
199             <groupId>org.opendaylight.netconf</groupId>
200             <artifactId>sal-netconf-connector</artifactId>
201             <scope>test</scope>
202         </dependency>
203         <dependency>
204             <groupId>org.osgi</groupId>
205             <artifactId>org.osgi.core</artifactId>
206             <scope>test</scope>
207         </dependency>
208     </dependencies>
209 </project>