optashift-employee-rostering-shared-gwt
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.optaplanner.openshift</groupId>
<artifactId>optashift-employee-rostering-shared-gwt</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-shared-gwt</artifactId>
<packaging>gwt-lib</packaging>
<name>Employee Rostering as a Service Shared GWT wrapper</name>
<dependencies>
<dependency>
<groupId>org.optaplanner.openshift</groupId>
<artifactId>optashift-employee-rostering-shared</artifactId>
</dependency>
<dependency>
<groupId>org.optaplanner.openshift</groupId>
<artifactId>optashift-employee-rostering-shared</artifactId>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-core-gwt</artifactId>
<type>gwt-lib</type>
</dependency>
<dependency>
<groupId>com.github.nmorel.gwtjackson</groupId>
<artifactId>gwt-jackson</artifactId>
</dependency>
<dependency>
<groupId>com.github.nmorel.gwtjackson</groupId>
<artifactId>gwt-jackson-rest-processor</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>net.ltgt.gwt.maven</groupId>
<artifactId>gwt-maven-plugin</artifactId>
<configuration>
<moduleName>org.optaplanner.openshift.employeerostering.shared.WorkerRosteringShared</moduleName>
</configuration>
</plugin>
</plugins>
</build>
</project>