soffa-platform-tests
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.soffa.platform</groupId>
<artifactId>soffa-platform-tests</artifactId>
<version>1.0.2</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<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">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>io.soffa.platform</groupId>
<artifactId>soffa-platform-tests</artifactId>
<version>1.0.2</version>
<name>soffa-platform-tests</name>
<description>SoFFa Platform</description>
<url>https://github.com/startupstation/soffa-platform-tests</url>
<inceptionYear>2019</inceptionYear>
<organization>
<name>Startup Station</name>
<url>https://github.com/startupstation</url>
</organization>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>startupstation</id>
<name>StartupSTation</name>
<email>studio@startiption.co</email>
<url>https://startupstation.co</url>
</developer>
</developers>
<scm>
<connection>scm:git:git://git@github.com:startupstation/soffa-platform-tests.git</connection>
<developerConnection>scm:git:ssh://git@github.com:startupstation/soffa-platform-tests.git</developerConnection>
<url>https://github.com/startupstation/soffa-platform-tests</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/startupstation/soffa-platform-tests/issues</url>
</issueManagement>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>2.2.6.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>Hoxton.SR3</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<version>2.2.6.RELEASE</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
<groupId>com.vaadin.external.google</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>net.clintonmagro.embedded.qpid</groupId>
<artifactId>embedded-qpid-spring-boot-starter</artifactId>
<version>1.0.6</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>