o

otj-server-core

Wiring for basic Jetty core servlet regardless of MVC or JaxRS choices. Also wires logging, metrics, etc
Files download
File Operation
otj-server-core-6.0.4.jar download
otj-server-core-6.0.4.pom download
otj-server-core-6.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.opentable.components</groupId>
  <artifactId>otj-server-core</artifactId>
  <version>6.0.4</version>
</dependency>
Gradle Groovy
implementation 'com.opentable.components:otj-server-core:6.0.4'
Gradle Kotlin
implementation("com.opentable.components:otj-server-core:6.0.4")
Scala SBT
libraryDependencies += "com.opentable.components" % "otj-server-core" % "6.0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.opentable.components', module='otj-server-core', version='6.0.4')
)
Apache Ivy
<dependency org="com.opentable.components" name="otj-server-core" rev="6.0.4" />
Leiningen
[com.opentable.components/otj-server-core "6.0.4"]
Apache Buildr
'com.opentable.components:otj-server-core:jar:6.0.4'
Dependencies
<parent>
  <groupId>com.opentable.components</groupId>
  <artifactId>otj-server-parent</artifactId>
  <version>6.0.4</version>
</parent>

compile

|-- com.opentable.components:otj-security-mitigation

|-- com.opentable:otj-httpheaders

|-- com.opentable.components:otj-core

|-- com.opentable.components:otj-spring

|-- com.opentable.components:otj-pausedetector

|-- com.opentable.components:otj-jackson

|-- com.opentable.components:otj-logging

|-- com.opentable.components:otj-logging-bucket

|-- com.opentable.components:otj-logging-jetty

|-- com.opentable.components:otj-metrics-core

|-- com.opentable.components:otj-filterorder

|-- org.springframework:spring-core

|-- org.springframework:spring-context

|-- org.springframework:spring-beans

|-- org.springframework:spring-web

|-- org.springframework.boot:spring-boot

|-- org.eclipse.jetty:jetty-server

|-- org.eclipse.jetty:jetty-servlet

|-- org.eclipse.jetty:jetty-webapp

|-- org.eclipse.jetty:jetty-util

|-- org.eclipse.jetty:jetty-jmx

|-- com.opentable.components:otj-conservedheaders-core

|-- org.eclipse.jetty:jetty-io

|-- org.eclipse.jetty:jetty-http

|-- com.opentable.components:otj-scopes

|-- org.apache.commons:commons-lang3

|-- ch.qos.logback:logback-classic

|-- org.slf4j:slf4j-api

|-- javax.inject:javax.inject

|-- javax.servlet:javax.servlet-api

|-- javax.annotation:javax.annotation-api

|-- com.google.code.findbugs:findbugs-annotations

|-- com.google.guava:guava

|-- io.dropwizard.metrics:metrics-healthchecks

runtime

|-- com.opentable.components:otj-logging-kafka

|-- com.fasterxml.jackson.core:jackson-databind

|-- com.betfair.net.java.opendmk:jmx-optional:1.0-b02

test

|-- junit:junit

|-- org.assertj:assertj-core

|-- org.springframework:spring-test

|-- org.springframework.boot:spring-boot-test

|-- org.mockito:mockito-core