Michal Ptacek | 7168a9a | 2019-11-04 06:45:08 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | Copyright (c) 2018 AT&T Technologies and others. |
| 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 | --> |
| 17 | <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"> |
| 18 | <modelVersion>4.0.0</modelVersion> |
| 19 | <parent> |
| 20 | <groupId>org.onap.oparent</groupId> |
| 21 | <artifactId>version</artifactId> |
| 22 | <version>1.2.1</version> |
| 23 | <relativePath>..</relativePath> |
| 24 | </parent> |
| 25 | <artifactId>dependencies</artifactId> |
| 26 | <name>oparent/dependencies</name> |
| 27 | <packaging>pom</packaging> |
| 28 | <dependencyManagement> |
| 29 | <dependencies> |
| 30 | <dependency> |
| 31 | <groupId>com.google.guava</groupId> |
| 32 | <artifactId>guava</artifactId> |
| 33 | <version>26.0-jre</version> |
| 34 | </dependency> |
| 35 | <dependency> |
| 36 | <groupId>org.eclipse.jetty</groupId> |
| 37 | <artifactId>jetty-http</artifactId> |
| 38 | <version>9.4.12.v20180830</version> |
| 39 | </dependency> |
| 40 | <dependency> |
| 41 | <groupId>org.eclipse.jetty</groupId> |
| 42 | <artifactId>jetty-servlet</artifactId> |
| 43 | <version>9.4.12.v20180830</version> |
| 44 | </dependency> |
| 45 | <dependency> |
| 46 | <groupId>org.eclipse.jetty</groupId> |
| 47 | <artifactId>jetty-server</artifactId> |
| 48 | <version>9.4.12.v20180830</version> |
| 49 | </dependency> |
| 50 | <dependency> |
| 51 | <groupId>org.springframework</groupId> |
| 52 | <artifactId>spring-core</artifactId> |
| 53 | <version>5.0.9.RELEASE</version> |
| 54 | </dependency> |
| 55 | <dependency> |
| 56 | <groupId>org.springframework</groupId> |
| 57 | <artifactId>spring-expression</artifactId> |
| 58 | <version>5.0.9.RELEASE</version> |
| 59 | </dependency> |
| 60 | <dependency> |
| 61 | <groupId>org.springframework</groupId> |
| 62 | <artifactId>spring-web</artifactId> |
| 63 | <version>5.0.9.RELEASE</version> |
| 64 | </dependency> |
| 65 | <dependency> |
| 66 | <groupId>org.springframework</groupId> |
| 67 | <artifactId>spring-webmvc</artifactId> |
| 68 | <version>5.0.9.RELEASE</version> |
| 69 | </dependency> |
| 70 | <dependency> |
| 71 | <groupId>commons-beanutils</groupId> |
| 72 | <artifactId>commons-beanutils</artifactId> |
| 73 | <version>1.9.3</version> |
| 74 | </dependency> |
| 75 | <dependency> |
| 76 | <groupId>org.apache.tomcat.embed</groupId> |
| 77 | <artifactId>tomcat-embed-core</artifactId> |
| 78 | <version>9.0.12</version> |
| 79 | </dependency> |
| 80 | <dependency> |
| 81 | <groupId>org.codehaus.jackson</groupId> |
| 82 | <artifactId>jackson-mapper-asl</artifactId> |
| 83 | <version>1.9.13</version> |
| 84 | </dependency> |
| 85 | <dependency> |
| 86 | <groupId>org.webjars</groupId> |
| 87 | <artifactId>bootstrap</artifactId> |
| 88 | <version>4.1.2</version> |
| 89 | </dependency> |
| 90 | <dependency> |
| 91 | <groupId>com.fasterxml.jackson.core</groupId> |
| 92 | <artifactId>jackson-core</artifactId> |
| 93 | <version>2.9.6</version> |
| 94 | </dependency> |
| 95 | <dependency> |
| 96 | <groupId>org.webjars</groupId> |
| 97 | <artifactId>jquery</artifactId> |
| 98 | <version>3.3.1-1</version> |
| 99 | </dependency> |
| 100 | <dependency> |
| 101 | <groupId>ch.qos.logback</groupId> |
| 102 | <artifactId>logback-classic</artifactId> |
| 103 | <version>1.2.3</version> |
| 104 | </dependency> |
| 105 | <dependency> |
| 106 | <groupId>org.apache.httpcomponents</groupId> |
| 107 | <artifactId>httpclient</artifactId> |
| 108 | <version>4.5.6</version> |
| 109 | </dependency> |
| 110 | <dependency> |
| 111 | <groupId>xerces</groupId> |
| 112 | <artifactId>xercesImpl</artifactId> |
| 113 | <version>2.12.0</version> |
| 114 | </dependency> |
| 115 | </dependencies> |
| 116 | </dependencyManagement> |
| 117 | </project> |