logspace-it
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.logspace</groupId>
<artifactId>logspace-it</artifactId>
<version>0.3.2</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!--
Logspace
Copyright (c) 2015 Indoqa Software Design und Beratung GmbH. All rights reserved.
This program and the accompanying materials are made available under the terms of
the Eclipse Public License Version 1.0, which accompanies this distribution and
is available at http://www.eclipse.org/legal/epl-v10.html.
-->
<!-- Logspace Copyright (c) 2015 Indoqa Software Design und Beratung GmbH. All rights reserved. This program and the accompanying materials are
made available under the terms of the Eclipse Public License Version 1.0, which accompanies this distribution and is available at http://www.eclipse.org/legal/epl-v10.html. -->
<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">
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<parent>
<groupId>io.logspace</groupId>
<artifactId>logspace</artifactId>
<version>0.3.2</version>
</parent>
<artifactId>logspace-it</artifactId>
<name>Logspace Integration Tests</name>
<dependencies>
<!-- Internal -->
<dependency>
<groupId>io.logspace</groupId>
<artifactId>logspace-agent-controller</artifactId>
</dependency>
<dependency>
<groupId>io.logspace</groupId>
<artifactId>logspace-hq-webapp</artifactId>
</dependency>
<!-- Test Infrastructure -->
<dependency>
<groupId>org.apache.solr</groupId>
<artifactId>solr-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.indoqa</groupId>
<artifactId>system-test-tools</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-runner</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>