mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-02-28 09:20:52 +01:00
Upgrade Jackson to version 2.13.4
This commit is contained in:
committed by
Eduard Heimbuch
parent
17cfbf2821
commit
e99d77cb04
2
gradle/changelog/upgrade_jackson.yaml
Normal file
2
gradle/changelog/upgrade_jackson.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
- type: changed
|
||||
description: Upgrade Jackson to 2.13.4
|
||||
@@ -3,8 +3,7 @@ ext {
|
||||
guiceVersion = '5.0.1'
|
||||
resteasyVersion = '4.7.5.Final'
|
||||
|
||||
// TODO upgrade to 2.12.0, but this breaks openapi spec generation
|
||||
jacksonVersion = '2.11.3'
|
||||
jacksonVersion = '2.13.4'
|
||||
|
||||
legmanVersion = '2.0.0'
|
||||
|
||||
|
||||
@@ -6,9 +6,13 @@ ch.qos.logback:logback-classic:1.2.9=testCompileClasspath,testCompileClasspathCo
|
||||
ch.qos.logback:logback-core:1.2.9=testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.cloudogu.legman:core:2.0.0=annotationProcessor,annotationProcessorCopy,compileClasspath,compileClasspathCopy,default,defaultCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.damnhandy:handy-uri-templates:2.1.7=compileClasspath,compileClasspathCopy,default,defaultCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml.jackson.core:jackson-annotations:2.11.3=compileClasspath,compileClasspathCopy,default,defaultCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml.jackson.core:jackson-core:2.11.3=compileClasspath,compileClasspathCopy,default,defaultCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml.jackson.core:jackson-databind:2.11.3=compileClasspath,compileClasspathCopy,default,defaultCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml.jackson.core:jackson-annotations:2.11.3=default,runtimeClasspath
|
||||
com.fasterxml.jackson.core:jackson-annotations:2.13.4=compileClasspath,compileClasspathCopy,defaultCopy,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml.jackson.core:jackson-core:2.11.3=default,runtimeClasspath
|
||||
com.fasterxml.jackson.core:jackson-core:2.13.4=compileClasspath,compileClasspathCopy,defaultCopy,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml.jackson.core:jackson-databind:2.11.3=default,runtimeClasspath
|
||||
com.fasterxml.jackson.core:jackson-databind:2.13.4=compileClasspath,compileClasspathCopy,defaultCopy,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml.jackson:jackson-bom:2.13.4=compileClasspath,compileClasspathCopy,defaultCopy,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml:classmate:1.3.4=compileClasspath,compileClasspathCopy,default,defaultCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.github.sdorra:junit-shiro-extension:1.0.1=testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.github.sdorra:shiro-unit:1.0.2=testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
|
||||
@@ -4,9 +4,13 @@
|
||||
aopalliance:aopalliance:1.0=compileClasspath,compileClasspathCopy,default,defaultCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.cloudogu.legman:core:2.0.0=compileClasspath,compileClasspathCopy,default,defaultCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.damnhandy:handy-uri-templates:2.1.7=compileClasspath,compileClasspathCopy,default,defaultCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml.jackson.core:jackson-annotations:2.11.3=compileClasspath,compileClasspathCopy,default,defaultCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml.jackson.core:jackson-core:2.11.3=compileClasspath,compileClasspathCopy,default,defaultCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml.jackson.core:jackson-databind:2.11.3=compileClasspath,compileClasspathCopy,default,defaultCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml.jackson.core:jackson-annotations:2.11.3=default,runtimeClasspath
|
||||
com.fasterxml.jackson.core:jackson-annotations:2.13.4=compileClasspath,compileClasspathCopy,defaultCopy,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml.jackson.core:jackson-core:2.11.3=default,runtimeClasspath
|
||||
com.fasterxml.jackson.core:jackson-core:2.13.4=compileClasspath,compileClasspathCopy,defaultCopy,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml.jackson.core:jackson-databind:2.11.3=default,runtimeClasspath
|
||||
com.fasterxml.jackson.core:jackson-databind:2.13.4=compileClasspath,compileClasspathCopy,defaultCopy,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml.jackson:jackson-bom:2.13.4=compileClasspath,compileClasspathCopy,defaultCopy,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml:classmate:1.3.4=compileClasspath,compileClasspathCopy,default,defaultCopy,runtimeClasspath,runtimeClasspathCopy
|
||||
com.fasterxml:classmate:1.5.1=testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.github.sdorra:junit-shiro-extension:1.0.1=testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
|
||||
@@ -12,16 +12,15 @@ com.cloudogu.legman:core:2.0.0=testCompileClasspath,testCompileClasspathCopy,tes
|
||||
com.cloudogu.spotter:spotter-core:4.0.0=testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.cronutils:cron-utils:9.1.8=testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.damnhandy:handy-uri-templates:2.1.7=testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml.jackson.core:jackson-annotations:2.11.3=testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml.jackson.core:jackson-core:2.11.3=testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml.jackson.core:jackson-databind:2.11.3=testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.12.3=testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.12.3=testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:2.12.3=testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.12.3=testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.11.3=testCompileClasspath,testCompileClasspathCopy
|
||||
com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.12.3=testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml.jackson:jackson-bom:2.12.3=testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml.jackson.core:jackson-annotations:2.13.4=testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml.jackson.core:jackson-core:2.13.4=testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml.jackson.core:jackson-databind:2.13.4=testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.13.4=testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.4=testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:2.13.4=testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.13.4=testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.13.4=testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml.jackson:jackson-bom:2.13.4=testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml:classmate:1.5.1=testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.github.java-json-tools:btf:1.3=testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.github.java-json-tools:jackson-coreutils:2.0=testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
|
||||
@@ -1,110 +1,111 @@
|
||||
# This is a Gradle generated file for dependency locking.
|
||||
# Manual edits can break the build and are not advised.
|
||||
# This file is expected to be part of source control.
|
||||
aopalliance:aopalliance:1.0=annotationProcessor,compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.cloudogu.conveyor:conveyor:1.0.0=annotationProcessor,compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.cloudogu.jaxrs-tie:jaxrs-tie:1.0.5=annotationProcessor,compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.cloudogu.legman:core:2.0.0=annotationProcessor,compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.damnhandy:handy-uri-templates:2.1.7=annotationProcessor,compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
aopalliance:aopalliance:1.0=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.cloudogu.conveyor:conveyor:1.0.0=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.cloudogu.jaxrs-tie:jaxrs-tie:1.0.5=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.cloudogu.legman:core:2.0.0=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.damnhandy:handy-uri-templates:2.1.7=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.core:jackson-annotations:2.11.1=swaggerDeps
|
||||
com.fasterxml.jackson.core:jackson-annotations:2.11.3=annotationProcessor,compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.core:jackson-annotations:2.13.4=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.core:jackson-core:2.11.1=swaggerDeps
|
||||
com.fasterxml.jackson.core:jackson-core:2.11.3=annotationProcessor,compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.core:jackson-core:2.13.4=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.core:jackson-databind:2.11.1=swaggerDeps
|
||||
com.fasterxml.jackson.core:jackson-databind:2.11.3=annotationProcessor,compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.core:jackson-databind:2.13.4=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.11.1=swaggerDeps
|
||||
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.1=swaggerDeps
|
||||
com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:2.10.1=testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:2.11.1=swaggerDeps
|
||||
com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.10.1=testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:2.13.4=testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.11.1=swaggerDeps
|
||||
com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.10.1=testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.13.4=testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.11.1=swaggerDeps
|
||||
com.fasterxml:classmate:1.5.1=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.13.4=testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson:jackson-bom:2.13.4=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml:classmate:1.5.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.github.fge:btf:1.2=testCompileClasspath,testRuntimeClasspath
|
||||
com.github.fge:jackson-coreutils:1.6=testCompileClasspath,testRuntimeClasspath
|
||||
com.github.fge:json-patch:1.9=testCompileClasspath,testRuntimeClasspath
|
||||
com.github.fge:msg-simple:1.1=testCompileClasspath,testRuntimeClasspath
|
||||
com.github.sdorra:junit-shiro-extension:1.0.1=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.github.sdorra:shiro-unit:1.0.2=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.github.sdorra:ssp-lib:1.3.0=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.auto:auto-common:0.11=annotationProcessor,runtimeClasspath,scmCoreDependency,testRuntimeClasspath
|
||||
com.google.code.findbugs:jsr305:3.0.2=annotationProcessor,compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.github.sdorra:junit-shiro-extension:1.0.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.github.sdorra:shiro-unit:1.0.2=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.github.sdorra:ssp-lib:1.3.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.auto:auto-common:0.11=annotationProcessor,runtimeClasspath,runtimePluginElements,scmCoreDependency,testRuntimeClasspath
|
||||
com.google.code.findbugs:jsr305:3.0.2=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.code.gson:gson:2.8.9=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.errorprone:error_prone_annotations:2.3.4=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.errorprone:error_prone_annotations:2.3.4=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.errorprone:error_prone_annotations:2.5.1=annotationProcessor
|
||||
com.google.guava:failureaccess:1.0.1=annotationProcessor,compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.guava:guava:30.1-jre=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.guava:failureaccess:1.0.1=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.guava:guava:30.1-jre=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.guava:guava:30.1.1-jre=annotationProcessor
|
||||
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=annotationProcessor,compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.inject.extensions:guice-assistedinject:5.0.1=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.inject.extensions:guice-servlet:5.0.1=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.inject.extensions:guice-throwingproviders:5.0.1=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.inject:guice:5.0.1=annotationProcessor,compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.j2objc:j2objc-annotations:1.3=annotationProcessor,compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.inject.extensions:guice-assistedinject:5.0.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.inject.extensions:guice-servlet:5.0.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.inject.extensions:guice-throwingproviders:5.0.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.inject:guice:5.0.1=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.j2objc:j2objc-annotations:1.3=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.googlecode.javaewah:JavaEWAH:1.1.13=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
com.ibm.async:asyncutil:0.1.0=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.squareup:javapoet:1.13.0=annotationProcessor,runtimeClasspath,scmCoreDependency,testRuntimeClasspath
|
||||
com.sun.activation:jakarta.activation:1.2.2=runtimeClasspath,scmCoreDependency,testRuntimeClasspath
|
||||
com.sun.istack:istack-commons-runtime:3.0.11=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
commons-beanutils:commons-beanutils:1.9.4=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.ibm.async:asyncutil:0.1.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.squareup:javapoet:1.13.0=annotationProcessor,runtimeClasspath,runtimePluginElements,scmCoreDependency,testRuntimeClasspath
|
||||
com.sun.activation:jakarta.activation:1.2.2=runtimeClasspath,runtimePluginElements,scmCoreDependency,testRuntimeClasspath
|
||||
com.sun.istack:istack-commons-runtime:3.0.11=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
commons-beanutils:commons-beanutils:1.9.4=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
commons-codec:commons-codec:1.11=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
commons-collections:commons-collections:3.2.2=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
commons-lang:commons-lang:2.6=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
commons-collections:commons-collections:3.2.2=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
commons-lang:commons-lang:2.6=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
commons-logging:commons-logging:1.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
de.otto.edison:edison-hal:2.1.0=annotationProcessor,compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
info.picocli:picocli:4.6.3=annotationProcessor,compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
de.otto.edison:edison-hal:2.1.0=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
info.picocli:picocli:4.6.3=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.github.classgraph:classgraph:4.8.65=swaggerDeps
|
||||
io.micrometer:micrometer-core:1.6.4=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.common:smallrye-common-annotation:1.6.0=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.common:smallrye-common-classloader:1.6.0=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.common:smallrye-common-constraint:1.6.0=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.common:smallrye-common-expression:1.6.0=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.common:smallrye-common-function:1.6.0=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.config:smallrye-config-common:2.3.0=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.config:smallrye-config-core:2.3.0=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.config:smallrye-config:2.3.0=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.swagger.core.v3:swagger-annotations:2.1.1=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.micrometer:micrometer-core:1.6.4=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.common:smallrye-common-annotation:1.6.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.common:smallrye-common-classloader:1.6.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.common:smallrye-common-constraint:1.6.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.common:smallrye-common-expression:1.6.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.common:smallrye-common-function:1.6.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.config:smallrye-config-common:2.3.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.config:smallrye-config-core:2.3.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.config:smallrye-config:2.3.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.swagger.core.v3:swagger-annotations:2.1.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.swagger.core.v3:swagger-annotations:2.1.6=swaggerDeps
|
||||
io.swagger.core.v3:swagger-core:2.1.6=swaggerDeps
|
||||
io.swagger.core.v3:swagger-integration:2.1.6=swaggerDeps
|
||||
io.swagger.core.v3:swagger-jaxrs2:2.1.6=swaggerDeps
|
||||
io.swagger.core.v3:swagger-models:2.1.6=swaggerDeps
|
||||
jakarta.activation:jakarta.activation-api:1.2.1=swaggerDeps
|
||||
jakarta.activation:jakarta.activation-api:1.2.2=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
jakarta.validation:jakarta.validation-api:2.0.2=compileClasspath,runtimeClasspath,scmCoreDependency,swaggerDeps,testCompileClasspath,testRuntimeClasspath
|
||||
jakarta.activation:jakarta.activation-api:1.2.2=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
jakarta.validation:jakarta.validation-api:2.0.2=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,swaggerDeps,testCompileClasspath,testRuntimeClasspath
|
||||
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=swaggerDeps
|
||||
jakarta.xml.bind:jakarta.xml.bind-api:2.3.3=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
javax.el:javax.el-api:3.0.0=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
javax.inject:javax.inject:1=annotationProcessor,compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
javax.servlet:javax.servlet-api:3.1.0=compileClasspath,runtimeClasspath,scmCoreDependency,swaggerDeps,testCompileClasspath,testRuntimeClasspath
|
||||
jakarta.xml.bind:jakarta.xml.bind-api:2.3.3=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
javax.el:javax.el-api:3.0.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
javax.inject:javax.inject:1=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
javax.servlet:javax.servlet-api:3.1.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,swaggerDeps,testCompileClasspath,testRuntimeClasspath
|
||||
javax.ws.rs:javax.ws.rs-api:2.1=swaggerDeps
|
||||
javax.ws.rs:javax.ws.rs-api:2.1.1=annotationProcessor,compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
joda-time:joda-time:2.10=annotationProcessor,compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
junit:junit:4.13.1=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
net.bytebuddy:byte-buddy-agent:1.10.18=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
net.bytebuddy:byte-buddy:1.10.18=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.commons:commons-compress:1.20=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
javax.ws.rs:javax.ws.rs-api:2.1.1=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
joda-time:joda-time:2.10=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
junit:junit:4.13.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
net.bytebuddy:byte-buddy-agent:1.10.18=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
net.bytebuddy:byte-buddy:1.10.18=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.commons:commons-compress:1.20=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.commons:commons-lang3:3.7=swaggerDeps
|
||||
org.apache.httpcomponents:httpclient:4.5.13=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.httpcomponents:httpcore:4.4.14=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-cache:1.8.0=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-config-core:1.8.0=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-config-ogdl:1.8.0=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-core:1.8.0=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-crypto-cipher:1.8.0=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-crypto-core:1.8.0=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-crypto-hash:1.8.0=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-event:1.8.0=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-lang:1.8.0=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apiguardian:apiguardian-api:1.1.0=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.assertj:assertj-core:3.18.1=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-cache:1.8.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-config-core:1.8.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-config-ogdl:1.8.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-core:1.8.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-crypto-cipher:1.8.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-crypto-core:1.8.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-crypto-hash:1.8.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-event:1.8.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-lang:1.8.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apiguardian:apiguardian-api:1.1.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.assertj:assertj-core:3.18.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.awaitility:awaitility:4.0.2=testCompileClasspath,testRuntimeClasspath
|
||||
org.bouncycastle:bcpg-jdk15on:1.70=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
org.bouncycastle:bcpkix-jdk15on:1.70=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
org.bouncycastle:bcprov-jdk15on:1.70=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
org.bouncycastle:bcutil-jdk15on:1.70=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
org.checkerframework:checker-qual:3.5.0=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.checkerframework:checker-qual:3.5.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.checkerframework:checker-qual:3.8.0=annotationProcessor
|
||||
org.eclipse.jetty.toolchain:jetty-servlet-api:4.0.6=testCompileClasspath,testRuntimeClasspath
|
||||
org.eclipse.jetty:jetty-http:10.0.6=testCompileClasspath,testRuntimeClasspath
|
||||
@@ -113,47 +114,47 @@ org.eclipse.jetty:jetty-security:10.0.6=testCompileClasspath,testRuntimeClasspat
|
||||
org.eclipse.jetty:jetty-server:10.0.6=testCompileClasspath,testRuntimeClasspath
|
||||
org.eclipse.jetty:jetty-servlet:10.0.6=testCompileClasspath,testRuntimeClasspath
|
||||
org.eclipse.jetty:jetty-util:10.0.6=testCompileClasspath,testRuntimeClasspath
|
||||
org.eclipse.microprofile.config:microprofile-config-api:2.0=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.glassfish.jaxb:jaxb-runtime:2.3.3=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.glassfish.jaxb:txw2:2.3.3=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.glassfish:javax.el:3.0.1-b11=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.hamcrest:hamcrest-core:2.1=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.hamcrest:hamcrest-library:2.1=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.hamcrest:hamcrest:2.1=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.hdrhistogram:HdrHistogram:2.1.12=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.hibernate.validator:hibernate-validator:6.1.6.Final=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.eclipse.microprofile.config:microprofile-config-api:2.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.glassfish.jaxb:jaxb-runtime:2.3.3=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.glassfish.jaxb:txw2:2.3.3=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.glassfish:javax.el:3.0.1-b11=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.hamcrest:hamcrest-core:2.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.hamcrest:hamcrest-library:2.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.hamcrest:hamcrest:2.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.hdrhistogram:HdrHistogram:2.1.12=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.hibernate.validator:hibernate-validator:6.1.6.Final=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.javassist:javassist:3.22.0-GA=swaggerDeps
|
||||
org.jboss.logging:jboss-logging:3.4.2.Final=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.resteasy:resteasy-core-spi:4.7.5.Final=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.resteasy:resteasy-core:4.7.5.Final=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.logging:jboss-logging:3.4.2.Final=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.resteasy:resteasy-core-spi:4.7.5.Final=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.resteasy:resteasy-core:4.7.5.Final=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.resteasy:resteasy-jackson2-provider:4.5.3.Final=testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.resteasy:resteasy-jaxb-provider:4.5.3.Final=testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.resteasy:resteasy-validator-provider:4.7.5.Final=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.spec.javax.annotation:jboss-annotations-api_1.3_spec:2.0.1.Final=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.spec.javax.ws.rs:jboss-jaxrs-api_2.1_spec:2.0.1.Final=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.spec.javax.xml.bind:jboss-jaxb-api_2.3_spec:2.0.0.Final=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.jupiter:junit-jupiter-api:5.7.0=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.jupiter:junit-jupiter-engine:5.7.0=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.jupiter:junit-jupiter-params:5.7.0=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.platform:junit-platform-commons:1.7.0=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.platform:junit-platform-engine:1.7.0=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.vintage:junit-vintage-engine:5.7.0=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit:junit-bom:5.7.0=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.latencyutils:LatencyUtils:2.0.3=runtimeClasspath,scmCoreDependency,testRuntimeClasspath
|
||||
org.mapstruct:mapstruct-jdk8:1.3.1.Final=annotationProcessor,compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.resteasy:resteasy-validator-provider:4.7.5.Final=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.spec.javax.annotation:jboss-annotations-api_1.3_spec:2.0.1.Final=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.spec.javax.ws.rs:jboss-jaxrs-api_2.1_spec:2.0.1.Final=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.spec.javax.xml.bind:jboss-jaxb-api_2.3_spec:2.0.0.Final=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.jupiter:junit-jupiter-api:5.7.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.jupiter:junit-jupiter-engine:5.7.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.jupiter:junit-jupiter-params:5.7.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.platform:junit-platform-commons:1.7.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.platform:junit-platform-engine:1.7.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.vintage:junit-vintage-engine:5.7.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit:junit-bom:5.7.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.latencyutils:LatencyUtils:2.0.3=runtimeClasspath,runtimePluginElements,scmCoreDependency,testRuntimeClasspath
|
||||
org.mapstruct:mapstruct-jdk8:1.3.1.Final=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.mapstruct:mapstruct-processor:1.3.1.Final=annotationProcessor
|
||||
org.mapstruct:mapstruct:1.3.1.Final=annotationProcessor,compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.mockito:mockito-core:3.6.28=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.mockito:mockito-junit-jupiter:3.6.28=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.objenesis:objenesis:3.1=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.opentest4j:opentest4j:1.2.0=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.ow2.asm:asm:9.1=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.projectlombok:lombok:1.18.10=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.mapstruct:mapstruct:1.3.1.Final=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.mockito:mockito-core:3.6.28=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.mockito:mockito-junit-jupiter:3.6.28=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.objenesis:objenesis:3.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.opentest4j:opentest4j:1.2.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.ow2.asm:asm:9.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.projectlombok:lombok:1.18.10=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.projectlombok:lombok:1.18.12=annotationProcessor,testAnnotationProcessor
|
||||
org.reactivestreams:reactive-streams:1.0.3=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.slf4j:jcl-over-slf4j:1.7.30=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.reactivestreams:reactive-streams:1.0.3=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.slf4j:jcl-over-slf4j:1.7.30=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.slf4j:slf4j-api:1.7.25=swaggerDeps
|
||||
org.slf4j:slf4j-api:1.7.30=annotationProcessor,compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.slf4j:slf4j-api:1.7.30=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.yaml:snakeyaml:1.26=swaggerDeps
|
||||
sonia.jgit:org.eclipse.jgit.gpg.bc:6.2.0.202206071550-r-scm1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
sonia.jgit:org.eclipse.jgit.http.apache:6.2.0.202206071550-r-scm1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
@@ -163,4 +164,4 @@ sonia.jgit:org.eclipse.jgit.junit:6.2.0.202206071550-r-scm1=testCompileClasspath
|
||||
sonia.jgit:org.eclipse.jgit.lfs.server:6.2.0.202206071550-r-scm1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
sonia.jgit:org.eclipse.jgit.lfs:6.2.0.202206071550-r-scm1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
sonia.jgit:org.eclipse.jgit:6.2.0.202206071550-r-scm1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
empty=optionalPlugin,plugin
|
||||
empty=archives,optionalPlugin,plugin
|
||||
|
||||
@@ -1,144 +1,144 @@
|
||||
# This is a Gradle generated file for dependency locking.
|
||||
# Manual edits can break the build and are not advised.
|
||||
# This file is expected to be part of source control.
|
||||
aopalliance:aopalliance:1.0=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
aopalliance:aopalliance:1.0=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
ch.qos.logback:logback-classic:1.2.9=testCompileClasspath,testRuntimeClasspath
|
||||
ch.qos.logback:logback-core:1.2.9=testCompileClasspath,testRuntimeClasspath
|
||||
com.cloudogu.conveyor:conveyor:1.0.0=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.cloudogu.jaxrs-tie:jaxrs-tie:1.0.5=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.cloudogu.legman:core:2.0.0=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.damnhandy:handy-uri-templates:2.1.7=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.cloudogu.conveyor:conveyor:1.0.0=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.cloudogu.jaxrs-tie:jaxrs-tie:1.0.5=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.cloudogu.legman:core:2.0.0=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.damnhandy:handy-uri-templates:2.1.7=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.core:jackson-annotations:2.11.1=swaggerDeps
|
||||
com.fasterxml.jackson.core:jackson-annotations:2.11.3=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.core:jackson-annotations:2.13.4=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.core:jackson-core:2.11.1=swaggerDeps
|
||||
com.fasterxml.jackson.core:jackson-core:2.11.3=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.core:jackson-core:2.13.4=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.core:jackson-databind:2.11.1=swaggerDeps
|
||||
com.fasterxml.jackson.core:jackson-databind:2.11.3=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.core:jackson-databind:2.13.4=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.11.1=swaggerDeps
|
||||
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.1=swaggerDeps
|
||||
com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:2.10.1=testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:2.11.1=swaggerDeps
|
||||
com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.10.1=testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:2.13.4=testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.11.1=swaggerDeps
|
||||
com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.10.1=testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.13.4=testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.11.1=swaggerDeps
|
||||
com.fasterxml:classmate:1.5.1=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.13.4=testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson:jackson-bom:2.13.4=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml:classmate:1.5.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.github.fge:btf:1.2=testCompileClasspath,testRuntimeClasspath
|
||||
com.github.fge:jackson-coreutils:1.6=testCompileClasspath,testRuntimeClasspath
|
||||
com.github.fge:json-patch:1.9=testCompileClasspath,testRuntimeClasspath
|
||||
com.github.fge:msg-simple:1.1=testCompileClasspath,testRuntimeClasspath
|
||||
com.github.sdorra:junit-shiro-extension:1.0.1=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.github.sdorra:shiro-unit:1.0.2=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.github.sdorra:ssp-lib:1.3.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.auto:auto-common:0.11=annotationProcessor,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testRuntimeClasspath
|
||||
com.google.code.findbugs:jsr305:3.0.2=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.errorprone:error_prone_annotations:2.3.4=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.github.sdorra:junit-shiro-extension:1.0.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.github.sdorra:shiro-unit:1.0.2=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.github.sdorra:ssp-lib:1.3.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.auto:auto-common:0.11=annotationProcessor,runtimeClasspath,runtimePluginElements,scmCoreDependency,testRuntimeClasspath
|
||||
com.google.code.findbugs:jsr305:3.0.2=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.errorprone:error_prone_annotations:2.3.4=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.errorprone:error_prone_annotations:2.5.1=annotationProcessor
|
||||
com.google.guava:failureaccess:1.0.1=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.guava:guava:30.1-jre=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.guava:failureaccess:1.0.1=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.guava:guava:30.1-jre=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.guava:guava:30.1.1-jre=annotationProcessor
|
||||
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.inject.extensions:guice-assistedinject:5.0.1=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.inject.extensions:guice-servlet:5.0.1=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.inject.extensions:guice-throwingproviders:5.0.1=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.inject:guice:5.0.1=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.j2objc:j2objc-annotations:1.3=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.ibm.async:asyncutil:0.1.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.squareup:javapoet:1.13.0=annotationProcessor,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testRuntimeClasspath
|
||||
com.sun.activation:jakarta.activation:1.2.2=default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testRuntimeClasspath
|
||||
com.sun.istack:istack-commons-runtime:3.0.11=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
commons-beanutils:commons-beanutils:1.9.4=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
commons-collections:commons-collections:3.2.2=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
commons-lang:commons-lang:2.6=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
de.otto.edison:edison-hal:2.1.0=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
info.picocli:picocli:4.6.3=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.inject.extensions:guice-assistedinject:5.0.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.inject.extensions:guice-servlet:5.0.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.inject.extensions:guice-throwingproviders:5.0.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.inject:guice:5.0.1=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.j2objc:j2objc-annotations:1.3=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.ibm.async:asyncutil:0.1.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.squareup:javapoet:1.13.0=annotationProcessor,runtimeClasspath,runtimePluginElements,scmCoreDependency,testRuntimeClasspath
|
||||
com.sun.activation:jakarta.activation:1.2.2=runtimeClasspath,runtimePluginElements,scmCoreDependency,testRuntimeClasspath
|
||||
com.sun.istack:istack-commons-runtime:3.0.11=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
commons-beanutils:commons-beanutils:1.9.4=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
commons-collections:commons-collections:3.2.2=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
commons-lang:commons-lang:2.6=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
de.otto.edison:edison-hal:2.1.0=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
info.picocli:picocli:4.6.3=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.github.classgraph:classgraph:4.8.65=swaggerDeps
|
||||
io.micrometer:micrometer-core:1.6.4=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.common:smallrye-common-annotation:1.6.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.common:smallrye-common-classloader:1.6.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.common:smallrye-common-constraint:1.6.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.common:smallrye-common-expression:1.6.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.common:smallrye-common-function:1.6.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.config:smallrye-config-common:2.3.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.config:smallrye-config-core:2.3.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.config:smallrye-config:2.3.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.swagger.core.v3:swagger-annotations:2.1.1=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.micrometer:micrometer-core:1.6.4=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.common:smallrye-common-annotation:1.6.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.common:smallrye-common-classloader:1.6.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.common:smallrye-common-constraint:1.6.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.common:smallrye-common-expression:1.6.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.common:smallrye-common-function:1.6.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.config:smallrye-config-common:2.3.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.config:smallrye-config-core:2.3.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.config:smallrye-config:2.3.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.swagger.core.v3:swagger-annotations:2.1.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.swagger.core.v3:swagger-annotations:2.1.6=swaggerDeps
|
||||
io.swagger.core.v3:swagger-core:2.1.6=swaggerDeps
|
||||
io.swagger.core.v3:swagger-integration:2.1.6=swaggerDeps
|
||||
io.swagger.core.v3:swagger-jaxrs2:2.1.6=swaggerDeps
|
||||
io.swagger.core.v3:swagger-models:2.1.6=swaggerDeps
|
||||
jakarta.activation:jakarta.activation-api:1.2.1=swaggerDeps
|
||||
jakarta.activation:jakarta.activation-api:1.2.2=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
jakarta.validation:jakarta.validation-api:2.0.2=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,swaggerDeps,testCompileClasspath,testRuntimeClasspath
|
||||
jakarta.activation:jakarta.activation-api:1.2.2=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
jakarta.validation:jakarta.validation-api:2.0.2=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,swaggerDeps,testCompileClasspath,testRuntimeClasspath
|
||||
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=swaggerDeps
|
||||
jakarta.xml.bind:jakarta.xml.bind-api:2.3.3=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
javax.el:javax.el-api:3.0.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
javax.inject:javax.inject:1=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
javax.servlet:javax.servlet-api:3.1.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,swaggerDeps,testCompileClasspath,testRuntimeClasspath
|
||||
jakarta.xml.bind:jakarta.xml.bind-api:2.3.3=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
javax.el:javax.el-api:3.0.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
javax.inject:javax.inject:1=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
javax.servlet:javax.servlet-api:3.1.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,swaggerDeps,testCompileClasspath,testRuntimeClasspath
|
||||
javax.ws.rs:javax.ws.rs-api:2.1=swaggerDeps
|
||||
javax.ws.rs:javax.ws.rs-api:2.1.1=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
joda-time:joda-time:2.10=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
junit:junit:4.13.1=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
net.bytebuddy:byte-buddy-agent:1.10.18=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
net.bytebuddy:byte-buddy:1.10.18=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.commons:commons-compress:1.20=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
javax.ws.rs:javax.ws.rs-api:2.1.1=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
joda-time:joda-time:2.10=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
junit:junit:4.13.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
net.bytebuddy:byte-buddy-agent:1.10.18=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
net.bytebuddy:byte-buddy:1.10.18=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.commons:commons-compress:1.20=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.commons:commons-lang3:3.7=swaggerDeps
|
||||
org.apache.shiro:shiro-cache:1.8.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-config-core:1.8.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-config-ogdl:1.8.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-core:1.8.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-crypto-cipher:1.8.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-crypto-core:1.8.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-crypto-hash:1.8.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-event:1.8.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-lang:1.8.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apiguardian:apiguardian-api:1.1.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.assertj:assertj-core:3.18.1=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.checkerframework:checker-qual:3.5.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-cache:1.8.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-config-core:1.8.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-config-ogdl:1.8.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-core:1.8.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-crypto-cipher:1.8.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-crypto-core:1.8.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-crypto-hash:1.8.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-event:1.8.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-lang:1.8.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apiguardian:apiguardian-api:1.1.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.assertj:assertj-core:3.18.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.checkerframework:checker-qual:3.5.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.checkerframework:checker-qual:3.8.0=annotationProcessor
|
||||
org.eclipse.microprofile.config:microprofile-config-api:2.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.glassfish.jaxb:jaxb-runtime:2.3.3=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.glassfish.jaxb:txw2:2.3.3=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.glassfish:javax.el:3.0.1-b11=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.hamcrest:hamcrest-core:2.1=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.hamcrest:hamcrest-library:2.1=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.hamcrest:hamcrest:2.1=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.hdrhistogram:HdrHistogram:2.1.12=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.hibernate.validator:hibernate-validator:6.1.6.Final=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.javahg:javahg:1.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
org.eclipse.microprofile.config:microprofile-config-api:2.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.glassfish.jaxb:jaxb-runtime:2.3.3=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.glassfish.jaxb:txw2:2.3.3=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.glassfish:javax.el:3.0.1-b11=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.hamcrest:hamcrest-core:2.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.hamcrest:hamcrest-library:2.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.hamcrest:hamcrest:2.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.hdrhistogram:HdrHistogram:2.1.12=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.hibernate.validator:hibernate-validator:6.1.6.Final=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.javahg:javahg:1.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
org.javassist:javassist:3.22.0-GA=swaggerDeps
|
||||
org.jboss.logging:jboss-logging:3.4.2.Final=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.resteasy:resteasy-core-spi:4.7.5.Final=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.resteasy:resteasy-core:4.7.5.Final=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.logging:jboss-logging:3.4.2.Final=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.resteasy:resteasy-core-spi:4.7.5.Final=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.resteasy:resteasy-core:4.7.5.Final=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.resteasy:resteasy-jackson2-provider:4.5.3.Final=testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.resteasy:resteasy-jaxb-provider:4.5.3.Final=testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.resteasy:resteasy-validator-provider:4.7.5.Final=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.spec.javax.annotation:jboss-annotations-api_1.3_spec:2.0.1.Final=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.spec.javax.ws.rs:jboss-jaxrs-api_2.1_spec:2.0.1.Final=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.spec.javax.xml.bind:jboss-jaxb-api_2.3_spec:2.0.0.Final=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.jupiter:junit-jupiter-api:5.7.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.jupiter:junit-jupiter-engine:5.7.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.jupiter:junit-jupiter-params:5.7.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.platform:junit-platform-commons:1.7.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.platform:junit-platform-engine:1.7.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.vintage:junit-vintage-engine:5.7.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit:junit-bom:5.7.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.latencyutils:LatencyUtils:2.0.3=default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testRuntimeClasspath
|
||||
org.mapstruct:mapstruct-jdk8:1.3.1.Final=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.resteasy:resteasy-validator-provider:4.7.5.Final=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.spec.javax.annotation:jboss-annotations-api_1.3_spec:2.0.1.Final=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.spec.javax.ws.rs:jboss-jaxrs-api_2.1_spec:2.0.1.Final=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.spec.javax.xml.bind:jboss-jaxb-api_2.3_spec:2.0.0.Final=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.jupiter:junit-jupiter-api:5.7.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.jupiter:junit-jupiter-engine:5.7.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.jupiter:junit-jupiter-params:5.7.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.platform:junit-platform-commons:1.7.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.platform:junit-platform-engine:1.7.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.vintage:junit-vintage-engine:5.7.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit:junit-bom:5.7.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.latencyutils:LatencyUtils:2.0.3=runtimeClasspath,runtimePluginElements,scmCoreDependency,testRuntimeClasspath
|
||||
org.mapstruct:mapstruct-jdk8:1.3.1.Final=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.mapstruct:mapstruct-processor:1.3.1.Final=annotationProcessor
|
||||
org.mapstruct:mapstruct:1.3.1.Final=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.mockito:mockito-core:3.6.28=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.mockito:mockito-junit-jupiter:3.6.28=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.objenesis:objenesis:3.1=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.opentest4j:opentest4j:1.2.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.ow2.asm:asm:9.1=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.projectlombok:lombok:1.18.10=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.mapstruct:mapstruct:1.3.1.Final=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.mockito:mockito-core:3.6.28=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.mockito:mockito-junit-jupiter:3.6.28=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.objenesis:objenesis:3.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.opentest4j:opentest4j:1.2.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.ow2.asm:asm:9.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.projectlombok:lombok:1.18.10=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.projectlombok:lombok:1.18.12=annotationProcessor,testAnnotationProcessor
|
||||
org.reactivestreams:reactive-streams:1.0.3=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.slf4j:jcl-over-slf4j:1.7.30=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.reactivestreams:reactive-streams:1.0.3=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.slf4j:jcl-over-slf4j:1.7.30=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.slf4j:slf4j-api:1.7.25=swaggerDeps
|
||||
org.slf4j:slf4j-api:1.7.30=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.slf4j:slf4j-api:1.7.30=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.yaml:snakeyaml:1.26=swaggerDeps
|
||||
sonia.scm:scm-webapp:2.32.2-SNAPSHOT=scmServer
|
||||
empty=archives,optionalPlugin,plugin
|
||||
empty=optionalPlugin,plugin
|
||||
|
||||
@@ -1,141 +1,141 @@
|
||||
# This is a Gradle generated file for dependency locking.
|
||||
# Manual edits can break the build and are not advised.
|
||||
# This file is expected to be part of source control.
|
||||
aopalliance:aopalliance:1.0=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.cloudogu.conveyor:conveyor:1.0.0=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.cloudogu.jaxrs-tie:jaxrs-tie:1.0.5=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.cloudogu.legman:core:2.0.0=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.damnhandy:handy-uri-templates:2.1.7=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
aopalliance:aopalliance:1.0=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.cloudogu.conveyor:conveyor:1.0.0=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.cloudogu.jaxrs-tie:jaxrs-tie:1.0.5=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.cloudogu.legman:core:2.0.0=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.damnhandy:handy-uri-templates:2.1.7=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.core:jackson-annotations:2.11.1=swaggerDeps
|
||||
com.fasterxml.jackson.core:jackson-annotations:2.11.3=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.core:jackson-annotations:2.13.4=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.core:jackson-core:2.11.1=swaggerDeps
|
||||
com.fasterxml.jackson.core:jackson-core:2.11.3=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.core:jackson-core:2.13.4=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.core:jackson-databind:2.11.1=swaggerDeps
|
||||
com.fasterxml.jackson.core:jackson-databind:2.11.3=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.core:jackson-databind:2.13.4=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.11.1=swaggerDeps
|
||||
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.1=swaggerDeps
|
||||
com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:2.10.1=testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:2.11.1=swaggerDeps
|
||||
com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.10.1=testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:2.13.4=testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.11.1=swaggerDeps
|
||||
com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.10.1=testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.13.4=testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.11.1=swaggerDeps
|
||||
com.fasterxml:classmate:1.5.1=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.13.4=testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson:jackson-bom:2.13.4=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml:classmate:1.5.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.github.fge:btf:1.2=testCompileClasspath,testRuntimeClasspath
|
||||
com.github.fge:jackson-coreutils:1.6=testCompileClasspath,testRuntimeClasspath
|
||||
com.github.fge:json-patch:1.9=testCompileClasspath,testRuntimeClasspath
|
||||
com.github.fge:msg-simple:1.1=testCompileClasspath,testRuntimeClasspath
|
||||
com.github.sdorra:junit-shiro-extension:1.0.1=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.github.sdorra:shiro-unit:1.0.2=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.github.sdorra:ssp-lib:1.3.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.auto:auto-common:0.11=annotationProcessor,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testRuntimeClasspath
|
||||
com.google.code.findbugs:jsr305:3.0.2=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.errorprone:error_prone_annotations:2.3.4=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.github.sdorra:junit-shiro-extension:1.0.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.github.sdorra:shiro-unit:1.0.2=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.github.sdorra:ssp-lib:1.3.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.auto:auto-common:0.11=annotationProcessor,runtimeClasspath,runtimePluginElements,scmCoreDependency,testRuntimeClasspath
|
||||
com.google.code.findbugs:jsr305:3.0.2=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.errorprone:error_prone_annotations:2.3.4=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.errorprone:error_prone_annotations:2.5.1=annotationProcessor
|
||||
com.google.guava:failureaccess:1.0.1=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.guava:guava:30.1-jre=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.guava:failureaccess:1.0.1=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.guava:guava:30.1-jre=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.guava:guava:30.1.1-jre=annotationProcessor
|
||||
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.inject.extensions:guice-assistedinject:5.0.1=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.inject.extensions:guice-servlet:5.0.1=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.inject.extensions:guice-throwingproviders:5.0.1=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.inject:guice:5.0.1=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.j2objc:j2objc-annotations:1.3=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.ibm.async:asyncutil:0.1.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.squareup:javapoet:1.13.0=annotationProcessor,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testRuntimeClasspath
|
||||
com.sun.activation:jakarta.activation:1.2.2=default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testRuntimeClasspath
|
||||
com.sun.istack:istack-commons-runtime:3.0.11=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
commons-beanutils:commons-beanutils:1.9.4=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
commons-collections:commons-collections:3.2.2=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
commons-lang:commons-lang:2.6=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
de.otto.edison:edison-hal:2.1.0=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
info.picocli:picocli:4.6.3=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.inject.extensions:guice-assistedinject:5.0.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.inject.extensions:guice-servlet:5.0.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.inject.extensions:guice-throwingproviders:5.0.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.inject:guice:5.0.1=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.j2objc:j2objc-annotations:1.3=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.ibm.async:asyncutil:0.1.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.squareup:javapoet:1.13.0=annotationProcessor,runtimeClasspath,runtimePluginElements,scmCoreDependency,testRuntimeClasspath
|
||||
com.sun.activation:jakarta.activation:1.2.2=runtimeClasspath,runtimePluginElements,scmCoreDependency,testRuntimeClasspath
|
||||
com.sun.istack:istack-commons-runtime:3.0.11=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
commons-beanutils:commons-beanutils:1.9.4=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
commons-collections:commons-collections:3.2.2=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
commons-lang:commons-lang:2.6=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
de.otto.edison:edison-hal:2.1.0=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
info.picocli:picocli:4.6.3=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.github.classgraph:classgraph:4.8.65=swaggerDeps
|
||||
io.micrometer:micrometer-core:1.6.4=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.common:smallrye-common-annotation:1.6.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.common:smallrye-common-classloader:1.6.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.common:smallrye-common-constraint:1.6.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.common:smallrye-common-expression:1.6.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.common:smallrye-common-function:1.6.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.config:smallrye-config-common:2.3.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.config:smallrye-config-core:2.3.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.config:smallrye-config:2.3.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.swagger.core.v3:swagger-annotations:2.1.1=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.micrometer:micrometer-core:1.6.4=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.common:smallrye-common-annotation:1.6.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.common:smallrye-common-classloader:1.6.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.common:smallrye-common-constraint:1.6.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.common:smallrye-common-expression:1.6.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.common:smallrye-common-function:1.6.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.config:smallrye-config-common:2.3.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.config:smallrye-config-core:2.3.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.config:smallrye-config:2.3.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.swagger.core.v3:swagger-annotations:2.1.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.swagger.core.v3:swagger-annotations:2.1.6=swaggerDeps
|
||||
io.swagger.core.v3:swagger-core:2.1.6=swaggerDeps
|
||||
io.swagger.core.v3:swagger-integration:2.1.6=swaggerDeps
|
||||
io.swagger.core.v3:swagger-jaxrs2:2.1.6=swaggerDeps
|
||||
io.swagger.core.v3:swagger-models:2.1.6=swaggerDeps
|
||||
jakarta.activation:jakarta.activation-api:1.2.1=swaggerDeps
|
||||
jakarta.activation:jakarta.activation-api:1.2.2=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
jakarta.validation:jakarta.validation-api:2.0.2=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,swaggerDeps,testCompileClasspath,testRuntimeClasspath
|
||||
jakarta.activation:jakarta.activation-api:1.2.2=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
jakarta.validation:jakarta.validation-api:2.0.2=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,swaggerDeps,testCompileClasspath,testRuntimeClasspath
|
||||
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=swaggerDeps
|
||||
jakarta.xml.bind:jakarta.xml.bind-api:2.3.3=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
javax.el:javax.el-api:3.0.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
javax.inject:javax.inject:1=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
javax.servlet:javax.servlet-api:3.1.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,swaggerDeps,testCompileClasspath,testRuntimeClasspath
|
||||
jakarta.xml.bind:jakarta.xml.bind-api:2.3.3=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
javax.el:javax.el-api:3.0.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
javax.inject:javax.inject:1=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
javax.servlet:javax.servlet-api:3.1.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,swaggerDeps,testCompileClasspath,testRuntimeClasspath
|
||||
javax.ws.rs:javax.ws.rs-api:2.1=swaggerDeps
|
||||
javax.ws.rs:javax.ws.rs-api:2.1.1=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
joda-time:joda-time:2.10=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
junit:junit:4.13.1=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
net.bytebuddy:byte-buddy-agent:1.10.18=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
net.bytebuddy:byte-buddy:1.10.18=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.commons:commons-compress:1.20=default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testRuntimeClasspath
|
||||
javax.ws.rs:javax.ws.rs-api:2.1.1=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
joda-time:joda-time:2.10=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
junit:junit:4.13.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
net.bytebuddy:byte-buddy-agent:1.10.18=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
net.bytebuddy:byte-buddy:1.10.18=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.commons:commons-compress:1.20=runtimeClasspath,runtimePluginElements,scmCoreDependency,testRuntimeClasspath
|
||||
org.apache.commons:commons-lang3:3.7=swaggerDeps
|
||||
org.apache.shiro:shiro-cache:1.8.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-config-core:1.8.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-config-ogdl:1.8.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-core:1.8.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-crypto-cipher:1.8.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-crypto-core:1.8.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-crypto-hash:1.8.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-event:1.8.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-lang:1.8.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apiguardian:apiguardian-api:1.1.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.assertj:assertj-core:3.18.1=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.checkerframework:checker-qual:3.5.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-cache:1.8.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-config-core:1.8.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-config-ogdl:1.8.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-core:1.8.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-crypto-cipher:1.8.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-crypto-core:1.8.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-crypto-hash:1.8.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-event:1.8.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-lang:1.8.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apiguardian:apiguardian-api:1.1.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.assertj:assertj-core:3.18.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.checkerframework:checker-qual:3.5.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.checkerframework:checker-qual:3.8.0=annotationProcessor
|
||||
org.eclipse.microprofile.config:microprofile-config-api:2.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.glassfish.jaxb:jaxb-runtime:2.3.3=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.glassfish.jaxb:txw2:2.3.3=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.glassfish:javax.el:3.0.1-b11=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.hamcrest:hamcrest-core:2.1=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.hamcrest:hamcrest-library:2.1=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.hamcrest:hamcrest:2.1=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.hdrhistogram:HdrHistogram:2.1.12=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.hibernate.validator:hibernate-validator:6.1.6.Final=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.eclipse.microprofile.config:microprofile-config-api:2.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.glassfish.jaxb:jaxb-runtime:2.3.3=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.glassfish.jaxb:txw2:2.3.3=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.glassfish:javax.el:3.0.1-b11=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.hamcrest:hamcrest-core:2.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.hamcrest:hamcrest-library:2.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.hamcrest:hamcrest:2.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.hdrhistogram:HdrHistogram:2.1.12=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.hibernate.validator:hibernate-validator:6.1.6.Final=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.javassist:javassist:3.22.0-GA=swaggerDeps
|
||||
org.jboss.logging:jboss-logging:3.4.2.Final=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.resteasy:resteasy-core-spi:4.7.5.Final=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.resteasy:resteasy-core:4.7.5.Final=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.logging:jboss-logging:3.4.2.Final=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.resteasy:resteasy-core-spi:4.7.5.Final=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.resteasy:resteasy-core:4.7.5.Final=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.resteasy:resteasy-jackson2-provider:4.5.3.Final=testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.resteasy:resteasy-jaxb-provider:4.5.3.Final=testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.resteasy:resteasy-validator-provider:4.7.5.Final=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.spec.javax.annotation:jboss-annotations-api_1.3_spec:2.0.1.Final=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.spec.javax.ws.rs:jboss-jaxrs-api_2.1_spec:2.0.1.Final=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.spec.javax.xml.bind:jboss-jaxb-api_2.3_spec:2.0.0.Final=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.jupiter:junit-jupiter-api:5.7.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.jupiter:junit-jupiter-engine:5.7.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.jupiter:junit-jupiter-params:5.7.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.platform:junit-platform-commons:1.7.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.platform:junit-platform-engine:1.7.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.vintage:junit-vintage-engine:5.7.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit:junit-bom:5.7.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.latencyutils:LatencyUtils:2.0.3=default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testRuntimeClasspath
|
||||
org.mapstruct:mapstruct-jdk8:1.3.1.Final=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.resteasy:resteasy-validator-provider:4.7.5.Final=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.spec.javax.annotation:jboss-annotations-api_1.3_spec:2.0.1.Final=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.spec.javax.ws.rs:jboss-jaxrs-api_2.1_spec:2.0.1.Final=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.spec.javax.xml.bind:jboss-jaxb-api_2.3_spec:2.0.0.Final=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.jupiter:junit-jupiter-api:5.7.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.jupiter:junit-jupiter-engine:5.7.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.jupiter:junit-jupiter-params:5.7.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.platform:junit-platform-commons:1.7.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.platform:junit-platform-engine:1.7.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.vintage:junit-vintage-engine:5.7.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit:junit-bom:5.7.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.latencyutils:LatencyUtils:2.0.3=runtimeClasspath,runtimePluginElements,scmCoreDependency,testRuntimeClasspath
|
||||
org.mapstruct:mapstruct-jdk8:1.3.1.Final=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.mapstruct:mapstruct-processor:1.3.1.Final=annotationProcessor
|
||||
org.mapstruct:mapstruct:1.3.1.Final=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.mockito:mockito-core:3.6.28=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.mockito:mockito-junit-jupiter:3.6.28=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.objenesis:objenesis:3.1=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.opentest4j:opentest4j:1.2.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.ow2.asm:asm:9.1=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.projectlombok:lombok:1.18.10=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.mapstruct:mapstruct:1.3.1.Final=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.mockito:mockito-core:3.6.28=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.mockito:mockito-junit-jupiter:3.6.28=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.objenesis:objenesis:3.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.opentest4j:opentest4j:1.2.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.ow2.asm:asm:9.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.projectlombok:lombok:1.18.10=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.projectlombok:lombok:1.18.12=annotationProcessor,testAnnotationProcessor
|
||||
org.reactivestreams:reactive-streams:1.0.3=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.slf4j:jcl-over-slf4j:1.7.30=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.reactivestreams:reactive-streams:1.0.3=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.slf4j:jcl-over-slf4j:1.7.30=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.slf4j:slf4j-api:1.7.25=swaggerDeps
|
||||
org.slf4j:slf4j-api:1.7.30=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.slf4j:slf4j-api:1.7.30=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.yaml:snakeyaml:1.26=swaggerDeps
|
||||
sonia.scm:scm-webapp:2.32.2-SNAPSHOT=scmServer
|
||||
empty=archives,optionalPlugin,plugin
|
||||
empty=optionalPlugin,plugin
|
||||
|
||||
@@ -1,141 +1,141 @@
|
||||
# This is a Gradle generated file for dependency locking.
|
||||
# Manual edits can break the build and are not advised.
|
||||
# This file is expected to be part of source control.
|
||||
aopalliance:aopalliance:1.0=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.cloudogu.conveyor:conveyor:1.0.0=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.cloudogu.jaxrs-tie:jaxrs-tie:1.0.5=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.cloudogu.legman:core:2.0.0=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.damnhandy:handy-uri-templates:2.1.7=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
aopalliance:aopalliance:1.0=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.cloudogu.conveyor:conveyor:1.0.0=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.cloudogu.jaxrs-tie:jaxrs-tie:1.0.5=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.cloudogu.legman:core:2.0.0=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.damnhandy:handy-uri-templates:2.1.7=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.core:jackson-annotations:2.11.1=swaggerDeps
|
||||
com.fasterxml.jackson.core:jackson-annotations:2.11.3=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.core:jackson-annotations:2.13.4=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.core:jackson-core:2.11.1=swaggerDeps
|
||||
com.fasterxml.jackson.core:jackson-core:2.11.3=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.core:jackson-core:2.13.4=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.core:jackson-databind:2.11.1=swaggerDeps
|
||||
com.fasterxml.jackson.core:jackson-databind:2.11.3=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.core:jackson-databind:2.13.4=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.11.1=swaggerDeps
|
||||
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.1=swaggerDeps
|
||||
com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:2.10.1=testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:2.11.1=swaggerDeps
|
||||
com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.10.1=testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:2.13.4=testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.11.1=swaggerDeps
|
||||
com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.10.1=testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.13.4=testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.11.1=swaggerDeps
|
||||
com.fasterxml:classmate:1.5.1=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.13.4=testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson:jackson-bom:2.13.4=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml:classmate:1.5.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.github.fge:btf:1.2=testCompileClasspath,testRuntimeClasspath
|
||||
com.github.fge:jackson-coreutils:1.6=testCompileClasspath,testRuntimeClasspath
|
||||
com.github.fge:json-patch:1.9=testCompileClasspath,testRuntimeClasspath
|
||||
com.github.fge:msg-simple:1.1=testCompileClasspath,testRuntimeClasspath
|
||||
com.github.sdorra:junit-shiro-extension:1.0.1=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.github.sdorra:shiro-unit:1.0.2=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.github.sdorra:ssp-lib:1.3.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.auto:auto-common:0.11=annotationProcessor,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testRuntimeClasspath
|
||||
com.google.code.findbugs:jsr305:3.0.2=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.errorprone:error_prone_annotations:2.3.4=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.github.sdorra:junit-shiro-extension:1.0.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.github.sdorra:shiro-unit:1.0.2=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.github.sdorra:ssp-lib:1.3.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.auto:auto-common:0.11=annotationProcessor,runtimeClasspath,runtimePluginElements,scmCoreDependency,testRuntimeClasspath
|
||||
com.google.code.findbugs:jsr305:3.0.2=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.errorprone:error_prone_annotations:2.3.4=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.errorprone:error_prone_annotations:2.5.1=annotationProcessor
|
||||
com.google.guava:failureaccess:1.0.1=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.guava:guava:30.1-jre=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.guava:failureaccess:1.0.1=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.guava:guava:30.1-jre=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.guava:guava:30.1.1-jre=annotationProcessor
|
||||
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.inject.extensions:guice-assistedinject:5.0.1=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.inject.extensions:guice-servlet:5.0.1=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.inject.extensions:guice-throwingproviders:5.0.1=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.inject:guice:5.0.1=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.j2objc:j2objc-annotations:1.3=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.ibm.async:asyncutil:0.1.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.squareup:javapoet:1.13.0=annotationProcessor,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testRuntimeClasspath
|
||||
com.sun.activation:jakarta.activation:1.2.2=default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testRuntimeClasspath
|
||||
com.sun.istack:istack-commons-runtime:3.0.11=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
commons-beanutils:commons-beanutils:1.9.4=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
commons-collections:commons-collections:3.2.2=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
commons-lang:commons-lang:2.6=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
de.otto.edison:edison-hal:2.1.0=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
info.picocli:picocli:4.6.3=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.inject.extensions:guice-assistedinject:5.0.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.inject.extensions:guice-servlet:5.0.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.inject.extensions:guice-throwingproviders:5.0.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.inject:guice:5.0.1=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.j2objc:j2objc-annotations:1.3=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.ibm.async:asyncutil:0.1.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.squareup:javapoet:1.13.0=annotationProcessor,runtimeClasspath,runtimePluginElements,scmCoreDependency,testRuntimeClasspath
|
||||
com.sun.activation:jakarta.activation:1.2.2=runtimeClasspath,runtimePluginElements,scmCoreDependency,testRuntimeClasspath
|
||||
com.sun.istack:istack-commons-runtime:3.0.11=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
commons-beanutils:commons-beanutils:1.9.4=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
commons-collections:commons-collections:3.2.2=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
commons-lang:commons-lang:2.6=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
de.otto.edison:edison-hal:2.1.0=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
info.picocli:picocli:4.6.3=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.github.classgraph:classgraph:4.8.65=swaggerDeps
|
||||
io.micrometer:micrometer-core:1.6.4=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.common:smallrye-common-annotation:1.6.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.common:smallrye-common-classloader:1.6.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.common:smallrye-common-constraint:1.6.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.common:smallrye-common-expression:1.6.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.common:smallrye-common-function:1.6.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.config:smallrye-config-common:2.3.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.config:smallrye-config-core:2.3.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.config:smallrye-config:2.3.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.swagger.core.v3:swagger-annotations:2.1.1=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.micrometer:micrometer-core:1.6.4=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.common:smallrye-common-annotation:1.6.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.common:smallrye-common-classloader:1.6.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.common:smallrye-common-constraint:1.6.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.common:smallrye-common-expression:1.6.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.common:smallrye-common-function:1.6.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.config:smallrye-config-common:2.3.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.config:smallrye-config-core:2.3.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.config:smallrye-config:2.3.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.swagger.core.v3:swagger-annotations:2.1.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.swagger.core.v3:swagger-annotations:2.1.6=swaggerDeps
|
||||
io.swagger.core.v3:swagger-core:2.1.6=swaggerDeps
|
||||
io.swagger.core.v3:swagger-integration:2.1.6=swaggerDeps
|
||||
io.swagger.core.v3:swagger-jaxrs2:2.1.6=swaggerDeps
|
||||
io.swagger.core.v3:swagger-models:2.1.6=swaggerDeps
|
||||
jakarta.activation:jakarta.activation-api:1.2.1=swaggerDeps
|
||||
jakarta.activation:jakarta.activation-api:1.2.2=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
jakarta.validation:jakarta.validation-api:2.0.2=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,swaggerDeps,testCompileClasspath,testRuntimeClasspath
|
||||
jakarta.activation:jakarta.activation-api:1.2.2=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
jakarta.validation:jakarta.validation-api:2.0.2=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,swaggerDeps,testCompileClasspath,testRuntimeClasspath
|
||||
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=swaggerDeps
|
||||
jakarta.xml.bind:jakarta.xml.bind-api:2.3.3=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
javax.el:javax.el-api:3.0.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
javax.inject:javax.inject:1=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
javax.servlet:javax.servlet-api:3.1.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,swaggerDeps,testCompileClasspath,testRuntimeClasspath
|
||||
jakarta.xml.bind:jakarta.xml.bind-api:2.3.3=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
javax.el:javax.el-api:3.0.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
javax.inject:javax.inject:1=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
javax.servlet:javax.servlet-api:3.1.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,swaggerDeps,testCompileClasspath,testRuntimeClasspath
|
||||
javax.ws.rs:javax.ws.rs-api:2.1=swaggerDeps
|
||||
javax.ws.rs:javax.ws.rs-api:2.1.1=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
joda-time:joda-time:2.10=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
junit:junit:4.13.1=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
net.bytebuddy:byte-buddy-agent:1.10.18=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
net.bytebuddy:byte-buddy:1.10.18=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.commons:commons-compress:1.20=default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testRuntimeClasspath
|
||||
javax.ws.rs:javax.ws.rs-api:2.1.1=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
joda-time:joda-time:2.10=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
junit:junit:4.13.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
net.bytebuddy:byte-buddy-agent:1.10.18=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
net.bytebuddy:byte-buddy:1.10.18=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.commons:commons-compress:1.20=runtimeClasspath,runtimePluginElements,scmCoreDependency,testRuntimeClasspath
|
||||
org.apache.commons:commons-lang3:3.7=swaggerDeps
|
||||
org.apache.shiro:shiro-cache:1.8.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-config-core:1.8.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-config-ogdl:1.8.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-core:1.8.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-crypto-cipher:1.8.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-crypto-core:1.8.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-crypto-hash:1.8.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-event:1.8.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-lang:1.8.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apiguardian:apiguardian-api:1.1.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.assertj:assertj-core:3.18.1=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.checkerframework:checker-qual:3.5.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-cache:1.8.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-config-core:1.8.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-config-ogdl:1.8.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-core:1.8.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-crypto-cipher:1.8.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-crypto-core:1.8.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-crypto-hash:1.8.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-event:1.8.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-lang:1.8.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apiguardian:apiguardian-api:1.1.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.assertj:assertj-core:3.18.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.checkerframework:checker-qual:3.5.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.checkerframework:checker-qual:3.8.0=annotationProcessor
|
||||
org.eclipse.microprofile.config:microprofile-config-api:2.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.glassfish.jaxb:jaxb-runtime:2.3.3=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.glassfish.jaxb:txw2:2.3.3=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.glassfish:javax.el:3.0.1-b11=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.hamcrest:hamcrest-core:2.1=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.hamcrest:hamcrest-library:2.1=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.hamcrest:hamcrest:2.1=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.hdrhistogram:HdrHistogram:2.1.12=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.hibernate.validator:hibernate-validator:6.1.6.Final=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.eclipse.microprofile.config:microprofile-config-api:2.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.glassfish.jaxb:jaxb-runtime:2.3.3=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.glassfish.jaxb:txw2:2.3.3=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.glassfish:javax.el:3.0.1-b11=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.hamcrest:hamcrest-core:2.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.hamcrest:hamcrest-library:2.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.hamcrest:hamcrest:2.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.hdrhistogram:HdrHistogram:2.1.12=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.hibernate.validator:hibernate-validator:6.1.6.Final=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.javassist:javassist:3.22.0-GA=swaggerDeps
|
||||
org.jboss.logging:jboss-logging:3.4.2.Final=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.resteasy:resteasy-core-spi:4.7.5.Final=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.resteasy:resteasy-core:4.7.5.Final=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.logging:jboss-logging:3.4.2.Final=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.resteasy:resteasy-core-spi:4.7.5.Final=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.resteasy:resteasy-core:4.7.5.Final=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.resteasy:resteasy-jackson2-provider:4.5.3.Final=testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.resteasy:resteasy-jaxb-provider:4.5.3.Final=testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.resteasy:resteasy-validator-provider:4.7.5.Final=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.spec.javax.annotation:jboss-annotations-api_1.3_spec:2.0.1.Final=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.spec.javax.ws.rs:jboss-jaxrs-api_2.1_spec:2.0.1.Final=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.spec.javax.xml.bind:jboss-jaxb-api_2.3_spec:2.0.0.Final=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.jupiter:junit-jupiter-api:5.7.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.jupiter:junit-jupiter-engine:5.7.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.jupiter:junit-jupiter-params:5.7.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.platform:junit-platform-commons:1.7.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.platform:junit-platform-engine:1.7.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.vintage:junit-vintage-engine:5.7.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit:junit-bom:5.7.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.latencyutils:LatencyUtils:2.0.3=default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testRuntimeClasspath
|
||||
org.mapstruct:mapstruct-jdk8:1.3.1.Final=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.resteasy:resteasy-validator-provider:4.7.5.Final=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.spec.javax.annotation:jboss-annotations-api_1.3_spec:2.0.1.Final=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.spec.javax.ws.rs:jboss-jaxrs-api_2.1_spec:2.0.1.Final=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.spec.javax.xml.bind:jboss-jaxb-api_2.3_spec:2.0.0.Final=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.jupiter:junit-jupiter-api:5.7.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.jupiter:junit-jupiter-engine:5.7.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.jupiter:junit-jupiter-params:5.7.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.platform:junit-platform-commons:1.7.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.platform:junit-platform-engine:1.7.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.vintage:junit-vintage-engine:5.7.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit:junit-bom:5.7.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.latencyutils:LatencyUtils:2.0.3=runtimeClasspath,runtimePluginElements,scmCoreDependency,testRuntimeClasspath
|
||||
org.mapstruct:mapstruct-jdk8:1.3.1.Final=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.mapstruct:mapstruct-processor:1.3.1.Final=annotationProcessor
|
||||
org.mapstruct:mapstruct:1.3.1.Final=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.mockito:mockito-core:3.6.28=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.mockito:mockito-junit-jupiter:3.6.28=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.objenesis:objenesis:3.1=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.opentest4j:opentest4j:1.2.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.ow2.asm:asm:9.1=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.projectlombok:lombok:1.18.10=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.mapstruct:mapstruct:1.3.1.Final=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.mockito:mockito-core:3.6.28=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.mockito:mockito-junit-jupiter:3.6.28=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.objenesis:objenesis:3.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.opentest4j:opentest4j:1.2.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.ow2.asm:asm:9.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.projectlombok:lombok:1.18.10=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.projectlombok:lombok:1.18.12=annotationProcessor,testAnnotationProcessor
|
||||
org.reactivestreams:reactive-streams:1.0.3=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.slf4j:jcl-over-slf4j:1.7.30=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.reactivestreams:reactive-streams:1.0.3=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.slf4j:jcl-over-slf4j:1.7.30=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.slf4j:slf4j-api:1.7.25=swaggerDeps
|
||||
org.slf4j:slf4j-api:1.7.30=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.slf4j:slf4j-api:1.7.30=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.yaml:snakeyaml:1.26=swaggerDeps
|
||||
sonia.scm:scm-webapp:2.32.2-SNAPSHOT=scmServer
|
||||
empty=archives,optionalPlugin,plugin
|
||||
empty=optionalPlugin,plugin
|
||||
|
||||
@@ -1,159 +1,159 @@
|
||||
# This is a Gradle generated file for dependency locking.
|
||||
# Manual edits can break the build and are not advised.
|
||||
# This file is expected to be part of source control.
|
||||
aopalliance:aopalliance:1.0=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.cloudogu.conveyor:conveyor:1.0.0=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.cloudogu.jaxrs-tie:jaxrs-tie:1.0.5=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.cloudogu.legman:core:2.0.0=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.damnhandy:handy-uri-templates:2.1.7=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
aopalliance:aopalliance:1.0=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.cloudogu.conveyor:conveyor:1.0.0=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.cloudogu.jaxrs-tie:jaxrs-tie:1.0.5=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.cloudogu.legman:core:2.0.0=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.damnhandy:handy-uri-templates:2.1.7=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.core:jackson-annotations:2.11.1=swaggerDeps
|
||||
com.fasterxml.jackson.core:jackson-annotations:2.11.3=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.core:jackson-annotations:2.13.4=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.core:jackson-core:2.11.1=swaggerDeps
|
||||
com.fasterxml.jackson.core:jackson-core:2.11.3=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.core:jackson-core:2.13.4=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.core:jackson-databind:2.11.1=swaggerDeps
|
||||
com.fasterxml.jackson.core:jackson-databind:2.11.3=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.core:jackson-databind:2.13.4=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.11.1=swaggerDeps
|
||||
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.1=swaggerDeps
|
||||
com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:2.10.1=testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:2.11.1=swaggerDeps
|
||||
com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.10.1=testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:2.13.4=testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.11.1=swaggerDeps
|
||||
com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.10.1=testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.13.4=testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.11.1=swaggerDeps
|
||||
com.fasterxml:classmate:1.5.1=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.13.4=testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml.jackson:jackson-bom:2.13.4=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.fasterxml:classmate:1.5.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.github.fge:btf:1.2=testCompileClasspath,testRuntimeClasspath
|
||||
com.github.fge:jackson-coreutils:1.6=testCompileClasspath,testRuntimeClasspath
|
||||
com.github.fge:json-patch:1.9=testCompileClasspath,testRuntimeClasspath
|
||||
com.github.fge:msg-simple:1.1=testCompileClasspath,testRuntimeClasspath
|
||||
com.github.sdorra:junit-shiro-extension:1.0.1=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.github.sdorra:shiro-unit:1.0.2=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.github.sdorra:ssp-lib:1.3.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.auto:auto-common:0.11=annotationProcessor,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testRuntimeClasspath
|
||||
com.google.code.findbugs:jsr305:3.0.2=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.errorprone:error_prone_annotations:2.3.4=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.github.sdorra:junit-shiro-extension:1.0.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.github.sdorra:shiro-unit:1.0.2=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.github.sdorra:ssp-lib:1.3.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.auto:auto-common:0.11=annotationProcessor,runtimeClasspath,runtimePluginElements,scmCoreDependency,testRuntimeClasspath
|
||||
com.google.code.findbugs:jsr305:3.0.2=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.errorprone:error_prone_annotations:2.3.4=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.errorprone:error_prone_annotations:2.5.1=annotationProcessor
|
||||
com.google.guava:failureaccess:1.0.1=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.guava:guava:30.1-jre=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.guava:failureaccess:1.0.1=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.guava:guava:30.1-jre=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.guava:guava:30.1.1-jre=annotationProcessor
|
||||
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.inject.extensions:guice-assistedinject:5.0.1=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.inject.extensions:guice-servlet:5.0.1=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.inject.extensions:guice-throwingproviders:5.0.1=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.inject:guice:5.0.1=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.j2objc:j2objc-annotations:1.3=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.ibm.async:asyncutil:0.1.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.jcraft:jsch.agentproxy.connector-factory:0.0.7=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
com.jcraft:jsch.agentproxy.core:0.0.7=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
com.jcraft:jsch.agentproxy.pageant:0.0.7=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
com.jcraft:jsch.agentproxy.sshagent:0.0.7=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
com.jcraft:jsch.agentproxy.svnkit-trilead-ssh2:0.0.7=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
com.jcraft:jsch.agentproxy.usocket-jna:0.0.7=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
com.jcraft:jsch.agentproxy.usocket-nc:0.0.7=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
com.squareup:javapoet:1.13.0=annotationProcessor,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testRuntimeClasspath
|
||||
com.sun.activation:jakarta.activation:1.2.2=default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testRuntimeClasspath
|
||||
com.sun.istack:istack-commons-runtime:3.0.11=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.trilead:trilead-ssh2:1.0.0-build222=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
commons-beanutils:commons-beanutils:1.9.4=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
commons-collections:commons-collections:3.2.2=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
commons-lang:commons-lang:2.6=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
de.otto.edison:edison-hal:2.1.0=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
de.regnis.q.sequence:sequence-library:1.0.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
info.picocli:picocli:4.6.3=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.inject.extensions:guice-assistedinject:5.0.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.inject.extensions:guice-servlet:5.0.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.inject.extensions:guice-throwingproviders:5.0.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.inject:guice:5.0.1=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.google.j2objc:j2objc-annotations:1.3=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.ibm.async:asyncutil:0.1.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.jcraft:jsch.agentproxy.connector-factory:0.0.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
com.jcraft:jsch.agentproxy.core:0.0.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
com.jcraft:jsch.agentproxy.pageant:0.0.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
com.jcraft:jsch.agentproxy.sshagent:0.0.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
com.jcraft:jsch.agentproxy.svnkit-trilead-ssh2:0.0.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
com.jcraft:jsch.agentproxy.usocket-jna:0.0.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
com.jcraft:jsch.agentproxy.usocket-nc:0.0.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
com.squareup:javapoet:1.13.0=annotationProcessor,runtimeClasspath,runtimePluginElements,scmCoreDependency,testRuntimeClasspath
|
||||
com.sun.activation:jakarta.activation:1.2.2=runtimeClasspath,runtimePluginElements,scmCoreDependency,testRuntimeClasspath
|
||||
com.sun.istack:istack-commons-runtime:3.0.11=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
com.trilead:trilead-ssh2:1.0.0-build222=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
commons-beanutils:commons-beanutils:1.9.4=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
commons-collections:commons-collections:3.2.2=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
commons-lang:commons-lang:2.6=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
de.otto.edison:edison-hal:2.1.0=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
de.regnis.q.sequence:sequence-library:1.0.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
info.picocli:picocli:4.6.3=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.github.classgraph:classgraph:4.8.65=swaggerDeps
|
||||
io.micrometer:micrometer-core:1.6.4=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.common:smallrye-common-annotation:1.6.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.common:smallrye-common-classloader:1.6.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.common:smallrye-common-constraint:1.6.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.common:smallrye-common-expression:1.6.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.common:smallrye-common-function:1.6.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.config:smallrye-config-common:2.3.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.config:smallrye-config-core:2.3.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.config:smallrye-config:2.3.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.swagger.core.v3:swagger-annotations:2.1.1=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.micrometer:micrometer-core:1.6.4=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.common:smallrye-common-annotation:1.6.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.common:smallrye-common-classloader:1.6.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.common:smallrye-common-constraint:1.6.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.common:smallrye-common-expression:1.6.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.common:smallrye-common-function:1.6.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.config:smallrye-config-common:2.3.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.config:smallrye-config-core:2.3.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.smallrye.config:smallrye-config:2.3.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.swagger.core.v3:swagger-annotations:2.1.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
io.swagger.core.v3:swagger-annotations:2.1.6=swaggerDeps
|
||||
io.swagger.core.v3:swagger-core:2.1.6=swaggerDeps
|
||||
io.swagger.core.v3:swagger-integration:2.1.6=swaggerDeps
|
||||
io.swagger.core.v3:swagger-jaxrs2:2.1.6=swaggerDeps
|
||||
io.swagger.core.v3:swagger-models:2.1.6=swaggerDeps
|
||||
jakarta.activation:jakarta.activation-api:1.2.1=swaggerDeps
|
||||
jakarta.activation:jakarta.activation-api:1.2.2=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
jakarta.validation:jakarta.validation-api:2.0.2=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,swaggerDeps,testCompileClasspath,testRuntimeClasspath
|
||||
jakarta.activation:jakarta.activation-api:1.2.2=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
jakarta.validation:jakarta.validation-api:2.0.2=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,swaggerDeps,testCompileClasspath,testRuntimeClasspath
|
||||
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=swaggerDeps
|
||||
jakarta.xml.bind:jakarta.xml.bind-api:2.3.3=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
javax.el:javax.el-api:3.0.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
javax.inject:javax.inject:1=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
javax.servlet:javax.servlet-api:3.1.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,swaggerDeps,testCompileClasspath,testRuntimeClasspath
|
||||
javax.servlet:servlet-api:2.5=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
jakarta.xml.bind:jakarta.xml.bind-api:2.3.3=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
javax.el:javax.el-api:3.0.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
javax.inject:javax.inject:1=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
javax.servlet:javax.servlet-api:3.1.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,swaggerDeps,testCompileClasspath,testRuntimeClasspath
|
||||
javax.servlet:servlet-api:2.5=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
javax.ws.rs:javax.ws.rs-api:2.1=swaggerDeps
|
||||
javax.ws.rs:javax.ws.rs-api:2.1.1=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
joda-time:joda-time:2.10=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
junit:junit:4.13.1=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
net.bytebuddy:byte-buddy-agent:1.10.18=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
net.bytebuddy:byte-buddy:1.10.18=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
net.java.dev.jna:jna-platform:5.6.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
net.java.dev.jna:jna:5.6.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
net.java.dev.jna:platform:3.4.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
org.antlr:antlr-runtime:3.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.commons:commons-compress:1.20=default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testRuntimeClasspath
|
||||
javax.ws.rs:javax.ws.rs-api:2.1.1=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
joda-time:joda-time:2.10=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
junit:junit:4.13.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
net.bytebuddy:byte-buddy-agent:1.10.18=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
net.bytebuddy:byte-buddy:1.10.18=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
net.java.dev.jna:jna-platform:5.6.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
net.java.dev.jna:jna:5.6.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
net.java.dev.jna:platform:3.4.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
org.antlr:antlr-runtime:3.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.commons:commons-compress:1.20=runtimeClasspath,runtimePluginElements,scmCoreDependency,testRuntimeClasspath
|
||||
org.apache.commons:commons-lang3:3.7=swaggerDeps
|
||||
org.apache.shiro:shiro-cache:1.8.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-config-core:1.8.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-config-ogdl:1.8.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-core:1.8.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-crypto-cipher:1.8.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-crypto-core:1.8.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-crypto-hash:1.8.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-event:1.8.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-lang:1.8.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apiguardian:apiguardian-api:1.1.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.assertj:assertj-core:3.18.1=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.checkerframework:checker-qual:3.5.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-cache:1.8.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-config-core:1.8.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-config-ogdl:1.8.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-core:1.8.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-crypto-cipher:1.8.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-crypto-core:1.8.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-crypto-hash:1.8.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-event:1.8.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apache.shiro:shiro-lang:1.8.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.apiguardian:apiguardian-api:1.1.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.assertj:assertj-core:3.18.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.checkerframework:checker-qual:3.5.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.checkerframework:checker-qual:3.8.0=annotationProcessor
|
||||
org.eclipse.microprofile.config:microprofile-config-api:2.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.glassfish.jaxb:jaxb-runtime:2.3.3=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.glassfish.jaxb:txw2:2.3.3=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.glassfish:javax.el:3.0.1-b11=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.hamcrest:hamcrest-core:2.1=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.hamcrest:hamcrest-library:2.1=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.hamcrest:hamcrest:2.1=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.hdrhistogram:HdrHistogram:2.1.12=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.hibernate.validator:hibernate-validator:6.1.6.Final=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.eclipse.microprofile.config:microprofile-config-api:2.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.glassfish.jaxb:jaxb-runtime:2.3.3=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.glassfish.jaxb:txw2:2.3.3=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.glassfish:javax.el:3.0.1-b11=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.hamcrest:hamcrest-core:2.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.hamcrest:hamcrest-library:2.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.hamcrest:hamcrest:2.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.hdrhistogram:HdrHistogram:2.1.12=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.hibernate.validator:hibernate-validator:6.1.6.Final=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.javassist:javassist:3.22.0-GA=swaggerDeps
|
||||
org.jboss.logging:jboss-logging:3.4.2.Final=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.resteasy:resteasy-core-spi:4.7.5.Final=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.resteasy:resteasy-core:4.7.5.Final=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.logging:jboss-logging:3.4.2.Final=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.resteasy:resteasy-core-spi:4.7.5.Final=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.resteasy:resteasy-core:4.7.5.Final=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.resteasy:resteasy-jackson2-provider:4.5.3.Final=testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.resteasy:resteasy-jaxb-provider:4.5.3.Final=testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.resteasy:resteasy-validator-provider:4.7.5.Final=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.spec.javax.annotation:jboss-annotations-api_1.3_spec:2.0.1.Final=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.spec.javax.ws.rs:jboss-jaxrs-api_2.1_spec:2.0.1.Final=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.spec.javax.xml.bind:jboss-jaxb-api_2.3_spec:2.0.0.Final=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.jupiter:junit-jupiter-api:5.7.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.jupiter:junit-jupiter-engine:5.7.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.jupiter:junit-jupiter-params:5.7.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.platform:junit-platform-commons:1.7.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.platform:junit-platform-engine:1.7.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.vintage:junit-vintage-engine:5.7.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit:junit-bom:5.7.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.latencyutils:LatencyUtils:2.0.3=default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testRuntimeClasspath
|
||||
org.lz4:lz4-java:1.4.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
org.mapstruct:mapstruct-jdk8:1.3.1.Final=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.resteasy:resteasy-validator-provider:4.7.5.Final=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.spec.javax.annotation:jboss-annotations-api_1.3_spec:2.0.1.Final=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.spec.javax.ws.rs:jboss-jaxrs-api_2.1_spec:2.0.1.Final=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.jboss.spec.javax.xml.bind:jboss-jaxb-api_2.3_spec:2.0.0.Final=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.jupiter:junit-jupiter-api:5.7.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.jupiter:junit-jupiter-engine:5.7.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.jupiter:junit-jupiter-params:5.7.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.platform:junit-platform-commons:1.7.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.platform:junit-platform-engine:1.7.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit.vintage:junit-vintage-engine:5.7.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.junit:junit-bom:5.7.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.latencyutils:LatencyUtils:2.0.3=runtimeClasspath,runtimePluginElements,scmCoreDependency,testRuntimeClasspath
|
||||
org.lz4:lz4-java:1.4.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
org.mapstruct:mapstruct-jdk8:1.3.1.Final=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.mapstruct:mapstruct-processor:1.3.1.Final=annotationProcessor
|
||||
org.mapstruct:mapstruct:1.3.1.Final=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.mockito:mockito-core:3.6.28=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.mockito:mockito-junit-jupiter:3.6.28=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.objenesis:objenesis:3.1=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.opentest4j:opentest4j:1.2.0=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.ow2.asm:asm:9.1=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.projectlombok:lombok:1.18.10=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.mapstruct:mapstruct:1.3.1.Final=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.mockito:mockito-core:3.6.28=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.mockito:mockito-junit-jupiter:3.6.28=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.objenesis:objenesis:3.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.opentest4j:opentest4j:1.2.0=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.ow2.asm:asm:9.1=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.projectlombok:lombok:1.18.10=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.projectlombok:lombok:1.18.12=annotationProcessor,testAnnotationProcessor
|
||||
org.reactivestreams:reactive-streams:1.0.3=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.slf4j:jcl-over-slf4j:1.7.30=compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.reactivestreams:reactive-streams:1.0.3=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.slf4j:jcl-over-slf4j:1.7.30=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.slf4j:slf4j-api:1.7.25=swaggerDeps
|
||||
org.slf4j:slf4j-api:1.7.30=annotationProcessor,compileClasspath,default,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.tmatesoft.sqljet:sqljet:1.1.14=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
org.slf4j:slf4j-api:1.7.30=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
|
||||
org.tmatesoft.sqljet:sqljet:1.1.14=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
org.yaml:snakeyaml:1.26=swaggerDeps
|
||||
sonia.scm:scm-webapp:2.32.2-SNAPSHOT=scmServer
|
||||
sonia.svnkit:svnkit-dav:1.10.3-scm2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
sonia.svnkit:svnkit:1.10.3-scm2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
empty=archives,optionalPlugin,plugin
|
||||
sonia.svnkit:svnkit-dav:1.10.3-scm2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
sonia.svnkit:svnkit:1.10.3-scm2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
empty=optionalPlugin,plugin
|
||||
|
||||
@@ -4,9 +4,13 @@
|
||||
aopalliance:aopalliance:1.0=compileClasspath,compileClasspathCopy,default,defaultCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.cloudogu.legman:core:2.0.0=compileClasspath,compileClasspathCopy,default,defaultCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.damnhandy:handy-uri-templates:2.1.7=compileClasspath,compileClasspathCopy,default,defaultCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml.jackson.core:jackson-annotations:2.11.3=compileClasspath,compileClasspathCopy,default,defaultCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml.jackson.core:jackson-core:2.11.3=compileClasspath,compileClasspathCopy,default,defaultCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml.jackson.core:jackson-databind:2.11.3=compileClasspath,compileClasspathCopy,default,defaultCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml.jackson.core:jackson-annotations:2.11.3=default,runtimeClasspath
|
||||
com.fasterxml.jackson.core:jackson-annotations:2.13.4=compileClasspath,compileClasspathCopy,defaultCopy,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml.jackson.core:jackson-core:2.11.3=default,runtimeClasspath
|
||||
com.fasterxml.jackson.core:jackson-core:2.13.4=compileClasspath,compileClasspathCopy,defaultCopy,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml.jackson.core:jackson-databind:2.11.3=default,runtimeClasspath
|
||||
com.fasterxml.jackson.core:jackson-databind:2.13.4=compileClasspath,compileClasspathCopy,defaultCopy,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml.jackson:jackson-bom:2.13.4=compileClasspath,compileClasspathCopy,defaultCopy,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml:classmate:1.5.1=compileClasspath,compileClasspathCopy,default,defaultCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.github.sdorra:junit-shiro-extension:1.0.1=compileClasspath,compileClasspathCopy,default,defaultCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.github.sdorra:shiro-unit:1.0.2=compileClasspath,compileClasspathCopy,default,defaultCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
|
||||
@@ -13,32 +13,32 @@ com.cronutils:cron-utils:9.1.8=compileClasspath,compileClasspathCopy,defaultCopy
|
||||
com.damnhandy:handy-uri-templates:2.1.7=compileClasspath,compileClasspathCopy,default,defaultCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml.jackson.core:jackson-annotations:2.12.1=swaggerDeps,swaggerDepsCopy
|
||||
com.fasterxml.jackson.core:jackson-annotations:2.12.3=default
|
||||
com.fasterxml.jackson.core:jackson-annotations:2.12.6=compileClasspath,compileClasspathCopy,defaultCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml.jackson.core:jackson-annotations:2.13.4=compileClasspath,compileClasspathCopy,defaultCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml.jackson.core:jackson-core:2.12.1=swaggerDeps,swaggerDepsCopy
|
||||
com.fasterxml.jackson.core:jackson-core:2.12.3=default
|
||||
com.fasterxml.jackson.core:jackson-core:2.12.6=compileClasspath,compileClasspathCopy,defaultCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml.jackson.core:jackson-core:2.13.4=compileClasspath,compileClasspathCopy,defaultCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml.jackson.core:jackson-databind:2.12.1=swaggerDeps,swaggerDepsCopy
|
||||
com.fasterxml.jackson.core:jackson-databind:2.12.3=default
|
||||
com.fasterxml.jackson.core:jackson-databind:2.12.6.1=compileClasspath,compileClasspathCopy,defaultCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml.jackson.core:jackson-databind:2.13.4=compileClasspath,compileClasspathCopy,defaultCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.12.1=swaggerDeps,swaggerDepsCopy
|
||||
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.12.6=compileClasspath,compileClasspathCopy
|
||||
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.4=compileClasspath,compileClasspathCopy
|
||||
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.12.3=default
|
||||
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.12.6=compileClasspath,compileClasspathCopy,defaultCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.13.4=compileClasspath,compileClasspathCopy,defaultCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.12.1=swaggerDeps,swaggerDepsCopy
|
||||
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.12.3=default
|
||||
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.12.6=compileClasspath,compileClasspathCopy,defaultCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.4=compileClasspath,compileClasspathCopy,defaultCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:2.12.1=swaggerDeps,swaggerDepsCopy
|
||||
com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:2.12.3=default
|
||||
com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:2.12.6=compileClasspath,compileClasspathCopy,defaultCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:2.13.4=compileClasspath,compileClasspathCopy,defaultCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.12.1=swaggerDeps,swaggerDepsCopy
|
||||
com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.12.3=default
|
||||
com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.12.6=compileClasspath,compileClasspathCopy,defaultCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.13.4=compileClasspath,compileClasspathCopy,defaultCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.12.1=swaggerDeps,swaggerDepsCopy
|
||||
com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.12.3=default
|
||||
com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.12.6=compileClasspath,compileClasspathCopy,defaultCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.13.4=compileClasspath,compileClasspathCopy,defaultCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml.jackson:jackson-bom:2.12.1=swaggerDeps,swaggerDepsCopy
|
||||
com.fasterxml.jackson:jackson-bom:2.12.3=default
|
||||
com.fasterxml.jackson:jackson-bom:2.12.6=compileClasspath,compileClasspathCopy,defaultCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml.jackson:jackson-bom:2.13.4=compileClasspath,compileClasspathCopy,defaultCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.fasterxml:classmate:1.5.1=compileClasspath,compileClasspathCopy,default,defaultCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.github.java-json-tools:btf:1.3=compileClasspath,compileClasspathCopy,default,defaultCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
com.github.java-json-tools:jackson-coreutils:2.0=compileClasspath,compileClasspathCopy,default,defaultCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
@@ -210,5 +210,6 @@ org.slf4j:jcl-over-slf4j:1.7.30=compileClasspath,compileClasspathCopy,default,de
|
||||
org.slf4j:slf4j-api:1.7.25=swaggerDeps,swaggerDepsCopy
|
||||
org.slf4j:slf4j-api:1.7.30=annotationProcessor,annotationProcessorCopy
|
||||
org.slf4j:slf4j-api:1.7.32=compileClasspath,compileClasspathCopy,default,defaultCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
org.yaml:snakeyaml:1.27=compileClasspath,compileClasspathCopy,swaggerDeps,swaggerDepsCopy
|
||||
org.yaml:snakeyaml:1.27=swaggerDeps,swaggerDepsCopy
|
||||
org.yaml:snakeyaml:1.31=compileClasspath,compileClasspathCopy
|
||||
empty=archives,archivesCopy,assets,assetsCopy,corePlugin,corePluginCopy
|
||||
|
||||
Reference in New Issue
Block a user