optashift-employee-rostering-restclient
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.optaplanner.openshift</groupId>
<artifactId>optashift-employee-rostering-restclient</artifactId>
<version>7.8.0.Final</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<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>
<parent>
<groupId>org.optaplanner.openshift</groupId>
<artifactId>optashift-employee-rostering</artifactId>
<version>7.8.0.Final</version>
</parent>
<artifactId>optashift-employee-rostering-restclient</artifactId>
<packaging>jar</packaging>
<name>Employee Rostering Service Java REST Client</name>
<dependencies>
<dependency>
<groupId>org.optaplanner.openshift</groupId>
<artifactId>optashift-employee-rostering-shared</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-client</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jackson-provider</artifactId>
</dependency>
</dependencies>
</project>