2016-04-20 17:33:03 +02:00
|
|
|
<!--
|
|
|
|
|
|
|
|
|
|
Copyright (c) 2015 Bosch Software Innovations GmbH and others.
|
|
|
|
|
|
|
|
|
|
All rights reserved. This program and the accompanying materials
|
|
|
|
|
are made available under the terms of the Eclipse Public License v1.0
|
|
|
|
|
which accompanies this distribution, and is available at
|
|
|
|
|
http://www.eclipse.org/legal/epl-v10.html
|
|
|
|
|
|
|
|
|
|
-->
|
|
|
|
|
|
2016-04-18 12:39:28 +02:00
|
|
|
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
<parent>
|
2018-05-24 16:10:01 +02:00
|
|
|
<groupId>org.eclipse.hawkbit</groupId>
|
|
|
|
|
<artifactId>hawkbit-rest-parent</artifactId>
|
2018-06-11 15:57:15 +02:00
|
|
|
<version>0.3.0-SNAPSHOT</version>
|
2016-04-18 12:39:28 +02:00
|
|
|
</parent>
|
|
|
|
|
<artifactId>hawkbit-ddi-resource</artifactId>
|
2018-05-24 16:10:01 +02:00
|
|
|
<name>hawkBit :: REST :: DDI Resources</name>
|
2016-04-18 12:39:28 +02:00
|
|
|
|
2016-04-20 17:33:03 +02:00
|
|
|
<dependencies>
|
|
|
|
|
<dependency>
|
2016-04-18 12:39:28 +02:00
|
|
|
<groupId>org.eclipse.hawkbit</groupId>
|
|
|
|
|
<artifactId>hawkbit-ddi-api</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
2016-04-20 17:33:03 +02:00
|
|
|
<dependency>
|
2016-04-18 12:39:28 +02:00
|
|
|
<groupId>org.eclipse.hawkbit</groupId>
|
2016-04-20 17:55:54 +02:00
|
|
|
<artifactId>hawkbit-rest-core</artifactId>
|
2016-04-18 12:39:28 +02:00
|
|
|
<version>${project.version}</version>
|
2016-04-20 17:33:03 +02:00
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
2016-04-18 12:39:28 +02:00
|
|
|
<groupId>org.eclipse.hawkbit</groupId>
|
2016-05-31 20:50:22 +02:00
|
|
|
<artifactId>hawkbit-repository-api</artifactId>
|
2016-04-18 12:39:28 +02:00
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
2016-04-21 16:00:08 +02:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.plugin</groupId>
|
|
|
|
|
<artifactId>spring-plugin-core</artifactId>
|
2017-06-01 06:28:59 +02:00
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
|
|
<artifactId>guava</artifactId>
|
2016-04-21 15:53:02 +02:00
|
|
|
</dependency>
|
2016-12-13 12:29:21 +01:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
|
<artifactId>javax.servlet-api</artifactId>
|
|
|
|
|
<scope>provided</scope>
|
|
|
|
|
</dependency>
|
2016-04-20 17:33:03 +02:00
|
|
|
|
|
|
|
|
|
2016-04-18 12:39:28 +02:00
|
|
|
<!-- Test -->
|
2016-05-31 08:51:49 +02:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.eclipse.hawkbit</groupId>
|
|
|
|
|
<artifactId>hawkbit-repository-test</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
2016-05-31 20:50:22 +02:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.eclipse.hawkbit</groupId>
|
|
|
|
|
<artifactId>hawkbit-repository-jpa</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
2016-04-20 17:55:54 +02:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.eclipse.hawkbit</groupId>
|
2016-04-21 10:02:03 +02:00
|
|
|
<artifactId>hawkbit-rest-core</artifactId>
|
2016-04-20 17:55:54 +02:00
|
|
|
<version>${project.version}</version>
|
2016-04-21 10:02:03 +02:00
|
|
|
<classifier>tests</classifier>
|
|
|
|
|
<scope>test</scope>
|
2016-04-20 17:55:54 +02:00
|
|
|
</dependency>
|
2016-04-18 12:39:28 +02:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>javax.el</groupId>
|
|
|
|
|
<artifactId>javax.el-api</artifactId>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
|
|
<artifactId>spring-security-config</artifactId>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.eclipse.hawkbit</groupId>
|
|
|
|
|
<artifactId>hawkbit-http-security</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
2019-01-31 07:29:27 +01:00
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-starter-json</artifactId>
|
2016-04-18 12:39:28 +02:00
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
|
|
<artifactId>spring-security-aspects</artifactId>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
2018-10-25 18:18:38 +02:00
|
|
|
<groupId>io.qameta.allure</groupId>
|
|
|
|
|
<artifactId>allure-junit4</artifactId>
|
2016-04-18 12:39:28 +02:00
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
2016-04-19 09:10:27 +02:00
|
|
|
<dependency>
|
2016-04-18 12:39:28 +02:00
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
<artifactId>spring-context-support</artifactId>
|
|
|
|
|
<scope>test</scope>
|
2016-04-19 09:10:27 +02:00
|
|
|
</dependency>
|
2016-04-18 12:39:28 +02:00
|
|
|
</dependencies>
|
|
|
|
|
</project>
|