worker-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.workerframework</groupId> <artifactId>worker-core</artifactId> <version>9.1.1-1334</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright 2015-2025 Open Text. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <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> <artifactId>worker-core</artifactId> <version>9.1.1-1334</version> <parent> <groupId>com.github.workerframework</groupId> <artifactId>worker-framework-aggregator</artifactId> <version>9.1.1-1334</version> </parent> <dependencies> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </dependency> <dependency> <groupId>com.github.cafapi.common</groupId> <artifactId>caf-api</artifactId> </dependency> <dependency> <groupId>com.github.workerframework</groupId> <artifactId>worker-api</artifactId> </dependency> <dependency> <groupId>com.github.cafapi.common</groupId> <artifactId>cipher-null</artifactId> </dependency> <dependency> <groupId>com.github.cafapi.common</groupId> <artifactId>config-decoder</artifactId> </dependency> <dependency> <groupId>com.github.cafapi.common</groupId> <artifactId>bootstrapconfig-system</artifactId> </dependency> <dependency> <groupId>com.github.cafapi.common</groupId> <artifactId>util-moduleloader</artifactId> </dependency> <dependency> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-core</artifactId> </dependency> <dependency> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-jersey</artifactId> </dependency> <dependency> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-jetty</artifactId> </dependency> <dependency> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-health</artifactId> </dependency> <dependency> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-util</artifactId> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-text</artifactId> </dependency> <dependency> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-lifecycle</artifactId> </dependency> <dependency> <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-healthchecks</artifactId> </dependency> <dependency> <groupId>com.github.cafapi.common</groupId> <artifactId>util-naming</artifactId> </dependency> <dependency> <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-core</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> <dependency> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-configuration</artifactId> </dependency> <dependency> <groupId>com.github.workerframework</groupId> <artifactId>util-rabbitmq</artifactId> </dependency> <dependency> <groupId>com.github.workerframework</groupId> <artifactId>worker-configs</artifactId> </dependency> <dependency> <groupId>com.github.workerframework</groupId> <artifactId>worker-tracking-report</artifactId> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> </dependency> <dependency> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-logging</artifactId> </dependency> <!-- This is for compatibility with Hibernate Validator 8. dropwizard-validation and jersey-bean-validation are referencing org.glassfish:jakarta.el so that has been excluded. This can probably be removed when DropWizard is updated to use Hibernate Validator 8. --> <dependency> <groupId>org.glassfish.expressly</groupId> <artifactId>expressly</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-api</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>com.github.cafapi.common</groupId> <artifactId>codec-json</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>com.github.workerframework</groupId> <artifactId>worker-caf</artifactId> <scope>test</scope> </dependency> </dependencies> </project>