gitlab.in2p3.fr / frederic.gillardo / hivemq-community-edition
Stars: 0
Forks: 0
Open issues:
License: apache-2.0
Language:
Dependencies parsed at:
55
Created at: over 1 year ago
Updated at: 11 months ago
Pushed at: 11 months ago
Last synced at: 12 months ago
.github/workflows/check.yml
actions
- actions/checkout v2 composite
- actions/setup-java v2 composite
- docker/login-action v1 composite
.github/workflows/publish.yml
actions
- actions/checkout v2 composite
- actions/setup-java v2 composite
- docker/login-action v1 composite
.github/workflows/snapshot.yml
actions
- actions/checkout v2 composite
- actions/setup-java v2 composite
- docker/login-action v1 composite
docker/Dockerfile
docker
- busybox latest build
- eclipse-temurin 11-jre-jammy build
build.gradle.kts
maven
- com.hivemq:hivemq-extension-sdk ${property("hivemq-extension-sdk.version")} api
- io.dropwizard.metrics:metrics-core ${property("metrics.version")} api
- ch.qos.logback:logback-classic ${property("logback.version")} implementation
- com.fasterxml.jackson.core:jackson-databind ${property("jackson.version")} implementation
- com.github.oshi:oshi-core ${property("oshi.version")} implementation
- com.google.guava:guava ${property("guava.version")} implementation
- com.google.inject:guice ${property("guice.version")} implementation
- commons-io:commons-io ${property("commons-io.version")} implementation
- io.dropwizard.metrics:metrics-jmx ${property("metrics.version")} implementation
- io.netty:netty-buffer ${property("netty.version")} implementation
- io.netty:netty-codec ${property("netty.version")} implementation
- io.netty:netty-codec-http ${property("netty.version")} implementation
- io.netty:netty-common ${property("netty.version")} implementation
- io.netty:netty-handler ${property("netty.version")} implementation
- io.netty:netty-transport ${property("netty.version")} implementation
- jakarta.xml.bind:jakarta.xml.bind-api ${property("jakarta-xml-bind.version")} implementation
- javax.annotation:javax.annotation-api ${property("javax.annotation.version")} implementation
- net.openhft:zero-allocation-hashing ${property("zero-allocation-hashing.version")} implementation
- org.apache.commons:commons-compress ${property("commons-compress.version")} implementation
- org.apache.commons:commons-lang3 ${property("commons-lang.version")} implementation
- org.bouncycastle:bcpkix-jdk18on ${property("bouncycastle.version")} implementation
- org.bouncycastle:bcprov-jdk18on ${property("bouncycastle.version")} implementation
- org.eclipse.collections:eclipse-collections ${property("eclipse.collections.version")} implementation
- org.jctools:jctools-core ${property("jctools.version")} implementation
- org.jetbrains.kotlin:kotlin-stdlib ${property("kotlin.version")} implementation
- org.jetbrains.xodus:xodus-environment ${property("xodus.version")} implementation
- org.jetbrains.xodus:xodus-openAPI ${property("xodus.version")} implementation
- org.rocksdb:rocksdbjni ${property("rocksdb.version")} implementation
- org.slf4j:jul-to-slf4j ${property("slf4j.version")} implementation
- org.slf4j:slf4j-api ${property("slf4j.version")} implementation
- com.sun.xml.bind:jaxb-impl ${property("jaxb.version")} runtimeOnly
- io.dropwizard.metrics:metrics-logback ${property("metrics.version")} runtimeOnly
- com.github.stefanbirkner:system-rules ${property("system-rules.version")} testImplementation
- com.github.tomakehurst:wiremock-jre8-standalone ${property("wiremock.version")} testImplementation
- junit:junit ${property("junit.version")} testImplementation
- net.bytebuddy:byte-buddy ${property("bytebuddy.version")} testImplementation
- net.jodah:concurrentunit ${property("concurrentunit.version")} testImplementation
- nl.jqno.equalsverifier:equalsverifier ${property("equalsverifier.version")} testImplementation
- org.awaitility:awaitility ${property("awaitility.version")} testImplementation
- org.javassist:javassist ${property("javassist.version")} testImplementation
- org.jboss.shrinkwrap:shrinkwrap-api ${property("shrinkwrap.version")} testImplementation
- org.mockito:mockito-core ${property("mockito.version")} testImplementation
- org.jboss.shrinkwrap:shrinkwrap-impl-base ${property("shrinkwrap.version")} testRuntimeOnly
- com.fasterxml.jackson.dataformat:jackson-dataformat-xml 2.14.2 implementation