dev.galasa.framework.docker.controller
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>dev.galasa</groupId>
<artifactId>dev.galasa.framework.docker.controller</artifactId>
<version>0.44.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>dev.galasa</groupId>
<artifactId>dev.galasa.framework.docker.controller</artifactId>
<version>0.44.0</version>
<name>A Galasa project</name>
<description>A Galasa project</description>
<url>https://galasa.dev</url>
<licenses>
<license>
<name>Eclipse Public License - v 2.0</name>
<url>https://www.eclipse.org/legal/epl-2.0</url>
</license>
</licenses>
<developers>
<developer>
<name>Galasa Contributors</name>
<email>galasadelivery@ibm.com</email>
<organization>Linux Foundation</organization>
<organizationUrl>https://github.com/galasa-dev</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git:://github.com/galasa-dev/galasa</connection>
<developerConnection>scm:git:git:://github.com/galasa-dev/galasa</developerConnection>
<url>https://github.com/galasa-dev/galasa</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/galasa-dev/projectmanagement/issues</url>
</issueManagement>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>dev.galasa</groupId>
<artifactId>dev.galasa.platform</artifactId>
<version>0.44.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.service.component.annotations</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>dev.galasa</groupId>
<artifactId>dev.galasa</artifactId>
<version>0.44.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>dev.galasa</groupId>
<artifactId>dev.galasa.framework</artifactId>
<version>0.44.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.github.docker-java</groupId>
<artifactId>docker-java-core</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.github.docker-java</groupId>
<artifactId>docker-java-transport-httpclient5</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient_httpserver</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient_hotspot</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk18on</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>