concord-server-impl
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.walmartlabs.concord.server</groupId> <artifactId>concord-server-impl</artifactId> <version>2.29.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.server</groupId> <artifactId>parent</artifactId> <version>2.29.0</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>concord-server-impl</artifactId> <packaging>jar</packaging> <name>${project.groupId}:${project.artifactId}</name> <dependencies> <dependency> <groupId>com.walmartlabs.concord.server</groupId> <artifactId>concord-server-sdk</artifactId> </dependency> <dependency> <groupId>com.walmartlabs.concord</groupId> <artifactId>concord-imports</artifactId> </dependency> <dependency> <groupId>com.walmartlabs.concord</groupId> <artifactId>concord-forms</artifactId> </dependency> <dependency> <groupId>com.walmartlabs.concord</groupId> <artifactId>concord-sdk</artifactId> </dependency> <dependency> <groupId>com.walmartlabs.concord</groupId> <artifactId>concord-dependency-manager</artifactId> </dependency> <dependency> <groupId>com.walmartlabs.concord.runtime.v1</groupId> <artifactId>concord-runtime-model-v1</artifactId> </dependency> <dependency> <groupId>com.walmartlabs.concord.runtime.v2</groupId> <artifactId>concord-runtime-model-v2</artifactId> </dependency> <dependency> <groupId>com.walmartlabs.concord.runtime</groupId> <artifactId>concord-runtime-model</artifactId> </dependency> <dependency> <groupId>com.walmartlabs.concord.runtime</groupId> <artifactId>concord-runtime-loader</artifactId> </dependency> <dependency> <groupId>com.walmartlabs.concord.server</groupId> <artifactId>concord-server-db</artifactId> </dependency> <dependency> <groupId>com.walmartlabs.concord</groupId> <artifactId>concord-policy-engine</artifactId> </dependency> <dependency> <groupId>com.walmartlabs.concord</groupId> <artifactId>concord-repository</artifactId> </dependency> <dependency> <groupId>com.walmartlabs.concord</groupId> <artifactId>concord-config</artifactId> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> </dependency> <dependency> <groupId>com.fasterxml.jackson.datatype</groupId> <artifactId>jackson-datatype-jsr310</artifactId> </dependency> <dependency> <groupId>com.fasterxml.uuid</groupId> <artifactId>java-uuid-generator</artifactId> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </dependency> <dependency> <groupId>com.google.inject</groupId> <artifactId>guice</artifactId> </dependency> <dependency> <groupId>com.jcraft</groupId> <artifactId>jsch</artifactId> </dependency> <dependency> <groupId>com.walmartlabs.concord</groupId> <artifactId>concord-common</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>org.jboss.resteasy</groupId> <artifactId>resteasy-jackson2-provider</artifactId> </dependency> <dependency> <groupId>org.jboss.resteasy</groupId> <artifactId>resteasy-core</artifactId> </dependency> <dependency> <groupId>org.jboss.resteasy</groupId> <artifactId>resteasy-jaxb-provider</artifactId> </dependency> <dependency> <groupId>javax.inject</groupId> <artifactId>javax.inject</artifactId> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> </dependency> <dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-core</artifactId> </dependency> <dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-web</artifactId> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-server</artifactId> </dependency> <dependency> <groupId>org.eclipse.jetty.ee8</groupId> <artifactId>jetty-ee8-servlet</artifactId> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-util</artifactId> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-jmx</artifactId> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-http</artifactId> </dependency> <dependency> <groupId>javax.validation</groupId> <artifactId>validation-api</artifactId> </dependency> <dependency> <groupId>org.hibernate.validator</groupId> <artifactId>hibernate-validator</artifactId> </dependency> <dependency> <groupId>org.eclipse.sisu</groupId> <artifactId>org.eclipse.sisu.inject</artifactId> </dependency> <dependency> <groupId>org.jboss.resteasy</groupId> <artifactId>resteasy-multipart-provider</artifactId> </dependency> <dependency> <groupId>org.jboss.spec.javax.ws.rs</groupId> <artifactId>jboss-jaxrs-api_2.1_spec</artifactId> </dependency> <dependency> <groupId>org.jooq</groupId> <artifactId>jooq</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>io.dropwizard.metrics</groupId> <artifactId>metrics-core</artifactId> </dependency> <dependency> <groupId>aopalliance</groupId> <artifactId>aopalliance</artifactId> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> </dependency> <dependency> <groupId>com.github.spullara.mustache.java</groupId> <artifactId>compiler</artifactId> </dependency> <dependency> <groupId>com.fasterxml.jackson.dataformat</groupId> <artifactId>jackson-dataformat-yaml</artifactId> </dependency> <dependency> <groupId>com.cronutils</groupId> <artifactId>cron-utils</artifactId> </dependency> <dependency> <groupId>com.typesafe</groupId> <artifactId>config</artifactId> </dependency> <dependency> <groupId>com.sun.mail</groupId> <artifactId>javax.mail</artifactId> </dependency> <dependency> <groupId>io.swagger.core.v3</groupId> <artifactId>swagger-annotations</artifactId> <version>2.2.15</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> </dependency> <!-- Immutables --> <dependency> <groupId>org.immutables</groupId> <artifactId>value</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.immutables</groupId> <artifactId>builder</artifactId> <scope>provided</scope> </dependency> <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>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>com.google.errorprone</groupId> <artifactId>error_prone_annotations</artifactId> <scope>provided</scope> </dependency> <!-- Prometheus integration --> <dependency> <groupId>io.prometheus</groupId> <artifactId>simpleclient</artifactId> </dependency> <dependency> <groupId>io.prometheus</groupId> <artifactId>simpleclient_dropwizard</artifactId> </dependency> <dependency> <groupId>io.prometheus</groupId> <artifactId>simpleclient_servlet</artifactId> </dependency> <dependency> <groupId>io.prometheus</groupId> <artifactId>simpleclient_hotspot</artifactId> </dependency> <dependency> <groupId>org.javers</groupId> <artifactId>javers-core</artifactId> </dependency> <!-- websockets --> <dependency> <groupId>org.eclipse.jetty.websocket</groupId> <artifactId>jetty-websocket-jetty-api</artifactId> </dependency> <dependency> <groupId>org.eclipse.jetty.websocket</groupId> <artifactId>jetty-websocket-jetty-server</artifactId> </dependency> <dependency> <groupId>org.eclipse.jetty.ee8.websocket</groupId> <artifactId>jetty-ee8-websocket-jetty-server</artifactId> </dependency> <dependency> <groupId>org.eclipse.jetty.ee8.websocket</groupId> <artifactId>jetty-ee8-websocket-javax-server</artifactId> </dependency> <dependency> <groupId>com.walmartlabs.concord.server</groupId> <artifactId>concord-queue-client</artifactId> </dependency> <dependency> <groupId>org.graalvm.sdk</groupId> <artifactId>graal-sdk</artifactId> </dependency> <dependency> <groupId>org.graalvm.js</groupId> <artifactId>js</artifactId> </dependency> <dependency> <groupId>org.graalvm.js</groupId> <artifactId>js-scriptengine</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>org.mockito</groupId> <artifactId>mockito-junit-jupiter</artifactId> <scope>test</scope> </dependency> </dependencies> <build> <resources> <resource> <filtering>false</filtering> <directory>${project.basedir}/src/main/resources</directory> <includes> <include>**/*</include> </includes> </resource> <resource> <filtering>true</filtering> <directory>${project.basedir}/src/main/filtered-resources</directory> <includes> <include>**/*</include> </includes> </resource> </resources> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> </plugin> <plugin> <groupId>org.eclipse.sisu</groupId> <artifactId>sisu-maven-plugin</artifactId> </plugin> <plugin> <groupId>io.swagger.core.v3</groupId> <artifactId>swagger-maven-plugin</artifactId> <configuration> <outputFileName>swagger</outputFileName> <outputPath>${project.build.directory}/classes/com/walmartlabs/concord/server/swagger</outputPath> <outputFormat>YAML</outputFormat> <readAllResources>false</readAllResources> <resourcePackages> <package>com.walmartlabs.concord.server</package> </resourcePackages> <configurationFilePath>${project.build.directory}/classes/openapi-server-config.yaml </configurationFilePath> </configuration> <executions> <execution> <phase>compile</phase> <goals> <goal>resolve</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>pl.project13.maven</groupId> <artifactId>git-commit-id-plugin</artifactId> <executions> <execution> <id>get-commit-id</id> <goals> <goal>revision</goal> </goals> <phase>generate-resources</phase> </execution> </executions> <configuration> <verbose>false</verbose> <dotGitDirectory>${project.basedir}/../../.git</dotGitDirectory> </configuration> </plugin> </plugins> </build> </project>