concord-runtime-impl-v1
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.walmartlabs.concord.runtime.v1</groupId> <artifactId>concord-runtime-impl-v1</artifactId> <version>2.32.0</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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.walmartlabs.concord.runtime.v1</groupId> <artifactId>parent</artifactId> <version>2.32.0</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>concord-runtime-impl-v1</artifactId> <packaging>jar</packaging> <name>${project.groupId}:${project.artifactId}</name> <dependencies> <dependency> <groupId>com.walmartlabs.concord.runtime</groupId> <artifactId>concord-runtime-common</artifactId> </dependency> <dependency> <groupId>com.walmartlabs.concord.runtime.v2</groupId> <artifactId>concord-runtime-sdk-v2</artifactId> </dependency> <dependency> <groupId>com.walmartlabs.concord</groupId> <artifactId>concord-sdk</artifactId> </dependency> <dependency> <groupId>com.walmartlabs.concord</groupId> <artifactId>concord-common</artifactId> </dependency> <dependency> <groupId>com.walmartlabs.concord.runtime.v1</groupId> <artifactId>concord-runtime-model-v1</artifactId> </dependency> <dependency> <groupId>com.walmartlabs.concord</groupId> <artifactId>concord-policy-engine</artifactId> </dependency> <dependency> <groupId>com.walmartlabs.concord</groupId> <artifactId>concord-client2</artifactId> </dependency> <dependency> <groupId>com.walmartlabs.concord</groupId> <artifactId>concord-dependency-manager</artifactId> </dependency> <dependency> <groupId>com.walmartlabs.concord</groupId> <artifactId>concord-imports</artifactId> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> </dependency> <dependency> <groupId>com.fasterxml.jackson.datatype</groupId> <artifactId>jackson-datatype-jsr310</artifactId> </dependency> <dependency> <groupId>aopalliance</groupId> <artifactId>aopalliance</artifactId> </dependency> <dependency> <groupId>org.jboss.spec.javax.ws.rs</groupId> <artifactId>jboss-jaxrs-api_2.1_spec</artifactId> </dependency> <!-- TODO this should be pulled from transitive deps, shouldn't? --> <dependency> <groupId>org.glassfish</groupId> <artifactId>javax.el</artifactId> </dependency> <dependency> <groupId>com.fasterxml.jackson.dataformat</groupId> <artifactId>jackson-dataformat-yaml</artifactId> </dependency> <dependency> <groupId>com.google.inject</groupId> <artifactId>guice</artifactId> <exclusions> <exclusion> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </dependency> <dependency> <groupId>io.takari.bpm</groupId> <artifactId>bpm-engine-api</artifactId> </dependency> <dependency> <groupId>io.takari.bpm</groupId> <artifactId>bpm-engine-impl</artifactId> </dependency> <dependency> <groupId>javax.inject</groupId> <artifactId>javax.inject</artifactId> </dependency> <dependency> <groupId>org.eclipse.sisu</groupId> <artifactId>org.eclipse.sisu.inject</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> </dependency> <!-- tasks --> <dependency> <groupId>com.walmartlabs.concord.plugins.basic</groupId> <artifactId>log-tasks</artifactId> </dependency> <dependency> <groupId>com.walmartlabs.concord.plugins.basic</groupId> <artifactId>locale-tasks</artifactId> </dependency> <dependency> <groupId>com.walmartlabs.concord.plugins.basic</groupId> <artifactId>kv-tasks</artifactId> </dependency> <dependency> <groupId>com.walmartlabs.concord.plugins.basic</groupId> <artifactId>misc-tasks</artifactId> </dependency> <dependency> <groupId>com.walmartlabs.concord.plugins.basic</groupId> <artifactId>resource-tasks</artifactId> </dependency> <dependency> <groupId>com.walmartlabs.concord.plugins.basic</groupId> <artifactId>sleep-tasks</artifactId> </dependency> <dependency> <groupId>com.walmartlabs.concord.plugins.basic</groupId> <artifactId>variables-tasks</artifactId> </dependency> <dependency> <groupId>com.walmartlabs.concord.plugins.basic</groupId> <artifactId>crypto-tasks</artifactId> </dependency> <dependency> <groupId>com.walmartlabs.concord.plugins.basic</groupId> <artifactId>docker-tasks</artifactId> </dependency> <dependency> <groupId>com.walmartlabs.concord.plugins.basic</groupId> <artifactId>throw-tasks</artifactId> </dependency> <dependency> <groupId>com.walmartlabs.concord.plugins.basic</groupId> <artifactId>lock-tasks</artifactId> </dependency> <!-- JDK9+ compatibility --> <dependency> <groupId>javax.xml.bind</groupId> <artifactId>jaxb-api</artifactId> </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-impl</artifactId> </dependency> <dependency> <groupId>com.sun.activation</groupId> <artifactId>javax.activation</artifactId> </dependency> <!-- Immutables --> <dependency> <groupId>com.fasterxml.jackson.datatype</groupId> <artifactId>jackson-datatype-guava</artifactId> </dependency> <dependency> <groupId>com.fasterxml.jackson.datatype</groupId> <artifactId>jackson-datatype-jdk8</artifactId> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-api</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.eclipse.sisu</groupId> <artifactId>sisu-maven-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> <version>3.2.4</version> <executions> <execution> <phase>package</phase> <goals> <goal>shade</goal> </goals> <configuration> <createDependencyReducedPom>false</createDependencyReducedPom> <shadedArtifactAttached>true</shadedArtifactAttached> <shadedClassifierName>jar-with-dependencies</shadedClassifierName> <transformers> <transformer implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer"> <resource>META-INF/sisu/javax.inject.Named</resource> </transformer> <transformer implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer"> <resource>META-INF/services/com.oracle.truffle.api.TruffleLanguage$Provider</resource> </transformer> <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"> <mainClass>com.walmartlabs.concord.runner.Main</mainClass> </transformer> </transformers> <filters> <filter> <artifact>*:*</artifact> <excludes> <exclude>META-INF/*.SF</exclude> <exclude>META-INF/*.DSA</exclude> <exclude>META-INF/*.RSA</exclude> <exclude>META-INF/NOTICE.txt</exclude> <exclude>META-INF/LICENSE</exclude> <exclude>META-INF/LICENSE.txt</exclude> </excludes> </filter> </filters> </configuration> </execution> </executions> </plugin> </plugins> </build> </project>