blob: 6f9c36d3e93a6cbf6a5e5145929abda2fc847b81 [file] [log] [blame]
Pamela Dragosh3d0fef42018-08-23 13:38:15 -04001<?xml version="1.0" encoding="UTF-8"?>
2<!--
Brian Freemanbedb4842019-11-01 08:48:01 -05003 Copyright (c) 2018-2019 AT&T Technologies and others.
puthuparambil.aditya563d6362020-07-01 12:49:11 +01004 Modifications Copyright (C) 2020 Bell Canada.
Pamela Dragosh3d0fef42018-08-23 13:38:15 -04005
6 Licensed under the Apache License, Version 2.0 (the "License");
7 you may not use this file except in compliance with the License.
8 You may obtain a copy of the License at
9
10 http://www.apache.org/licenses/LICENSE-2.0
11
12 Unless required by applicable law or agreed to in writing, software
13 distributed under the License is distributed on an "AS IS" BASIS,
14 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 See the License for the specific language governing permissions and
16 limitations under the License.
17-->
18<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/maven-v4_0_0.xsd">
19 <modelVersion>4.0.0</modelVersion>
20 <parent>
21 <groupId>org.onap.oparent</groupId>
22 <artifactId>oparent</artifactId>
Pamela Dragosh07732512020-10-29 07:32:01 -040023 <version>3.2.0-SNAPSHOT</version>
Pamela Dragosh3d0fef42018-08-23 13:38:15 -040024 <relativePath>../oparent</relativePath>
25 </parent>
26 <artifactId>dependencies-clm</artifactId>
27 <name>oparent/dependencies-clm</name>
Gary Wudf9b15a2018-09-12 15:11:04 -070028 <packaging>pom</packaging>
Pamela Dragosh3d0fef42018-08-23 13:38:15 -040029 <dependencies>
30 <dependency>
31 <groupId>com.google.guava</groupId>
32 <artifactId>guava</artifactId>
33 </dependency>
Gary Wudf9b15a2018-09-12 15:11:04 -070034 <dependency>
35 <groupId>org.eclipse.jetty</groupId>
36 <artifactId>jetty-http</artifactId>
37 </dependency>
38 <dependency>
39 <groupId>org.eclipse.jetty</groupId>
40 <artifactId>jetty-servlet</artifactId>
41 </dependency>
42 <dependency>
43 <groupId>org.eclipse.jetty</groupId>
Pamela Dragosh1ad6abf2020-05-12 10:49:53 -040044 <artifactId>jetty-servlets</artifactId>
45 </dependency>
46 <dependency>
47 <groupId>org.eclipse.jetty</groupId>
Gary Wudf9b15a2018-09-12 15:11:04 -070048 <artifactId>jetty-server</artifactId>
49 </dependency>
50 <dependency>
RossC84889d92020-06-25 14:58:16 +010051 <groupId>org.eclipse.jetty</groupId>
52 <artifactId>jetty-security</artifactId>
53 </dependency>
54 <dependency>
Gary Wudf9b15a2018-09-12 15:11:04 -070055 <groupId>org.springframework</groupId>
56 <artifactId>spring-core</artifactId>
57 </dependency>
58 <dependency>
59 <groupId>org.springframework</groupId>
60 <artifactId>spring-expression</artifactId>
61 </dependency>
62 <dependency>
63 <groupId>org.springframework</groupId>
64 <artifactId>spring-web</artifactId>
65 </dependency>
66 <dependency>
67 <groupId>org.springframework</groupId>
68 <artifactId>spring-webmvc</artifactId>
69 </dependency>
70 <dependency>
71 <groupId>commons-beanutils</groupId>
72 <artifactId>commons-beanutils</artifactId>
73 </dependency>
74 <dependency>
75 <groupId>org.apache.tomcat.embed</groupId>
76 <artifactId>tomcat-embed-core</artifactId>
77 </dependency>
78 <dependency>
Gary Wudf9b15a2018-09-12 15:11:04 -070079 <groupId>org.webjars</groupId>
80 <artifactId>bootstrap</artifactId>
81 </dependency>
82 <dependency>
83 <groupId>com.fasterxml.jackson.core</groupId>
84 <artifactId>jackson-core</artifactId>
85 </dependency>
86 <dependency>
87 <groupId>org.webjars</groupId>
88 <artifactId>jquery</artifactId>
89 </dependency>
90 <dependency>
91 <groupId>ch.qos.logback</groupId>
92 <artifactId>logback-classic</artifactId>
93 </dependency>
94 <dependency>
95 <groupId>org.apache.httpcomponents</groupId>
96 <artifactId>httpclient</artifactId>
97 </dependency>
98 <dependency>
99 <groupId>xerces</groupId>
100 <artifactId>xercesImpl</artifactId>
101 </dependency>
Pamela Dragosh3d0fef42018-08-23 13:38:15 -0400102 </dependencies>
103</project>