process-delegate
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.chenile.orchestrator.process</groupId>
<artifactId>process-delegate</artifactId>
<version>2.1.28</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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.chenile.orchestrator.process</groupId>
<artifactId>process-parent</artifactId>
<version>2.1.28</version>
</parent>
<groupId>org.chenile.orchestrator.process</groupId>
<artifactId>process-delegate</artifactId>
<version>2.1.28</version>
<name>Process Business Delegate - Allows Remote calls to the Process Manager</name>
<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>org.chenile.orchestrator.process</groupId>
<artifactId>process-api</artifactId>
</dependency>
<dependency>
<groupId>org.chenile</groupId>
<artifactId>chenile-proxy</artifactId>
</dependency>
</dependencies>
</project>