infrastructure-openshift
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.eclipse.che.infrastructure</groupId> <artifactId>infrastructure-openshift</artifactId> <version>7.28.2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (c) 2012-2018 Red Hat, Inc. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which is available at https://www.eclipse.org/legal/epl-2.0/ SPDX-License-Identifier: EPL-2.0 Contributors: Red Hat, Inc. - initial API and implementation --> <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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>che-infrastructures-parent</artifactId> <groupId>org.eclipse.che.infrastructure</groupId> <version>7.28.2</version> </parent> <artifactId>infrastructure-openshift</artifactId> <name>Infrastructure :: OpenShift</name> <dependencies> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </dependency> <dependency> <groupId>com.google.inject</groupId> <artifactId>guice</artifactId> </dependency> <dependency> <groupId>com.google.inject.extensions</groupId> <artifactId>guice-assistedinject</artifactId> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> </dependency> <dependency> <groupId>io.fabric8</groupId> <artifactId>kubernetes-client</artifactId> </dependency> <dependency> <groupId>io.fabric8</groupId> <artifactId>kubernetes-model</artifactId> </dependency> <dependency> <groupId>io.fabric8</groupId> <artifactId>openshift-client</artifactId> </dependency> <dependency> <groupId>io.opentracing</groupId> <artifactId>opentracing-api</artifactId> </dependency> <dependency> <groupId>javax.inject</groupId> <artifactId>javax.inject</artifactId> </dependency> <dependency> <groupId>javax.ws.rs</groupId> <artifactId>javax.ws.rs-api</artifactId> </dependency> <dependency> <groupId>org.eclipse.che.core</groupId> <artifactId>che-core-api-core</artifactId> </dependency> <dependency> <groupId>org.eclipse.che.core</groupId> <artifactId>che-core-api-model</artifactId> </dependency> <dependency> <groupId>org.eclipse.che.core</groupId> <artifactId>che-core-api-system</artifactId> </dependency> <dependency> <groupId>org.eclipse.che.core</groupId> <artifactId>che-core-api-user</artifactId> </dependency> <dependency> <groupId>org.eclipse.che.core</groupId> <artifactId>che-core-api-workspace</artifactId> </dependency> <dependency> <groupId>org.eclipse.che.core</groupId> <artifactId>che-core-api-workspace-shared</artifactId> </dependency> <dependency> <groupId>org.eclipse.che.core</groupId> <artifactId>che-core-commons-annotations</artifactId> </dependency> <dependency> <groupId>org.eclipse.che.core</groupId> <artifactId>che-core-commons-inject</artifactId> </dependency> <dependency> <groupId>org.eclipse.che.core</groupId> <artifactId>che-core-commons-lang</artifactId> </dependency> <dependency> <groupId>org.eclipse.che.core</groupId> <artifactId>che-core-commons-tracing</artifactId> </dependency> <dependency> <groupId>org.eclipse.che.infrastructure</groupId> <artifactId>infrastructure-kubernetes</artifactId> </dependency> <dependency> <groupId>org.eclipse.che.multiuser</groupId> <artifactId>che-multiuser-keycloak-server</artifactId> </dependency> <dependency> <groupId>org.eclipse.che.multiuser</groupId> <artifactId>che-multiuser-keycloak-shared</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.eclipse.che.core</groupId> <artifactId>che-core-api-dto</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-core</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-testng</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> <scope>test</scope> </dependency> </dependencies> </project>