workflowservice
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>eu.unicore.workflow</groupId>
<artifactId>workflowservice</artifactId>
<version>3.8.1</version>
</dependency><?xml version="1.0"?>
<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>
<artifactId>workflowservice</artifactId>
<packaging>jar</packaging>
<description>UNICORE Workflow engine</description>
<inceptionYear>2009</inceptionYear>
<name>Workflow engine</name>
<parent>
<groupId>eu.unicore.workflow</groupId>
<artifactId>workflow-parent</artifactId>
<version>3.8.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<properties>
<specification.version>10.1.0</specification.version>
<compiler.fork>false</compiler.fork>
<package.version>10.1.0</package.version>
<package.release>1</package.release>
</properties>
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
</dependency>
<dependency>
<groupId>eu.unicore.workflow</groupId>
<artifactId>workflow-client</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>eu.unicore</groupId>
<artifactId>uas-core</artifactId>
</dependency>
</dependencies>
<repositories>
<repository>
<id>unicore.eu</id>
<name>UNICORE repository</name>
<url>https://unicore-dev.zam.kfa-juelich.de/maven</url>
</repository>
</repositories>
<build>
<defaultGoal>install</defaultGoal>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<forkCount>1</forkCount>
</configuration>
</plugin>
</plugins>
</build>
</project>