From 25a7482c8c5fb0ee6a08878020ea46d4f90383dc Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Fri, 30 Oct 2020 17:52:03 -0500 Subject: [PATCH] Lock dependencies for 5.5.0-M1 --- .../annotationProcessor.lockfile | 7 + acl/gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ acl/gradle/dependency-locks/compile.lockfile | 15 ++ .../compileClasspath.lockfile | 15 ++ .../dependency-locks/compileOnly.lockfile | 7 + acl/gradle/dependency-locks/default.lockfile | 15 ++ .../dependency-locks/jacocoAgent.lockfile | 8 + .../dependency-locks/jacocoAnt.lockfile | 15 ++ acl/gradle/dependency-locks/merging.lockfile | 7 + acl/gradle/dependency-locks/optional.lockfile | 9 + acl/gradle/dependency-locks/provided.lockfile | 7 + acl/gradle/dependency-locks/runtime.lockfile | 15 ++ .../runtimeClasspath.lockfile | 15 ++ .../dependency-locks/runtimeMerge.lockfile | 7 + .../dependency-locks/signatures.lockfile | 7 + .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 24 ++ .../testCompileClasspath.lockfile | 24 ++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 25 ++ .../testRuntimeClasspath.lockfile | 25 ++ acl/gradle/dependency-locks/tests.lockfile | 25 ++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../gradle/dependency-locks/aspect.lockfile | 7 + .../gradle/dependency-locks/aspectj.lockfile | 8 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 14 ++ .../compileClasspath.lockfile | 14 ++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 14 ++ .../gradle/dependency-locks/inpath.lockfile | 7 + .../dependency-locks/jacocoAgent.lockfile | 8 + .../dependency-locks/jacocoAnt.lockfile | 15 ++ .../gradle/dependency-locks/merging.lockfile | 7 + .../gradle/dependency-locks/optional.lockfile | 7 + .../gradle/dependency-locks/provided.lockfile | 7 + .../gradle/dependency-locks/runtime.lockfile | 14 ++ .../runtimeClasspath.lockfile | 14 ++ .../dependency-locks/runtimeMerge.lockfile | 7 + .../dependency-locks/signatures.lockfile | 7 + .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testAspect.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 22 ++ .../testCompileClasspath.lockfile | 22 ++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testInpath.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 22 ++ .../testRuntimeClasspath.lockfile | 22 ++ .../gradle/dependency-locks/tests.lockfile | 22 ++ .../annotationProcessor.lockfile | 7 + cas/gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ cas/gradle/dependency-locks/compile.lockfile | 23 ++ .../compileClasspath.lockfile | 23 ++ .../dependency-locks/compileOnly.lockfile | 7 + cas/gradle/dependency-locks/default.lockfile | 23 ++ .../dependency-locks/jacocoAgent.lockfile | 8 + .../dependency-locks/jacocoAnt.lockfile | 15 ++ cas/gradle/dependency-locks/merging.lockfile | 7 + cas/gradle/dependency-locks/optional.lockfile | 13 + cas/gradle/dependency-locks/provided.lockfile | 8 + cas/gradle/dependency-locks/runtime.lockfile | 23 ++ .../runtimeClasspath.lockfile | 23 ++ .../dependency-locks/runtimeMerge.lockfile | 7 + .../dependency-locks/signatures.lockfile | 7 + .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 33 +++ .../testCompileClasspath.lockfile | 33 +++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 33 +++ .../testRuntimeClasspath.lockfile | 33 +++ cas/gradle/dependency-locks/tests.lockfile | 33 +++ .../annotationProcessor.lockfile | 7 + .../apiDependenciesMetadata.lockfile | 18 ++ .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 13 + .../compileClasspath.lockfile | 18 ++ .../dependency-locks/compileOnly.lockfile | 7 + .../compileOnlyDependenciesMetadata.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 18 ++ ...mplementationDependenciesMetadata.lockfile | 18 ++ ...ntegrationTestAnnotationProcessor.lockfile | 7 + ...rationTestApiDependenciesMetadata.lockfile | 228 +++++++++++++++++ .../integrationTestCompile.lockfile | 234 ++++++++++++++++++ .../integrationTestCompileClasspath.lockfile | 228 +++++++++++++++++ .../integrationTestCompileOnly.lockfile | 7 + ...stCompileOnlyDependenciesMetadata.lockfile | 7 + ...mplementationDependenciesMetadata.lockfile | 228 +++++++++++++++++ .../integrationTestKotlinScriptDef.lockfile | 7 + ...tionTestKotlinScriptDefExtensions.lockfile | 7 + .../integrationTestRuntime.lockfile | 234 ++++++++++++++++++ .../integrationTestRuntimeClasspath.lockfile | 234 ++++++++++++++++++ ...stRuntimeOnlyDependenciesMetadata.lockfile | 7 + .../dependency-locks/jacocoAgent.lockfile | 8 + .../dependency-locks/jacocoAnt.lockfile | 15 ++ .../kotlinCompilerClasspath.lockfile | 15 ++ .../kotlinCompilerPluginClasspath.lockfile | 16 ++ .../kotlinKlibCommonizerClasspath.lockfile | 16 ++ ...tlinNativeCompilerPluginClasspath.lockfile | 7 + .../dependency-locks/kotlinScriptDef.lockfile | 7 + .../kotlinScriptDefExtensions.lockfile | 7 + .../gradle/dependency-locks/merging.lockfile | 7 + .../gradle/dependency-locks/optional.lockfile | 80 ++++++ .../gradle/dependency-locks/provided.lockfile | 8 + .../gradle/dependency-locks/runtime.lockfile | 13 + .../runtimeClasspath.lockfile | 18 ++ .../dependency-locks/runtimeMerge.lockfile | 7 + .../runtimeOnlyDependenciesMetadata.lockfile | 7 + .../dependency-locks/signatures.lockfile | 7 + .../testAnnotationProcessor.lockfile | 7 + .../testApiDependenciesMetadata.lockfile | 212 ++++++++++++++++ .../dependency-locks/testCompile.lockfile | 218 ++++++++++++++++ .../testCompileClasspath.lockfile | 217 ++++++++++++++++ .../dependency-locks/testCompileOnly.lockfile | 7 + ...stCompileOnlyDependenciesMetadata.lockfile | 7 + ...mplementationDependenciesMetadata.lockfile | 217 ++++++++++++++++ .../testKotlinScriptDef.lockfile | 7 + .../testKotlinScriptDefExtensions.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 218 ++++++++++++++++ .../testRuntimeClasspath.lockfile | 223 +++++++++++++++++ ...stRuntimeOnlyDependenciesMetadata.lockfile | 7 + config/gradle/dependency-locks/tests.lockfile | 218 ++++++++++++++++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ core/gradle/dependency-locks/compile.lockfile | 13 + .../compileClasspath.lockfile | 13 + .../dependency-locks/compileOnly.lockfile | 7 + core/gradle/dependency-locks/default.lockfile | 13 + .../gradle/dependency-locks/included.lockfile | 7 + .../dependency-locks/jacocoAgent.lockfile | 8 + .../dependency-locks/jacocoAnt.lockfile | 15 ++ core/gradle/dependency-locks/merging.lockfile | 7 + .../gradle/dependency-locks/optional.lockfile | 22 ++ .../gradle/dependency-locks/provided.lockfile | 7 + core/gradle/dependency-locks/runtime.lockfile | 13 + .../runtimeClasspath.lockfile | 13 + .../dependency-locks/runtimeMerge.lockfile | 7 + .../dependency-locks/signatures.lockfile | 7 + .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 36 +++ .../testCompileClasspath.lockfile | 36 +++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 37 +++ .../testRuntimeClasspath.lockfile | 37 +++ core/gradle/dependency-locks/tests.lockfile | 37 +++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 7 + .../compileClasspath.lockfile | 7 + .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 7 + .../dependency-locks/jacocoAgent.lockfile | 8 + .../dependency-locks/jacocoAnt.lockfile | 15 ++ .../gradle/dependency-locks/merging.lockfile | 7 + .../gradle/dependency-locks/optional.lockfile | 10 + .../gradle/dependency-locks/provided.lockfile | 7 + .../gradle/dependency-locks/runtime.lockfile | 7 + .../runtimeClasspath.lockfile | 7 + .../dependency-locks/runtimeMerge.lockfile | 7 + .../dependency-locks/signatures.lockfile | 7 + .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 17 ++ .../testCompileClasspath.lockfile | 17 ++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 17 ++ .../testRuntimeClasspath.lockfile | 17 ++ crypto/gradle/dependency-locks/tests.lockfile | 17 ++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ data/gradle/dependency-locks/compile.lockfile | 17 ++ .../compileClasspath.lockfile | 17 ++ .../dependency-locks/compileOnly.lockfile | 7 + data/gradle/dependency-locks/default.lockfile | 17 ++ .../dependency-locks/jacocoAgent.lockfile | 8 + .../dependency-locks/jacocoAnt.lockfile | 15 ++ data/gradle/dependency-locks/merging.lockfile | 7 + .../gradle/dependency-locks/optional.lockfile | 7 + .../gradle/dependency-locks/provided.lockfile | 7 + data/gradle/dependency-locks/runtime.lockfile | 17 ++ .../runtimeClasspath.lockfile | 17 ++ .../dependency-locks/runtimeMerge.lockfile | 7 + .../dependency-locks/signatures.lockfile | 7 + .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 25 ++ .../testCompileClasspath.lockfile | 25 ++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 25 ++ .../testRuntimeClasspath.lockfile | 25 ++ data/gradle/dependency-locks/tests.lockfile | 25 ++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../asciidoctorExtensions.lockfile | 8 + .../dependency-locks/checkstyle.lockfile | 22 ++ .../gradle/dependency-locks/compile.lockfile | 7 + .../compileClasspath.lockfile | 7 + .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 7 + .../documentationResources.lockfile | 8 + .../gradle/dependency-locks/runtime.lockfile | 7 + .../runtimeClasspath.lockfile | 7 + .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 43 ++++ .../testCompileClasspath.lockfile | 43 ++++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 43 ++++ .../testRuntimeClasspath.lockfile | 43 ++++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 15 ++ .../compileClasspath.lockfile | 15 ++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 15 ++ ...ntegrationTestAnnotationProcessor.lockfile | 7 + .../integrationTestCompile.lockfile | 25 ++ .../integrationTestCompileClasspath.lockfile | 25 ++ .../integrationTestCompileOnly.lockfile | 7 + .../integrationTestRuntime.lockfile | 31 +++ .../integrationTestRuntimeClasspath.lockfile | 31 +++ .../gradle/dependency-locks/optional.lockfile | 7 + .../gradle/dependency-locks/provided.lockfile | 7 + .../gradle/dependency-locks/runtime.lockfile | 15 ++ .../runtimeClasspath.lockfile | 15 ++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 25 ++ .../testCompileClasspath.lockfile | 25 ++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 31 +++ .../testRuntimeClasspath.lockfile | 31 +++ .../gradle/dependency-locks/tests.lockfile | 31 +++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 21 ++ .../compileClasspath.lockfile | 21 ++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 53 ++++ ...ntegrationTestAnnotationProcessor.lockfile | 7 + .../integrationTestCompile.lockfile | 29 +++ .../integrationTestCompileClasspath.lockfile | 29 +++ .../integrationTestCompileOnly.lockfile | 7 + .../integrationTestRuntime.lockfile | 61 +++++ .../integrationTestRuntimeClasspath.lockfile | 61 +++++ .../gradle/dependency-locks/optional.lockfile | 7 + .../gradle/dependency-locks/provided.lockfile | 7 + .../gradle/dependency-locks/runtime.lockfile | 53 ++++ .../runtimeClasspath.lockfile | 53 ++++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 29 +++ .../testCompileClasspath.lockfile | 29 +++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 61 +++++ .../testRuntimeClasspath.lockfile | 61 +++++ .../gradle/dependency-locks/tests.lockfile | 61 +++++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 21 ++ .../compileClasspath.lockfile | 21 ++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 53 ++++ ...ntegrationTestAnnotationProcessor.lockfile | 7 + .../integrationTestCompile.lockfile | 29 +++ .../integrationTestCompileClasspath.lockfile | 29 +++ .../integrationTestCompileOnly.lockfile | 7 + .../integrationTestRuntime.lockfile | 61 +++++ .../integrationTestRuntimeClasspath.lockfile | 61 +++++ .../gradle/dependency-locks/optional.lockfile | 7 + .../gradle/dependency-locks/provided.lockfile | 7 + .../gradle/dependency-locks/runtime.lockfile | 53 ++++ .../runtimeClasspath.lockfile | 53 ++++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 29 +++ .../testCompileClasspath.lockfile | 29 +++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 61 +++++ .../testRuntimeClasspath.lockfile | 61 +++++ .../gradle/dependency-locks/tests.lockfile | 61 +++++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 21 ++ .../compileClasspath.lockfile | 21 ++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 21 ++ ...ntegrationTestAnnotationProcessor.lockfile | 7 + .../integrationTestCompile.lockfile | 30 +++ .../integrationTestCompileClasspath.lockfile | 30 +++ .../integrationTestCompileOnly.lockfile | 7 + .../integrationTestRuntime.lockfile | 30 +++ .../integrationTestRuntimeClasspath.lockfile | 30 +++ .../gradle/dependency-locks/optional.lockfile | 7 + .../gradle/dependency-locks/provided.lockfile | 7 + .../gradle/dependency-locks/runtime.lockfile | 21 ++ .../runtimeClasspath.lockfile | 21 ++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 30 +++ .../testCompileClasspath.lockfile | 30 +++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 30 +++ .../testRuntimeClasspath.lockfile | 30 +++ .../gradle/dependency-locks/tests.lockfile | 30 +++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 21 ++ .../compileClasspath.lockfile | 21 ++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 21 ++ ...ntegrationTestAnnotationProcessor.lockfile | 7 + .../integrationTestCompile.lockfile | 29 +++ .../integrationTestCompileClasspath.lockfile | 29 +++ .../integrationTestCompileOnly.lockfile | 7 + .../integrationTestRuntime.lockfile | 29 +++ .../integrationTestRuntimeClasspath.lockfile | 29 +++ .../gradle/dependency-locks/optional.lockfile | 7 + .../gradle/dependency-locks/provided.lockfile | 7 + .../gradle/dependency-locks/runtime.lockfile | 21 ++ .../runtimeClasspath.lockfile | 21 ++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 29 +++ .../testCompileClasspath.lockfile | 29 +++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 29 +++ .../testRuntimeClasspath.lockfile | 29 +++ .../gradle/dependency-locks/tests.lockfile | 29 +++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 21 ++ .../compileClasspath.lockfile | 21 ++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 21 ++ ...ntegrationTestAnnotationProcessor.lockfile | 7 + .../integrationTestCompile.lockfile | 30 +++ .../integrationTestCompileClasspath.lockfile | 30 +++ .../integrationTestCompileOnly.lockfile | 7 + .../integrationTestRuntime.lockfile | 30 +++ .../integrationTestRuntimeClasspath.lockfile | 30 +++ .../gradle/dependency-locks/optional.lockfile | 7 + .../gradle/dependency-locks/provided.lockfile | 7 + .../gradle/dependency-locks/runtime.lockfile | 21 ++ .../runtimeClasspath.lockfile | 21 ++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 30 +++ .../testCompileClasspath.lockfile | 30 +++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 30 +++ .../testRuntimeClasspath.lockfile | 30 +++ .../gradle/dependency-locks/tests.lockfile | 30 +++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 14 ++ .../compileClasspath.lockfile | 14 ++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 14 ++ ...ntegrationTestAnnotationProcessor.lockfile | 7 + .../integrationTestCompile.lockfile | 24 ++ .../integrationTestCompileClasspath.lockfile | 24 ++ .../integrationTestCompileOnly.lockfile | 7 + .../integrationTestRuntime.lockfile | 32 +++ .../integrationTestRuntimeClasspath.lockfile | 32 +++ .../gradle/dependency-locks/optional.lockfile | 7 + .../gradle/dependency-locks/provided.lockfile | 8 + .../gradle/dependency-locks/runtime.lockfile | 14 ++ .../runtimeClasspath.lockfile | 14 ++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 23 ++ .../testCompileClasspath.lockfile | 23 ++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 31 +++ .../testRuntimeClasspath.lockfile | 31 +++ .../gradle/dependency-locks/tests.lockfile | 31 +++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ ldap/gradle/dependency-locks/compile.lockfile | 16 ++ .../compileClasspath.lockfile | 16 ++ .../dependency-locks/compileOnly.lockfile | 7 + ldap/gradle/dependency-locks/default.lockfile | 16 ++ ...ntegrationTestAnnotationProcessor.lockfile | 7 + .../integrationTestCompile.lockfile | 60 +++++ .../integrationTestCompileClasspath.lockfile | 60 +++++ .../integrationTestCompileOnly.lockfile | 7 + .../integrationTestRuntime.lockfile | 60 +++++ .../integrationTestRuntimeClasspath.lockfile | 60 +++++ .../dependency-locks/jacocoAgent.lockfile | 8 + .../dependency-locks/jacocoAnt.lockfile | 15 ++ ldap/gradle/dependency-locks/merging.lockfile | 7 + .../gradle/dependency-locks/optional.lockfile | 42 ++++ .../gradle/dependency-locks/provided.lockfile | 7 + ldap/gradle/dependency-locks/runtime.lockfile | 16 ++ .../runtimeClasspath.lockfile | 16 ++ .../dependency-locks/runtimeMerge.lockfile | 7 + .../dependency-locks/signatures.lockfile | 7 + .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 26 ++ .../testCompileClasspath.lockfile | 26 ++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 26 ++ .../testRuntimeClasspath.lockfile | 26 ++ ldap/gradle/dependency-locks/tests.lockfile | 26 ++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 14 ++ .../compileClasspath.lockfile | 14 ++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 14 ++ .../dependency-locks/jacocoAgent.lockfile | 8 + .../dependency-locks/jacocoAnt.lockfile | 15 ++ .../gradle/dependency-locks/merging.lockfile | 7 + .../gradle/dependency-locks/optional.lockfile | 18 ++ .../gradle/dependency-locks/provided.lockfile | 7 + .../gradle/dependency-locks/runtime.lockfile | 14 ++ .../runtimeClasspath.lockfile | 14 ++ .../dependency-locks/runtimeMerge.lockfile | 7 + .../dependency-locks/signatures.lockfile | 7 + .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 42 ++++ .../testCompileClasspath.lockfile | 42 ++++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 42 ++++ .../testRuntimeClasspath.lockfile | 42 ++++ .../gradle/dependency-locks/tests.lockfile | 42 ++++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 22 ++ .../compileClasspath.lockfile | 22 ++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 22 ++ .../dependency-locks/jacocoAgent.lockfile | 8 + .../dependency-locks/jacocoAnt.lockfile | 15 ++ .../gradle/dependency-locks/merging.lockfile | 7 + .../gradle/dependency-locks/optional.lockfile | 28 +++ .../gradle/dependency-locks/provided.lockfile | 8 + .../gradle/dependency-locks/runtime.lockfile | 22 ++ .../runtimeClasspath.lockfile | 22 ++ .../dependency-locks/runtimeMerge.lockfile | 7 + .../dependency-locks/signatures.lockfile | 7 + .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 84 +++++++ .../testCompileClasspath.lockfile | 78 ++++++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 85 +++++++ .../testRuntimeClasspath.lockfile | 85 +++++++ .../gradle/dependency-locks/tests.lockfile | 85 +++++++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 14 ++ .../compileClasspath.lockfile | 14 ++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 14 ++ .../dependency-locks/jacocoAgent.lockfile | 8 + .../dependency-locks/jacocoAnt.lockfile | 15 ++ .../gradle/dependency-locks/merging.lockfile | 7 + .../gradle/dependency-locks/optional.lockfile | 26 ++ .../gradle/dependency-locks/provided.lockfile | 7 + .../gradle/dependency-locks/runtime.lockfile | 14 ++ .../runtimeClasspath.lockfile | 14 ++ .../dependency-locks/runtimeMerge.lockfile | 7 + .../dependency-locks/signatures.lockfile | 7 + .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 29 +++ .../testCompileClasspath.lockfile | 29 +++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 29 +++ .../testRuntimeClasspath.lockfile | 29 +++ .../gradle/dependency-locks/tests.lockfile | 29 +++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 16 ++ .../compileClasspath.lockfile | 16 ++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 16 ++ .../dependency-locks/jacocoAgent.lockfile | 8 + .../dependency-locks/jacocoAnt.lockfile | 15 ++ .../gradle/dependency-locks/merging.lockfile | 7 + .../gradle/dependency-locks/optional.lockfile | 14 ++ .../gradle/dependency-locks/provided.lockfile | 7 + .../gradle/dependency-locks/runtime.lockfile | 16 ++ .../runtimeClasspath.lockfile | 16 ++ .../dependency-locks/runtimeMerge.lockfile | 7 + .../dependency-locks/signatures.lockfile | 7 + .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 63 +++++ .../testCompileClasspath.lockfile | 57 +++++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 63 +++++ .../testRuntimeClasspath.lockfile | 63 +++++ .../gradle/dependency-locks/tests.lockfile | 63 +++++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 14 ++ .../compileClasspath.lockfile | 14 ++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 14 ++ .../dependency-locks/jacocoAgent.lockfile | 8 + .../dependency-locks/jacocoAnt.lockfile | 15 ++ .../gradle/dependency-locks/merging.lockfile | 7 + .../gradle/dependency-locks/optional.lockfile | 25 ++ .../gradle/dependency-locks/provided.lockfile | 8 + .../gradle/dependency-locks/runtime.lockfile | 14 ++ .../runtimeClasspath.lockfile | 14 ++ .../dependency-locks/runtimeMerge.lockfile | 7 + .../dependency-locks/signatures.lockfile | 7 + .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 64 +++++ .../testCompileClasspath.lockfile | 58 +++++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 64 +++++ .../testRuntimeClasspath.lockfile | 64 +++++ .../gradle/dependency-locks/tests.lockfile | 64 +++++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 21 ++ .../compileClasspath.lockfile | 21 ++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 27 ++ .../dependency-locks/jacocoAgent.lockfile | 8 + .../dependency-locks/jacocoAnt.lockfile | 15 ++ .../gradle/dependency-locks/merging.lockfile | 7 + .../gradle/dependency-locks/optional.lockfile | 7 + .../gradle/dependency-locks/provided.lockfile | 8 + .../gradle/dependency-locks/runtime.lockfile | 27 ++ .../runtimeClasspath.lockfile | 27 ++ .../dependency-locks/runtimeMerge.lockfile | 7 + .../dependency-locks/signatures.lockfile | 7 + .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 29 +++ .../testCompileClasspath.lockfile | 29 +++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 35 +++ .../testRuntimeClasspath.lockfile | 35 +++ openid/gradle/dependency-locks/tests.lockfile | 35 +++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 14 ++ .../compileClasspath.lockfile | 14 ++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 14 ++ .../dependency-locks/jacocoAgent.lockfile | 8 + .../dependency-locks/jacocoAnt.lockfile | 15 ++ .../gradle/dependency-locks/merging.lockfile | 7 + .../gradle/dependency-locks/optional.lockfile | 7 + .../gradle/dependency-locks/provided.lockfile | 7 + .../gradle/dependency-locks/runtime.lockfile | 14 ++ .../runtimeClasspath.lockfile | 14 ++ .../dependency-locks/runtimeMerge.lockfile | 7 + .../dependency-locks/signatures.lockfile | 7 + .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 38 +++ .../testCompileClasspath.lockfile | 38 +++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 38 +++ .../testRuntimeClasspath.lockfile | 38 +++ .../gradle/dependency-locks/tests.lockfile | 38 +++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 19 ++ .../compileClasspath.lockfile | 18 ++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 19 ++ .../dependency-locks/jacocoAgent.lockfile | 8 + .../dependency-locks/jacocoAnt.lockfile | 15 ++ .../gradle/dependency-locks/merging.lockfile | 7 + .../gradle/dependency-locks/optional.lockfile | 15 ++ .../gradle/dependency-locks/provided.lockfile | 7 + .../gradle/dependency-locks/runtime.lockfile | 19 ++ .../runtimeClasspath.lockfile | 19 ++ .../dependency-locks/runtimeMerge.lockfile | 7 + .../dependency-locks/signatures.lockfile | 7 + .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 28 +++ .../testCompileClasspath.lockfile | 27 ++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 28 +++ .../testRuntimeClasspath.lockfile | 28 +++ .../gradle/dependency-locks/tests.lockfile | 28 +++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 43 ++++ .../compileClasspath.lockfile | 43 ++++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 43 ++++ .../dependency-locks/jacocoAgent.lockfile | 8 + .../dependency-locks/jacocoAnt.lockfile | 15 ++ .../gradle/dependency-locks/merging.lockfile | 7 + .../gradle/dependency-locks/optional.lockfile | 7 + .../gradle/dependency-locks/provided.lockfile | 8 + .../gradle/dependency-locks/runtime.lockfile | 43 ++++ .../runtimeClasspath.lockfile | 43 ++++ .../dependency-locks/runtimeMerge.lockfile | 7 + .../dependency-locks/signatures.lockfile | 7 + .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 54 ++++ .../testCompileClasspath.lockfile | 54 ++++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 54 ++++ .../testRuntimeClasspath.lockfile | 54 ++++ .../gradle/dependency-locks/tests.lockfile | 54 ++++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 62 +++++ .../compileClasspath.lockfile | 62 +++++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 62 +++++ .../dependency-locks/developmentOnly.lockfile | 7 + ...ntegrationTestAnnotationProcessor.lockfile | 7 + .../integrationTestCompile.lockfile | 93 +++++++ .../integrationTestCompileClasspath.lockfile | 91 +++++++ .../integrationTestCompileOnly.lockfile | 7 + .../integrationTestRuntime.lockfile | 93 +++++++ .../integrationTestRuntimeClasspath.lockfile | 93 +++++++ .../gradle/dependency-locks/optional.lockfile | 7 + .../productionRuntimeClasspath.lockfile | 62 +++++ .../gradle/dependency-locks/provided.lockfile | 7 + .../gradle/dependency-locks/runtime.lockfile | 62 +++++ .../runtimeClasspath.lockfile | 62 +++++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 93 +++++++ .../testCompileClasspath.lockfile | 91 +++++++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 93 +++++++ .../testRuntimeClasspath.lockfile | 93 +++++++ .../gradle/dependency-locks/tests.lockfile | 93 +++++++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 61 +++++ .../compileClasspath.lockfile | 61 +++++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 61 +++++ .../dependency-locks/developmentOnly.lockfile | 7 + ...ntegrationTestAnnotationProcessor.lockfile | 7 + .../integrationTestCompile.lockfile | 93 +++++++ .../integrationTestCompileClasspath.lockfile | 91 +++++++ .../integrationTestCompileOnly.lockfile | 7 + .../integrationTestRuntime.lockfile | 93 +++++++ .../integrationTestRuntimeClasspath.lockfile | 93 +++++++ .../gradle/dependency-locks/optional.lockfile | 7 + .../productionRuntimeClasspath.lockfile | 61 +++++ .../gradle/dependency-locks/provided.lockfile | 7 + .../gradle/dependency-locks/runtime.lockfile | 61 +++++ .../runtimeClasspath.lockfile | 61 +++++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 93 +++++++ .../testCompileClasspath.lockfile | 91 +++++++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 93 +++++++ .../testRuntimeClasspath.lockfile | 93 +++++++ .../gradle/dependency-locks/tests.lockfile | 93 +++++++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 61 +++++ .../compileClasspath.lockfile | 61 +++++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 61 +++++ .../dependency-locks/developmentOnly.lockfile | 7 + ...ntegrationTestAnnotationProcessor.lockfile | 7 + .../integrationTestCompile.lockfile | 92 +++++++ .../integrationTestCompileClasspath.lockfile | 90 +++++++ .../integrationTestCompileOnly.lockfile | 7 + .../integrationTestRuntime.lockfile | 92 +++++++ .../integrationTestRuntimeClasspath.lockfile | 92 +++++++ .../gradle/dependency-locks/optional.lockfile | 7 + .../productionRuntimeClasspath.lockfile | 61 +++++ .../gradle/dependency-locks/provided.lockfile | 7 + .../gradle/dependency-locks/runtime.lockfile | 61 +++++ .../runtimeClasspath.lockfile | 61 +++++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 92 +++++++ .../testCompileClasspath.lockfile | 90 +++++++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 92 +++++++ .../testRuntimeClasspath.lockfile | 92 +++++++ .../gradle/dependency-locks/tests.lockfile | 92 +++++++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 61 +++++ .../compileClasspath.lockfile | 61 +++++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 61 +++++ .../dependency-locks/developmentOnly.lockfile | 7 + ...ntegrationTestAnnotationProcessor.lockfile | 7 + .../integrationTestCompile.lockfile | 92 +++++++ .../integrationTestCompileClasspath.lockfile | 90 +++++++ .../integrationTestCompileOnly.lockfile | 7 + .../integrationTestRuntime.lockfile | 92 +++++++ .../integrationTestRuntimeClasspath.lockfile | 92 +++++++ .../gradle/dependency-locks/optional.lockfile | 7 + .../productionRuntimeClasspath.lockfile | 61 +++++ .../gradle/dependency-locks/provided.lockfile | 7 + .../gradle/dependency-locks/runtime.lockfile | 61 +++++ .../runtimeClasspath.lockfile | 61 +++++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 92 +++++++ .../testCompileClasspath.lockfile | 90 +++++++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 92 +++++++ .../testRuntimeClasspath.lockfile | 92 +++++++ .../gradle/dependency-locks/tests.lockfile | 92 +++++++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 51 ++++ .../compileClasspath.lockfile | 51 ++++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 51 ++++ .../dependency-locks/developmentOnly.lockfile | 7 + ...ntegrationTestAnnotationProcessor.lockfile | 7 + .../integrationTestCompile.lockfile | 82 ++++++ .../integrationTestCompileClasspath.lockfile | 80 ++++++ .../integrationTestCompileOnly.lockfile | 7 + .../integrationTestRuntime.lockfile | 82 ++++++ .../integrationTestRuntimeClasspath.lockfile | 82 ++++++ .../gradle/dependency-locks/optional.lockfile | 7 + .../productionRuntimeClasspath.lockfile | 51 ++++ .../gradle/dependency-locks/provided.lockfile | 7 + .../gradle/dependency-locks/runtime.lockfile | 51 ++++ .../runtimeClasspath.lockfile | 51 ++++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 82 ++++++ .../testCompileClasspath.lockfile | 80 ++++++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 82 ++++++ .../testRuntimeClasspath.lockfile | 82 ++++++ .../gradle/dependency-locks/tests.lockfile | 82 ++++++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 45 ++++ .../compileClasspath.lockfile | 45 ++++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 45 ++++ .../dependency-locks/developmentOnly.lockfile | 7 + ...ntegrationTestAnnotationProcessor.lockfile | 7 + .../integrationTestCompile.lockfile | 76 ++++++ .../integrationTestCompileClasspath.lockfile | 74 ++++++ .../integrationTestCompileOnly.lockfile | 7 + .../integrationTestRuntime.lockfile | 76 ++++++ .../integrationTestRuntimeClasspath.lockfile | 76 ++++++ .../gradle/dependency-locks/optional.lockfile | 7 + .../productionRuntimeClasspath.lockfile | 45 ++++ .../gradle/dependency-locks/provided.lockfile | 7 + .../gradle/dependency-locks/runtime.lockfile | 45 ++++ .../runtimeClasspath.lockfile | 45 ++++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 76 ++++++ .../testCompileClasspath.lockfile | 74 ++++++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 76 ++++++ .../testRuntimeClasspath.lockfile | 76 ++++++ .../gradle/dependency-locks/tests.lockfile | 76 ++++++ .../annotationProcessor.lockfile | 7 + .../apiDependenciesMetadata.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 7 + .../compileClasspath.lockfile | 74 ++++++ .../dependency-locks/compileOnly.lockfile | 7 + .../compileOnlyDependenciesMetadata.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 74 ++++++ .../dependency-locks/developmentOnly.lockfile | 7 + ...mplementationDependenciesMetadata.lockfile | 74 ++++++ .../kotlinCompilerClasspath.lockfile | 15 ++ .../kotlinCompilerPluginClasspath.lockfile | 20 ++ .../kotlinKlibCommonizerClasspath.lockfile | 16 ++ ...tlinNativeCompilerPluginClasspath.lockfile | 7 + .../dependency-locks/kotlinScriptDef.lockfile | 7 + .../kotlinScriptDefExtensions.lockfile | 7 + .../gradle/dependency-locks/optional.lockfile | 7 + .../productionRuntimeClasspath.lockfile | 74 ++++++ .../gradle/dependency-locks/provided.lockfile | 7 + .../gradle/dependency-locks/runtime.lockfile | 7 + .../runtimeClasspath.lockfile | 74 ++++++ .../runtimeOnlyDependenciesMetadata.lockfile | 7 + .../testAnnotationProcessor.lockfile | 7 + .../testApiDependenciesMetadata.lockfile | 18 ++ .../dependency-locks/testCompile.lockfile | 18 ++ .../testCompileClasspath.lockfile | 104 ++++++++ .../dependency-locks/testCompileOnly.lockfile | 7 + ...stCompileOnlyDependenciesMetadata.lockfile | 7 + ...mplementationDependenciesMetadata.lockfile | 104 ++++++++ .../testKotlinScriptDef.lockfile | 7 + .../testKotlinScriptDefExtensions.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 18 ++ .../testRuntimeClasspath.lockfile | 106 ++++++++ ...stRuntimeOnlyDependenciesMetadata.lockfile | 7 + .../gradle/dependency-locks/tests.lockfile | 18 ++ .../annotationProcessor.lockfile | 7 + .../apiDependenciesMetadata.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 7 + .../compileClasspath.lockfile | 52 ++++ .../dependency-locks/compileOnly.lockfile | 7 + .../compileOnlyDependenciesMetadata.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 52 ++++ .../dependency-locks/developmentOnly.lockfile | 7 + ...mplementationDependenciesMetadata.lockfile | 52 ++++ .../kotlinCompilerClasspath.lockfile | 15 ++ .../kotlinCompilerPluginClasspath.lockfile | 20 ++ .../kotlinKlibCommonizerClasspath.lockfile | 16 ++ ...tlinNativeCompilerPluginClasspath.lockfile | 7 + .../dependency-locks/kotlinScriptDef.lockfile | 7 + .../kotlinScriptDefExtensions.lockfile | 7 + .../gradle/dependency-locks/optional.lockfile | 7 + .../productionRuntimeClasspath.lockfile | 52 ++++ .../gradle/dependency-locks/provided.lockfile | 7 + .../gradle/dependency-locks/runtime.lockfile | 7 + .../runtimeClasspath.lockfile | 52 ++++ .../runtimeOnlyDependenciesMetadata.lockfile | 7 + .../testAnnotationProcessor.lockfile | 7 + .../testApiDependenciesMetadata.lockfile | 18 ++ .../dependency-locks/testCompile.lockfile | 18 ++ .../testCompileClasspath.lockfile | 81 ++++++ .../dependency-locks/testCompileOnly.lockfile | 7 + ...stCompileOnlyDependenciesMetadata.lockfile | 7 + ...mplementationDependenciesMetadata.lockfile | 81 ++++++ .../testKotlinScriptDef.lockfile | 7 + .../testKotlinScriptDefExtensions.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 18 ++ .../testRuntimeClasspath.lockfile | 83 +++++++ ...stRuntimeOnlyDependenciesMetadata.lockfile | 7 + .../gradle/dependency-locks/tests.lockfile | 18 ++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 60 +++++ .../compileClasspath.lockfile | 55 ++++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 60 +++++ .../dependency-locks/developmentOnly.lockfile | 7 + .../gradle/dependency-locks/optional.lockfile | 7 + .../productionRuntimeClasspath.lockfile | 60 +++++ .../gradle/dependency-locks/provided.lockfile | 7 + .../gradle/dependency-locks/runtime.lockfile | 60 +++++ .../runtimeClasspath.lockfile | 60 +++++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 90 +++++++ .../testCompileClasspath.lockfile | 84 +++++++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 90 +++++++ .../testRuntimeClasspath.lockfile | 90 +++++++ .../gradle/dependency-locks/tests.lockfile | 90 +++++++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 76 ++++++ .../compileClasspath.lockfile | 76 ++++++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 76 ++++++ .../dependency-locks/developmentOnly.lockfile | 7 + ...ntegrationTestAnnotationProcessor.lockfile | 7 + .../integrationTestCompile.lockfile | 131 ++++++++++ .../integrationTestCompileClasspath.lockfile | 129 ++++++++++ .../integrationTestCompileOnly.lockfile | 7 + .../integrationTestRuntime.lockfile | 131 ++++++++++ .../integrationTestRuntimeClasspath.lockfile | 131 ++++++++++ .../gradle/dependency-locks/optional.lockfile | 7 + .../productionRuntimeClasspath.lockfile | 76 ++++++ .../gradle/dependency-locks/provided.lockfile | 7 + .../gradle/dependency-locks/runtime.lockfile | 76 ++++++ .../runtimeClasspath.lockfile | 76 ++++++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 131 ++++++++++ .../testCompileClasspath.lockfile | 129 ++++++++++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 131 ++++++++++ .../testRuntimeClasspath.lockfile | 131 ++++++++++ .../gradle/dependency-locks/tests.lockfile | 131 ++++++++++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 59 +++++ .../compileClasspath.lockfile | 59 +++++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 59 +++++ .../dependency-locks/developmentOnly.lockfile | 7 + ...ntegrationTestAnnotationProcessor.lockfile | 7 + .../integrationTestCompile.lockfile | 114 +++++++++ .../integrationTestCompileClasspath.lockfile | 112 +++++++++ .../integrationTestCompileOnly.lockfile | 7 + .../integrationTestRuntime.lockfile | 114 +++++++++ .../integrationTestRuntimeClasspath.lockfile | 114 +++++++++ .../gradle/dependency-locks/optional.lockfile | 7 + .../productionRuntimeClasspath.lockfile | 59 +++++ .../gradle/dependency-locks/provided.lockfile | 7 + .../gradle/dependency-locks/runtime.lockfile | 59 +++++ .../runtimeClasspath.lockfile | 59 +++++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 114 +++++++++ .../testCompileClasspath.lockfile | 112 +++++++++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 114 +++++++++ .../testRuntimeClasspath.lockfile | 114 +++++++++ .../gradle/dependency-locks/tests.lockfile | 114 +++++++++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 52 ++++ .../compileClasspath.lockfile | 52 ++++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 52 ++++ .../dependency-locks/developmentOnly.lockfile | 7 + ...ntegrationTestAnnotationProcessor.lockfile | 7 + .../integrationTestCompile.lockfile | 80 ++++++ .../integrationTestCompileClasspath.lockfile | 78 ++++++ .../integrationTestCompileOnly.lockfile | 7 + .../integrationTestRuntime.lockfile | 80 ++++++ .../integrationTestRuntimeClasspath.lockfile | 80 ++++++ .../gradle/dependency-locks/optional.lockfile | 7 + .../productionRuntimeClasspath.lockfile | 52 ++++ .../gradle/dependency-locks/provided.lockfile | 7 + .../gradle/dependency-locks/runtime.lockfile | 52 ++++ .../runtimeClasspath.lockfile | 52 ++++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 80 ++++++ .../testCompileClasspath.lockfile | 78 ++++++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 80 ++++++ .../testRuntimeClasspath.lockfile | 80 ++++++ .../gradle/dependency-locks/tests.lockfile | 80 ++++++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 58 +++++ .../compileClasspath.lockfile | 58 +++++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 58 +++++ .../dependency-locks/developmentOnly.lockfile | 7 + ...ntegrationTestAnnotationProcessor.lockfile | 7 + .../integrationTestCompile.lockfile | 83 +++++++ .../integrationTestCompileClasspath.lockfile | 81 ++++++ .../integrationTestCompileOnly.lockfile | 7 + .../integrationTestRuntime.lockfile | 83 +++++++ .../integrationTestRuntimeClasspath.lockfile | 83 +++++++ .../gradle/dependency-locks/optional.lockfile | 7 + .../productionRuntimeClasspath.lockfile | 58 +++++ .../gradle/dependency-locks/provided.lockfile | 7 + .../gradle/dependency-locks/runtime.lockfile | 58 +++++ .../runtimeClasspath.lockfile | 58 +++++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 83 +++++++ .../testCompileClasspath.lockfile | 81 ++++++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 83 +++++++ .../testRuntimeClasspath.lockfile | 83 +++++++ .../gradle/dependency-locks/tests.lockfile | 83 +++++++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 58 +++++ .../compileClasspath.lockfile | 58 +++++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 58 +++++ .../dependency-locks/developmentOnly.lockfile | 7 + ...ntegrationTestAnnotationProcessor.lockfile | 7 + .../integrationTestCompile.lockfile | 83 +++++++ .../integrationTestCompileClasspath.lockfile | 81 ++++++ .../integrationTestCompileOnly.lockfile | 7 + .../integrationTestRuntime.lockfile | 83 +++++++ .../integrationTestRuntimeClasspath.lockfile | 83 +++++++ .../gradle/dependency-locks/optional.lockfile | 7 + .../productionRuntimeClasspath.lockfile | 58 +++++ .../gradle/dependency-locks/provided.lockfile | 7 + .../gradle/dependency-locks/runtime.lockfile | 58 +++++ .../runtimeClasspath.lockfile | 58 +++++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 83 +++++++ .../testCompileClasspath.lockfile | 81 ++++++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 83 +++++++ .../testRuntimeClasspath.lockfile | 83 +++++++ .../gradle/dependency-locks/tests.lockfile | 83 +++++++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 46 ++++ .../compileClasspath.lockfile | 46 ++++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 46 ++++ .../dependency-locks/developmentOnly.lockfile | 7 + ...ntegrationTestAnnotationProcessor.lockfile | 7 + .../integrationTestCompile.lockfile | 77 ++++++ .../integrationTestCompileClasspath.lockfile | 75 ++++++ .../integrationTestCompileOnly.lockfile | 7 + .../integrationTestRuntime.lockfile | 77 ++++++ .../integrationTestRuntimeClasspath.lockfile | 77 ++++++ .../gradle/dependency-locks/optional.lockfile | 7 + .../productionRuntimeClasspath.lockfile | 46 ++++ .../gradle/dependency-locks/provided.lockfile | 7 + .../gradle/dependency-locks/runtime.lockfile | 46 ++++ .../runtimeClasspath.lockfile | 46 ++++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 77 ++++++ .../testCompileClasspath.lockfile | 75 ++++++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 77 ++++++ .../testRuntimeClasspath.lockfile | 77 ++++++ .../gradle/dependency-locks/tests.lockfile | 77 ++++++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 75 ++++++ .../compileClasspath.lockfile | 75 ++++++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 75 ++++++ .../dependency-locks/developmentOnly.lockfile | 7 + ...ntegrationTestAnnotationProcessor.lockfile | 7 + .../integrationTestCompile.lockfile | 100 ++++++++ .../integrationTestCompileClasspath.lockfile | 98 ++++++++ .../integrationTestCompileOnly.lockfile | 7 + .../integrationTestRuntime.lockfile | 100 ++++++++ .../integrationTestRuntimeClasspath.lockfile | 100 ++++++++ .../gradle/dependency-locks/optional.lockfile | 7 + .../productionRuntimeClasspath.lockfile | 75 ++++++ .../gradle/dependency-locks/provided.lockfile | 7 + .../gradle/dependency-locks/runtime.lockfile | 75 ++++++ .../runtimeClasspath.lockfile | 75 ++++++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 100 ++++++++ .../testCompileClasspath.lockfile | 98 ++++++++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 100 ++++++++ .../testRuntimeClasspath.lockfile | 100 ++++++++ .../gradle/dependency-locks/tests.lockfile | 100 ++++++++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 52 ++++ .../compileClasspath.lockfile | 52 ++++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 52 ++++ .../dependency-locks/developmentOnly.lockfile | 7 + ...ntegrationTestAnnotationProcessor.lockfile | 7 + .../integrationTestCompile.lockfile | 80 ++++++ .../integrationTestCompileClasspath.lockfile | 78 ++++++ .../integrationTestCompileOnly.lockfile | 7 + .../integrationTestRuntime.lockfile | 80 ++++++ .../integrationTestRuntimeClasspath.lockfile | 80 ++++++ .../gradle/dependency-locks/optional.lockfile | 7 + .../productionRuntimeClasspath.lockfile | 52 ++++ .../gradle/dependency-locks/provided.lockfile | 7 + .../gradle/dependency-locks/runtime.lockfile | 52 ++++ .../runtimeClasspath.lockfile | 52 ++++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 80 ++++++ .../testCompileClasspath.lockfile | 78 ++++++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 80 ++++++ .../testRuntimeClasspath.lockfile | 80 ++++++ .../gradle/dependency-locks/tests.lockfile | 80 ++++++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 77 ++++++ .../compileClasspath.lockfile | 77 ++++++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 77 ++++++ .../dependency-locks/developmentOnly.lockfile | 7 + .../gradle/dependency-locks/optional.lockfile | 7 + .../productionRuntimeClasspath.lockfile | 77 ++++++ .../gradle/dependency-locks/provided.lockfile | 7 + .../gradle/dependency-locks/runtime.lockfile | 77 ++++++ .../runtimeClasspath.lockfile | 77 ++++++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 108 ++++++++ .../testCompileClasspath.lockfile | 106 ++++++++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 108 ++++++++ .../testRuntimeClasspath.lockfile | 108 ++++++++ .../gradle/dependency-locks/tests.lockfile | 108 ++++++++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 79 ++++++ .../compileClasspath.lockfile | 79 ++++++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 79 ++++++ .../dependency-locks/developmentOnly.lockfile | 7 + .../gradle/dependency-locks/optional.lockfile | 7 + .../productionRuntimeClasspath.lockfile | 79 ++++++ .../gradle/dependency-locks/provided.lockfile | 7 + .../gradle/dependency-locks/runtime.lockfile | 79 ++++++ .../runtimeClasspath.lockfile | 79 ++++++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 110 ++++++++ .../testCompileClasspath.lockfile | 108 ++++++++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 110 ++++++++ .../testRuntimeClasspath.lockfile | 110 ++++++++ .../gradle/dependency-locks/tests.lockfile | 110 ++++++++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 79 ++++++ .../compileClasspath.lockfile | 79 ++++++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 79 ++++++ .../dependency-locks/developmentOnly.lockfile | 7 + ...ntegrationTestAnnotationProcessor.lockfile | 7 + .../integrationTestCompile.lockfile | 134 ++++++++++ .../integrationTestCompileClasspath.lockfile | 132 ++++++++++ .../integrationTestCompileOnly.lockfile | 7 + .../integrationTestRuntime.lockfile | 134 ++++++++++ .../integrationTestRuntimeClasspath.lockfile | 134 ++++++++++ .../gradle/dependency-locks/optional.lockfile | 7 + .../productionRuntimeClasspath.lockfile | 79 ++++++ .../gradle/dependency-locks/provided.lockfile | 7 + .../gradle/dependency-locks/runtime.lockfile | 79 ++++++ .../runtimeClasspath.lockfile | 79 ++++++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 134 ++++++++++ .../testCompileClasspath.lockfile | 132 ++++++++++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 134 ++++++++++ .../testRuntimeClasspath.lockfile | 134 ++++++++++ .../gradle/dependency-locks/tests.lockfile | 134 ++++++++++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 68 +++++ .../compileClasspath.lockfile | 68 +++++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 68 +++++ .../dependency-locks/developmentOnly.lockfile | 7 + ...ntegrationTestAnnotationProcessor.lockfile | 7 + .../integrationTestCompile.lockfile | 140 +++++++++++ .../integrationTestCompileClasspath.lockfile | 138 +++++++++++ .../integrationTestCompileOnly.lockfile | 7 + .../integrationTestRuntime.lockfile | 140 +++++++++++ .../integrationTestRuntimeClasspath.lockfile | 140 +++++++++++ .../gradle/dependency-locks/optional.lockfile | 7 + .../productionRuntimeClasspath.lockfile | 68 +++++ .../gradle/dependency-locks/provided.lockfile | 7 + .../gradle/dependency-locks/runtime.lockfile | 68 +++++ .../runtimeClasspath.lockfile | 68 +++++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 100 ++++++++ .../testCompileClasspath.lockfile | 98 ++++++++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 100 ++++++++ .../testRuntimeClasspath.lockfile | 100 ++++++++ .../gradle/dependency-locks/tests.lockfile | 100 ++++++++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 61 +++++ .../compileClasspath.lockfile | 61 +++++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 61 +++++ .../dependency-locks/developmentOnly.lockfile | 7 + .../gradle/dependency-locks/optional.lockfile | 7 + .../productionRuntimeClasspath.lockfile | 61 +++++ .../gradle/dependency-locks/provided.lockfile | 7 + .../gradle/dependency-locks/runtime.lockfile | 61 +++++ .../runtimeClasspath.lockfile | 61 +++++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 92 +++++++ .../testCompileClasspath.lockfile | 90 +++++++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 92 +++++++ .../testRuntimeClasspath.lockfile | 92 +++++++ .../gradle/dependency-locks/tests.lockfile | 92 +++++++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../gradle/dependency-locks/aspect.lockfile | 14 ++ .../gradle/dependency-locks/aspectj.lockfile | 8 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 18 ++ .../compileClasspath.lockfile | 19 ++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 19 ++ .../gradle/dependency-locks/inpath.lockfile | 7 + .../gradle/dependency-locks/optional.lockfile | 7 + .../gradle/dependency-locks/provided.lockfile | 7 + .../gradle/dependency-locks/runtime.lockfile | 19 ++ .../runtimeClasspath.lockfile | 19 ++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testAspect.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 26 ++ .../testCompileClasspath.lockfile | 27 ++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testInpath.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 27 ++ .../testRuntimeClasspath.lockfile | 27 ++ .../gradle/dependency-locks/tests.lockfile | 27 ++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 70 ++++++ .../compileClasspath.lockfile | 70 ++++++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 71 ++++++ .../gradle/dependency-locks/gretty.lockfile | 7 + .../grettyNoSpringBoot.lockfile | 7 + .../grettyProductRuntime.lockfile | 71 ++++++ .../grettyProvidedCompile.lockfile | 8 + .../grettyRunnerJetty7.lockfile | 41 +++ .../grettyRunnerJetty8.lockfile | 44 ++++ .../grettyRunnerJetty9.lockfile | 51 ++++ .../grettyRunnerJetty93.lockfile | 48 ++++ .../grettyRunnerJetty94.lockfile | 50 ++++ .../grettyRunnerTomcat85.lockfile | 27 ++ .../grettyRunnerTomcat9.lockfile | 28 +++ .../grettySpringLoaded.lockfile | 8 + .../dependency-locks/grettyStarter.lockfile | 31 +++ .../gradle/dependency-locks/optional.lockfile | 7 + .../gradle/dependency-locks/provided.lockfile | 7 + .../dependency-locks/providedCompile.lockfile | 9 + .../dependency-locks/providedRuntime.lockfile | 9 + .../gradle/dependency-locks/runtime.lockfile | 71 ++++++ .../runtimeClasspath.lockfile | 71 ++++++ .../dependency-locks/springBoot.lockfile | 71 ++++++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 77 ++++++ .../testCompileClasspath.lockfile | 77 ++++++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 78 ++++++ .../testRuntimeClasspath.lockfile | 78 ++++++ .../gradle/dependency-locks/tests.lockfile | 78 ++++++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 50 ++++ .../compileClasspath.lockfile | 50 ++++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 50 ++++ .../gradle/dependency-locks/optional.lockfile | 7 + .../gradle/dependency-locks/provided.lockfile | 7 + .../gradle/dependency-locks/runtime.lockfile | 50 ++++ .../runtimeClasspath.lockfile | 50 ++++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 57 +++++ .../testCompileClasspath.lockfile | 57 +++++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 57 +++++ .../testRuntimeClasspath.lockfile | 57 +++++ .../gradle/dependency-locks/tests.lockfile | 57 +++++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 72 ++++++ .../compileClasspath.lockfile | 72 ++++++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 73 ++++++ .../gradle/dependency-locks/gretty.lockfile | 7 + .../grettyNoSpringBoot.lockfile | 7 + .../grettyProductRuntime.lockfile | 73 ++++++ .../grettyProvidedCompile.lockfile | 8 + .../grettyRunnerJetty7.lockfile | 41 +++ .../grettyRunnerJetty8.lockfile | 44 ++++ .../grettyRunnerJetty9.lockfile | 51 ++++ .../grettyRunnerJetty93.lockfile | 48 ++++ .../grettyRunnerJetty94.lockfile | 50 ++++ .../grettyRunnerTomcat85.lockfile | 27 ++ .../grettyRunnerTomcat9.lockfile | 28 +++ .../grettySpringLoaded.lockfile | 8 + .../dependency-locks/grettyStarter.lockfile | 31 +++ ...ntegrationTestAnnotationProcessor.lockfile | 7 + .../integrationTestCompile.lockfile | 118 +++++++++ .../integrationTestCompileClasspath.lockfile | 118 +++++++++ .../integrationTestCompileOnly.lockfile | 7 + .../integrationTestRuntime.lockfile | 119 +++++++++ .../integrationTestRuntimeClasspath.lockfile | 119 +++++++++ .../gradle/dependency-locks/optional.lockfile | 7 + .../gradle/dependency-locks/provided.lockfile | 7 + .../dependency-locks/providedCompile.lockfile | 9 + .../dependency-locks/providedRuntime.lockfile | 9 + .../gradle/dependency-locks/runtime.lockfile | 73 ++++++ .../runtimeClasspath.lockfile | 73 ++++++ .../dependency-locks/springBoot.lockfile | 73 ++++++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 79 ++++++ .../testCompileClasspath.lockfile | 79 ++++++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 80 ++++++ .../testRuntimeClasspath.lockfile | 80 ++++++ .../gradle/dependency-locks/tests.lockfile | 80 ++++++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 74 ++++++ .../compileClasspath.lockfile | 74 ++++++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 75 ++++++ .../gradle/dependency-locks/gretty.lockfile | 7 + .../grettyNoSpringBoot.lockfile | 7 + .../grettyProductRuntime.lockfile | 75 ++++++ .../grettyProvidedCompile.lockfile | 8 + .../grettyRunnerJetty7.lockfile | 41 +++ .../grettyRunnerJetty8.lockfile | 44 ++++ .../grettyRunnerJetty9.lockfile | 51 ++++ .../grettyRunnerJetty93.lockfile | 48 ++++ .../grettyRunnerJetty94.lockfile | 50 ++++ .../grettyRunnerTomcat85.lockfile | 27 ++ .../grettyRunnerTomcat9.lockfile | 28 +++ .../grettySpringLoaded.lockfile | 8 + .../dependency-locks/grettyStarter.lockfile | 31 +++ .../gradle/dependency-locks/optional.lockfile | 7 + .../gradle/dependency-locks/provided.lockfile | 7 + .../dependency-locks/providedCompile.lockfile | 9 + .../dependency-locks/providedRuntime.lockfile | 9 + .../gradle/dependency-locks/runtime.lockfile | 75 ++++++ .../runtimeClasspath.lockfile | 75 ++++++ .../dependency-locks/springBoot.lockfile | 75 ++++++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 81 ++++++ .../testCompileClasspath.lockfile | 81 ++++++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 82 ++++++ .../testRuntimeClasspath.lockfile | 82 ++++++ .../gradle/dependency-locks/tests.lockfile | 82 ++++++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 70 ++++++ .../compileClasspath.lockfile | 70 ++++++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 71 ++++++ .../gradle/dependency-locks/gretty.lockfile | 7 + .../grettyNoSpringBoot.lockfile | 7 + .../grettyProductRuntime.lockfile | 71 ++++++ .../grettyProvidedCompile.lockfile | 8 + .../grettyRunnerJetty7.lockfile | 41 +++ .../grettyRunnerJetty8.lockfile | 44 ++++ .../grettyRunnerJetty9.lockfile | 51 ++++ .../grettyRunnerJetty93.lockfile | 48 ++++ .../grettyRunnerJetty94.lockfile | 50 ++++ .../grettyRunnerTomcat85.lockfile | 27 ++ .../grettyRunnerTomcat9.lockfile | 28 +++ .../grettySpringLoaded.lockfile | 8 + .../dependency-locks/grettyStarter.lockfile | 31 +++ .../gradle/dependency-locks/optional.lockfile | 7 + .../gradle/dependency-locks/provided.lockfile | 7 + .../dependency-locks/providedCompile.lockfile | 9 + .../dependency-locks/providedRuntime.lockfile | 9 + .../gradle/dependency-locks/runtime.lockfile | 71 ++++++ .../runtimeClasspath.lockfile | 71 ++++++ .../dependency-locks/springBoot.lockfile | 71 ++++++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 77 ++++++ .../testCompileClasspath.lockfile | 77 ++++++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 78 ++++++ .../testRuntimeClasspath.lockfile | 78 ++++++ .../gradle/dependency-locks/tests.lockfile | 78 ++++++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 30 +++ .../compileClasspath.lockfile | 30 +++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 30 +++ .../gradle/dependency-locks/gretty.lockfile | 7 + .../grettyNoSpringBoot.lockfile | 7 + .../grettyProductRuntime.lockfile | 30 +++ .../grettyProvidedCompile.lockfile | 8 + .../grettyRunnerJetty7.lockfile | 41 +++ .../grettyRunnerJetty8.lockfile | 44 ++++ .../grettyRunnerJetty9.lockfile | 51 ++++ .../grettyRunnerJetty93.lockfile | 48 ++++ .../grettyRunnerJetty94.lockfile | 50 ++++ .../grettyRunnerTomcat85.lockfile | 27 ++ .../grettyRunnerTomcat9.lockfile | 28 +++ .../grettySpringLoaded.lockfile | 8 + .../dependency-locks/grettyStarter.lockfile | 31 +++ ...ntegrationTestAnnotationProcessor.lockfile | 7 + .../integrationTestCompile.lockfile | 77 ++++++ .../integrationTestCompileClasspath.lockfile | 77 ++++++ .../integrationTestCompileOnly.lockfile | 7 + .../integrationTestRuntime.lockfile | 77 ++++++ .../integrationTestRuntimeClasspath.lockfile | 77 ++++++ .../gradle/dependency-locks/optional.lockfile | 7 + .../gradle/dependency-locks/provided.lockfile | 7 + .../dependency-locks/providedCompile.lockfile | 9 + .../dependency-locks/providedRuntime.lockfile | 9 + .../gradle/dependency-locks/runtime.lockfile | 30 +++ .../runtimeClasspath.lockfile | 30 +++ .../dependency-locks/springBoot.lockfile | 30 +++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 38 +++ .../testCompileClasspath.lockfile | 38 +++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 38 +++ .../testRuntimeClasspath.lockfile | 38 +++ .../gradle/dependency-locks/tests.lockfile | 38 +++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 70 ++++++ .../compileClasspath.lockfile | 70 ++++++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 71 ++++++ .../gradle/dependency-locks/gretty.lockfile | 7 + .../grettyNoSpringBoot.lockfile | 7 + .../grettyProductRuntime.lockfile | 71 ++++++ .../grettyProvidedCompile.lockfile | 8 + .../grettyRunnerJetty7.lockfile | 41 +++ .../grettyRunnerJetty8.lockfile | 44 ++++ .../grettyRunnerJetty9.lockfile | 51 ++++ .../grettyRunnerJetty93.lockfile | 48 ++++ .../grettyRunnerJetty94.lockfile | 50 ++++ .../grettyRunnerTomcat85.lockfile | 27 ++ .../grettyRunnerTomcat9.lockfile | 28 +++ .../grettySpringLoaded.lockfile | 8 + .../dependency-locks/grettyStarter.lockfile | 31 +++ .../gradle/dependency-locks/optional.lockfile | 7 + .../gradle/dependency-locks/provided.lockfile | 7 + .../dependency-locks/providedCompile.lockfile | 9 + .../dependency-locks/providedRuntime.lockfile | 9 + .../gradle/dependency-locks/runtime.lockfile | 71 ++++++ .../runtimeClasspath.lockfile | 71 ++++++ .../dependency-locks/springBoot.lockfile | 71 ++++++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 77 ++++++ .../testCompileClasspath.lockfile | 77 ++++++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 78 ++++++ .../testRuntimeClasspath.lockfile | 78 ++++++ .../gradle/dependency-locks/tests.lockfile | 78 ++++++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 72 ++++++ .../compileClasspath.lockfile | 72 ++++++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 73 ++++++ .../gradle/dependency-locks/gretty.lockfile | 7 + .../grettyNoSpringBoot.lockfile | 7 + .../grettyProductRuntime.lockfile | 73 ++++++ .../grettyProvidedCompile.lockfile | 8 + .../grettyRunnerJetty7.lockfile | 41 +++ .../grettyRunnerJetty8.lockfile | 44 ++++ .../grettyRunnerJetty9.lockfile | 51 ++++ .../grettyRunnerJetty93.lockfile | 48 ++++ .../grettyRunnerJetty94.lockfile | 50 ++++ .../grettyRunnerTomcat85.lockfile | 27 ++ .../grettyRunnerTomcat9.lockfile | 28 +++ .../grettySpringLoaded.lockfile | 8 + .../dependency-locks/grettyStarter.lockfile | 31 +++ ...ntegrationTestAnnotationProcessor.lockfile | 7 + .../integrationTestCompile.lockfile | 118 +++++++++ .../integrationTestCompileClasspath.lockfile | 118 +++++++++ .../integrationTestCompileOnly.lockfile | 7 + .../integrationTestRuntime.lockfile | 119 +++++++++ .../integrationTestRuntimeClasspath.lockfile | 119 +++++++++ .../gradle/dependency-locks/optional.lockfile | 7 + .../gradle/dependency-locks/provided.lockfile | 7 + .../dependency-locks/providedCompile.lockfile | 9 + .../dependency-locks/providedRuntime.lockfile | 9 + .../gradle/dependency-locks/runtime.lockfile | 73 ++++++ .../runtimeClasspath.lockfile | 73 ++++++ .../dependency-locks/springBoot.lockfile | 73 ++++++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 79 ++++++ .../testCompileClasspath.lockfile | 79 ++++++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 80 ++++++ .../testRuntimeClasspath.lockfile | 80 ++++++ .../gradle/dependency-locks/tests.lockfile | 80 ++++++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 102 ++++++++ .../compileClasspath.lockfile | 102 ++++++++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 103 ++++++++ .../gradle/dependency-locks/gretty.lockfile | 7 + .../grettyNoSpringBoot.lockfile | 7 + .../grettyProductRuntime.lockfile | 103 ++++++++ .../grettyProvidedCompile.lockfile | 8 + .../grettyRunnerJetty7.lockfile | 41 +++ .../grettyRunnerJetty8.lockfile | 44 ++++ .../grettyRunnerJetty9.lockfile | 51 ++++ .../grettyRunnerJetty93.lockfile | 48 ++++ .../grettyRunnerJetty94.lockfile | 50 ++++ .../grettyRunnerTomcat85.lockfile | 27 ++ .../grettyRunnerTomcat9.lockfile | 28 +++ .../grettySpringLoaded.lockfile | 8 + .../dependency-locks/grettyStarter.lockfile | 31 +++ ...ntegrationTestAnnotationProcessor.lockfile | 7 + .../integrationTestCompile.lockfile | 147 +++++++++++ .../integrationTestCompileClasspath.lockfile | 147 +++++++++++ .../integrationTestCompileOnly.lockfile | 7 + .../integrationTestRuntime.lockfile | 148 +++++++++++ .../integrationTestRuntimeClasspath.lockfile | 148 +++++++++++ .../gradle/dependency-locks/optional.lockfile | 7 + .../gradle/dependency-locks/provided.lockfile | 7 + .../dependency-locks/providedCompile.lockfile | 9 + .../dependency-locks/providedRuntime.lockfile | 9 + .../gradle/dependency-locks/runtime.lockfile | 103 ++++++++ .../runtimeClasspath.lockfile | 103 ++++++++ .../dependency-locks/springBoot.lockfile | 103 ++++++++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 109 ++++++++ .../testCompileClasspath.lockfile | 109 ++++++++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 110 ++++++++ .../testRuntimeClasspath.lockfile | 110 ++++++++ .../gradle/dependency-locks/tests.lockfile | 110 ++++++++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 64 +++++ .../compileClasspath.lockfile | 64 +++++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 64 +++++ .../gradle/dependency-locks/gretty.lockfile | 7 + .../grettyNoSpringBoot.lockfile | 7 + .../grettyProductRuntime.lockfile | 64 +++++ .../grettyProvidedCompile.lockfile | 8 + .../grettyRunnerJetty7.lockfile | 41 +++ .../grettyRunnerJetty8.lockfile | 44 ++++ .../grettyRunnerJetty9.lockfile | 51 ++++ .../grettyRunnerJetty93.lockfile | 48 ++++ .../grettyRunnerJetty94.lockfile | 50 ++++ .../grettyRunnerTomcat85.lockfile | 27 ++ .../grettyRunnerTomcat9.lockfile | 28 +++ .../grettySpringLoaded.lockfile | 8 + .../dependency-locks/grettyStarter.lockfile | 31 +++ .../gradle/dependency-locks/optional.lockfile | 7 + .../gradle/dependency-locks/provided.lockfile | 7 + .../dependency-locks/providedCompile.lockfile | 8 + .../dependency-locks/providedRuntime.lockfile | 8 + .../gradle/dependency-locks/runtime.lockfile | 64 +++++ .../runtimeClasspath.lockfile | 64 +++++ .../dependency-locks/springBoot.lockfile | 64 +++++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 71 ++++++ .../testCompileClasspath.lockfile | 71 ++++++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 71 ++++++ .../testRuntimeClasspath.lockfile | 71 ++++++ .../gradle/dependency-locks/tests.lockfile | 71 ++++++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 83 +++++++ .../compileClasspath.lockfile | 83 +++++++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 84 +++++++ .../gradle/dependency-locks/gretty.lockfile | 7 + .../grettyNoSpringBoot.lockfile | 7 + .../grettyProductRuntime.lockfile | 84 +++++++ .../grettyProvidedCompile.lockfile | 8 + .../grettyRunnerJetty7.lockfile | 41 +++ .../grettyRunnerJetty8.lockfile | 44 ++++ .../grettyRunnerJetty9.lockfile | 51 ++++ .../grettyRunnerJetty93.lockfile | 48 ++++ .../grettyRunnerJetty94.lockfile | 50 ++++ .../grettyRunnerTomcat85.lockfile | 27 ++ .../grettyRunnerTomcat9.lockfile | 28 +++ .../grettySpringLoaded.lockfile | 8 + .../dependency-locks/grettyStarter.lockfile | 31 +++ .../gradle/dependency-locks/optional.lockfile | 7 + .../gradle/dependency-locks/provided.lockfile | 7 + .../dependency-locks/providedCompile.lockfile | 9 + .../dependency-locks/providedRuntime.lockfile | 9 + .../gradle/dependency-locks/runtime.lockfile | 84 +++++++ .../runtimeClasspath.lockfile | 84 +++++++ .../dependency-locks/springBoot.lockfile | 84 +++++++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 90 +++++++ .../testCompileClasspath.lockfile | 90 +++++++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 91 +++++++ .../testRuntimeClasspath.lockfile | 91 +++++++ .../gradle/dependency-locks/tests.lockfile | 91 +++++++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 70 ++++++ .../compileClasspath.lockfile | 70 ++++++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 71 ++++++ .../gradle/dependency-locks/gretty.lockfile | 7 + .../grettyNoSpringBoot.lockfile | 7 + .../grettyProductRuntime.lockfile | 71 ++++++ .../grettyProvidedCompile.lockfile | 8 + .../grettyRunnerJetty7.lockfile | 41 +++ .../grettyRunnerJetty8.lockfile | 44 ++++ .../grettyRunnerJetty9.lockfile | 51 ++++ .../grettyRunnerJetty93.lockfile | 48 ++++ .../grettyRunnerJetty94.lockfile | 50 ++++ .../grettyRunnerTomcat85.lockfile | 27 ++ .../grettyRunnerTomcat9.lockfile | 28 +++ .../grettySpringLoaded.lockfile | 8 + .../dependency-locks/grettyStarter.lockfile | 31 +++ .../gradle/dependency-locks/optional.lockfile | 7 + .../gradle/dependency-locks/provided.lockfile | 7 + .../dependency-locks/providedCompile.lockfile | 9 + .../dependency-locks/providedRuntime.lockfile | 9 + .../gradle/dependency-locks/runtime.lockfile | 71 ++++++ .../runtimeClasspath.lockfile | 71 ++++++ .../dependency-locks/springBoot.lockfile | 71 ++++++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 77 ++++++ .../testCompileClasspath.lockfile | 77 ++++++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 78 ++++++ .../testRuntimeClasspath.lockfile | 78 ++++++ .../gradle/dependency-locks/tests.lockfile | 78 ++++++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 70 ++++++ .../compileClasspath.lockfile | 70 ++++++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 71 ++++++ .../gradle/dependency-locks/gretty.lockfile | 7 + .../grettyNoSpringBoot.lockfile | 7 + .../grettyProductRuntime.lockfile | 71 ++++++ .../grettyProvidedCompile.lockfile | 8 + .../grettyRunnerJetty7.lockfile | 41 +++ .../grettyRunnerJetty8.lockfile | 44 ++++ .../grettyRunnerJetty9.lockfile | 51 ++++ .../grettyRunnerJetty93.lockfile | 48 ++++ .../grettyRunnerJetty94.lockfile | 50 ++++ .../grettyRunnerTomcat85.lockfile | 27 ++ .../grettyRunnerTomcat9.lockfile | 28 +++ .../grettySpringLoaded.lockfile | 8 + .../dependency-locks/grettyStarter.lockfile | 31 +++ .../gradle/dependency-locks/optional.lockfile | 7 + .../gradle/dependency-locks/provided.lockfile | 7 + .../dependency-locks/providedCompile.lockfile | 9 + .../dependency-locks/providedRuntime.lockfile | 9 + .../gradle/dependency-locks/runtime.lockfile | 71 ++++++ .../runtimeClasspath.lockfile | 71 ++++++ .../dependency-locks/springBoot.lockfile | 71 ++++++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 77 ++++++ .../testCompileClasspath.lockfile | 77 ++++++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 78 ++++++ .../testRuntimeClasspath.lockfile | 78 ++++++ .../gradle/dependency-locks/tests.lockfile | 78 ++++++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 49 ++++ .../compileClasspath.lockfile | 49 ++++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 49 ++++ .../gradle/dependency-locks/gretty.lockfile | 7 + .../grettyNoSpringBoot.lockfile | 7 + .../grettyProductRuntime.lockfile | 49 ++++ .../grettyProvidedCompile.lockfile | 8 + .../grettyRunnerJetty7.lockfile | 41 +++ .../grettyRunnerJetty8.lockfile | 44 ++++ .../grettyRunnerJetty9.lockfile | 51 ++++ .../grettyRunnerJetty93.lockfile | 48 ++++ .../grettyRunnerJetty94.lockfile | 50 ++++ .../grettyRunnerTomcat85.lockfile | 27 ++ .../grettyRunnerTomcat9.lockfile | 28 +++ .../grettySpringLoaded.lockfile | 8 + .../dependency-locks/grettyStarter.lockfile | 31 +++ .../gradle/dependency-locks/optional.lockfile | 7 + .../gradle/dependency-locks/provided.lockfile | 7 + .../dependency-locks/providedCompile.lockfile | 8 + .../dependency-locks/providedRuntime.lockfile | 8 + .../gradle/dependency-locks/runtime.lockfile | 49 ++++ .../runtimeClasspath.lockfile | 49 ++++ .../dependency-locks/springBoot.lockfile | 49 ++++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 57 +++++ .../testCompileClasspath.lockfile | 57 +++++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 57 +++++ .../testRuntimeClasspath.lockfile | 57 +++++ .../gradle/dependency-locks/tests.lockfile | 57 +++++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 68 +++++ .../compileClasspath.lockfile | 68 +++++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 69 ++++++ .../gradle/dependency-locks/gretty.lockfile | 7 + .../grettyNoSpringBoot.lockfile | 7 + .../grettyProductRuntime.lockfile | 69 ++++++ .../grettyProvidedCompile.lockfile | 8 + .../grettyRunnerJetty7.lockfile | 41 +++ .../grettyRunnerJetty8.lockfile | 44 ++++ .../grettyRunnerJetty9.lockfile | 51 ++++ .../grettyRunnerJetty93.lockfile | 48 ++++ .../grettyRunnerJetty94.lockfile | 50 ++++ .../grettyRunnerTomcat85.lockfile | 27 ++ .../grettyRunnerTomcat9.lockfile | 28 +++ .../grettySpringLoaded.lockfile | 8 + .../dependency-locks/grettyStarter.lockfile | 31 +++ .../gradle/dependency-locks/optional.lockfile | 7 + .../gradle/dependency-locks/provided.lockfile | 7 + .../dependency-locks/providedCompile.lockfile | 9 + .../dependency-locks/providedRuntime.lockfile | 9 + .../gradle/dependency-locks/runtime.lockfile | 69 ++++++ .../runtimeClasspath.lockfile | 69 ++++++ .../dependency-locks/springBoot.lockfile | 69 ++++++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 75 ++++++ .../testCompileClasspath.lockfile | 75 ++++++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 76 ++++++ .../testRuntimeClasspath.lockfile | 76 ++++++ .../gradle/dependency-locks/tests.lockfile | 76 ++++++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../gradle/dependency-locks/aspect.lockfile | 14 ++ .../gradle/dependency-locks/aspectj.lockfile | 8 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 14 ++ .../compileClasspath.lockfile | 15 ++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 20 ++ .../gradle/dependency-locks/gretty.lockfile | 7 + .../grettyNoSpringBoot.lockfile | 7 + .../grettyProductRuntime.lockfile | 20 ++ .../grettyProvidedCompile.lockfile | 8 + .../grettyRunnerJetty7.lockfile | 41 +++ .../grettyRunnerJetty8.lockfile | 44 ++++ .../grettyRunnerJetty9.lockfile | 51 ++++ .../grettyRunnerJetty93.lockfile | 48 ++++ .../grettyRunnerJetty94.lockfile | 50 ++++ .../grettyRunnerTomcat85.lockfile | 27 ++ .../grettyRunnerTomcat9.lockfile | 28 +++ .../grettySpringLoaded.lockfile | 8 + .../dependency-locks/grettyStarter.lockfile | 31 +++ .../gradle/dependency-locks/inpath.lockfile | 7 + .../gradle/dependency-locks/optional.lockfile | 7 + .../gradle/dependency-locks/provided.lockfile | 7 + .../dependency-locks/providedCompile.lockfile | 8 + .../dependency-locks/providedRuntime.lockfile | 8 + .../gradle/dependency-locks/runtime.lockfile | 20 ++ .../runtimeClasspath.lockfile | 20 ++ .../dependency-locks/springBoot.lockfile | 20 ++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testAspect.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 22 ++ .../testCompileClasspath.lockfile | 23 ++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testInpath.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 28 +++ .../testRuntimeClasspath.lockfile | 28 +++ .../gradle/dependency-locks/tests.lockfile | 28 +++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 24 ++ .../compileClasspath.lockfile | 24 ++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 34 +++ .../gradle/dependency-locks/gretty.lockfile | 7 + .../grettyNoSpringBoot.lockfile | 7 + .../grettyProductRuntime.lockfile | 34 +++ .../grettyProvidedCompile.lockfile | 8 + .../grettyRunnerJetty7.lockfile | 41 +++ .../grettyRunnerJetty8.lockfile | 44 ++++ .../grettyRunnerJetty9.lockfile | 51 ++++ .../grettyRunnerJetty93.lockfile | 48 ++++ .../grettyRunnerJetty94.lockfile | 50 ++++ .../grettyRunnerTomcat85.lockfile | 27 ++ .../grettyRunnerTomcat9.lockfile | 28 +++ .../grettySpringLoaded.lockfile | 8 + .../dependency-locks/grettyStarter.lockfile | 31 +++ ...ntegrationTestAnnotationProcessor.lockfile | 7 + .../integrationTestCompile.lockfile | 74 ++++++ .../integrationTestCompileClasspath.lockfile | 74 ++++++ .../integrationTestCompileOnly.lockfile | 7 + .../integrationTestRuntime.lockfile | 83 +++++++ .../integrationTestRuntimeClasspath.lockfile | 83 +++++++ .../gradle/dependency-locks/optional.lockfile | 7 + .../gradle/dependency-locks/provided.lockfile | 7 + .../dependency-locks/providedCompile.lockfile | 8 + .../dependency-locks/providedRuntime.lockfile | 8 + .../gradle/dependency-locks/runtime.lockfile | 34 +++ .../runtimeClasspath.lockfile | 34 +++ .../dependency-locks/springBoot.lockfile | 34 +++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 32 +++ .../testCompileClasspath.lockfile | 32 +++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 42 ++++ .../testRuntimeClasspath.lockfile | 42 ++++ .../gradle/dependency-locks/tests.lockfile | 42 ++++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 14 ++ .../compileClasspath.lockfile | 14 ++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 17 ++ .../gradle/dependency-locks/gretty.lockfile | 7 + .../grettyNoSpringBoot.lockfile | 7 + .../grettyProductRuntime.lockfile | 17 ++ .../grettyProvidedCompile.lockfile | 8 + .../grettyRunnerJetty7.lockfile | 41 +++ .../grettyRunnerJetty8.lockfile | 44 ++++ .../grettyRunnerJetty9.lockfile | 51 ++++ .../grettyRunnerJetty93.lockfile | 48 ++++ .../grettyRunnerJetty94.lockfile | 50 ++++ .../grettyRunnerTomcat85.lockfile | 27 ++ .../grettyRunnerTomcat9.lockfile | 28 +++ .../grettySpringLoaded.lockfile | 8 + .../dependency-locks/grettyStarter.lockfile | 31 +++ .../gradle/dependency-locks/optional.lockfile | 7 + .../gradle/dependency-locks/provided.lockfile | 7 + .../dependency-locks/providedCompile.lockfile | 8 + .../dependency-locks/providedRuntime.lockfile | 8 + .../gradle/dependency-locks/runtime.lockfile | 17 ++ .../runtimeClasspath.lockfile | 17 ++ .../dependency-locks/springBoot.lockfile | 17 ++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 24 ++ .../testCompileClasspath.lockfile | 24 ++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 27 ++ .../testRuntimeClasspath.lockfile | 27 ++ .../gradle/dependency-locks/tests.lockfile | 27 ++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 8 + .../compileClasspath.lockfile | 8 + .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 8 + .../gradle/dependency-locks/gretty.lockfile | 7 + .../grettyNoSpringBoot.lockfile | 7 + .../grettyProductRuntime.lockfile | 8 + .../grettyProvidedCompile.lockfile | 8 + .../grettyRunnerJetty7.lockfile | 41 +++ .../grettyRunnerJetty8.lockfile | 44 ++++ .../grettyRunnerJetty9.lockfile | 51 ++++ .../grettyRunnerJetty93.lockfile | 48 ++++ .../grettyRunnerJetty94.lockfile | 50 ++++ .../grettyRunnerTomcat85.lockfile | 27 ++ .../grettyRunnerTomcat9.lockfile | 28 +++ .../grettySpringLoaded.lockfile | 8 + .../dependency-locks/grettyStarter.lockfile | 31 +++ .../gradle/dependency-locks/optional.lockfile | 7 + .../gradle/dependency-locks/provided.lockfile | 7 + .../dependency-locks/providedCompile.lockfile | 8 + .../dependency-locks/providedRuntime.lockfile | 8 + .../gradle/dependency-locks/runtime.lockfile | 8 + .../runtimeClasspath.lockfile | 8 + .../dependency-locks/springBoot.lockfile | 8 + .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 18 ++ .../testCompileClasspath.lockfile | 18 ++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 18 ++ .../testRuntimeClasspath.lockfile | 18 ++ .../gradle/dependency-locks/tests.lockfile | 18 ++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 23 ++ .../compileClasspath.lockfile | 23 ++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 35 +++ .../gradle/dependency-locks/gretty.lockfile | 7 + .../grettyNoSpringBoot.lockfile | 7 + .../grettyProductRuntime.lockfile | 35 +++ .../grettyProvidedCompile.lockfile | 8 + .../grettyRunnerJetty7.lockfile | 41 +++ .../grettyRunnerJetty8.lockfile | 44 ++++ .../grettyRunnerJetty9.lockfile | 51 ++++ .../grettyRunnerJetty93.lockfile | 48 ++++ .../grettyRunnerJetty94.lockfile | 50 ++++ .../grettyRunnerTomcat85.lockfile | 27 ++ .../grettyRunnerTomcat9.lockfile | 28 +++ .../grettySpringLoaded.lockfile | 8 + .../dependency-locks/grettyStarter.lockfile | 31 +++ ...ntegrationTestAnnotationProcessor.lockfile | 7 + .../integrationTestCompile.lockfile | 70 ++++++ .../integrationTestCompileClasspath.lockfile | 70 ++++++ .../integrationTestCompileOnly.lockfile | 7 + .../integrationTestRuntime.lockfile | 82 ++++++ .../integrationTestRuntimeClasspath.lockfile | 82 ++++++ .../gradle/dependency-locks/optional.lockfile | 7 + .../gradle/dependency-locks/provided.lockfile | 7 + .../dependency-locks/providedCompile.lockfile | 8 + .../dependency-locks/providedRuntime.lockfile | 8 + .../gradle/dependency-locks/runtime.lockfile | 35 +++ .../runtimeClasspath.lockfile | 35 +++ .../dependency-locks/springBoot.lockfile | 35 +++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 31 +++ .../testCompileClasspath.lockfile | 31 +++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 43 ++++ .../testRuntimeClasspath.lockfile | 43 ++++ .../gradle/dependency-locks/tests.lockfile | 43 ++++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 16 ++ .../compileClasspath.lockfile | 16 ++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 23 ++ .../gradle/dependency-locks/gretty.lockfile | 7 + .../grettyNoSpringBoot.lockfile | 7 + .../grettyProductRuntime.lockfile | 23 ++ .../grettyProvidedCompile.lockfile | 8 + .../grettyRunnerJetty7.lockfile | 41 +++ .../grettyRunnerJetty8.lockfile | 44 ++++ .../grettyRunnerJetty9.lockfile | 51 ++++ .../grettyRunnerJetty93.lockfile | 48 ++++ .../grettyRunnerJetty94.lockfile | 50 ++++ .../grettyRunnerTomcat85.lockfile | 27 ++ .../grettyRunnerTomcat9.lockfile | 28 +++ .../grettySpringLoaded.lockfile | 8 + .../dependency-locks/grettyStarter.lockfile | 31 +++ .../gradle/dependency-locks/optional.lockfile | 9 + .../gradle/dependency-locks/provided.lockfile | 7 + .../dependency-locks/providedCompile.lockfile | 8 + .../dependency-locks/providedRuntime.lockfile | 8 + .../gradle/dependency-locks/runtime.lockfile | 23 ++ .../runtimeClasspath.lockfile | 23 ++ .../dependency-locks/springBoot.lockfile | 23 ++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 24 ++ .../testCompileClasspath.lockfile | 24 ++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 31 +++ .../testRuntimeClasspath.lockfile | 31 +++ .../gradle/dependency-locks/tests.lockfile | 31 +++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 38 +++ .../compileClasspath.lockfile | 38 +++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 41 +++ .../gradle/dependency-locks/gretty.lockfile | 7 + .../grettyNoSpringBoot.lockfile | 7 + .../grettyProductRuntime.lockfile | 41 +++ .../grettyProvidedCompile.lockfile | 8 + .../grettyRunnerJetty7.lockfile | 41 +++ .../grettyRunnerJetty8.lockfile | 44 ++++ .../grettyRunnerJetty9.lockfile | 51 ++++ .../grettyRunnerJetty93.lockfile | 48 ++++ .../grettyRunnerJetty94.lockfile | 50 ++++ .../grettyRunnerTomcat85.lockfile | 27 ++ .../grettyRunnerTomcat9.lockfile | 28 +++ .../grettySpringLoaded.lockfile | 8 + .../dependency-locks/grettyStarter.lockfile | 31 +++ .../gradle/dependency-locks/optional.lockfile | 7 + .../gradle/dependency-locks/provided.lockfile | 7 + .../dependency-locks/providedCompile.lockfile | 8 + .../dependency-locks/providedRuntime.lockfile | 8 + .../gradle/dependency-locks/runtime.lockfile | 41 +++ .../runtimeClasspath.lockfile | 41 +++ .../dependency-locks/springBoot.lockfile | 41 +++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 47 ++++ .../testCompileClasspath.lockfile | 47 ++++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 51 ++++ .../testRuntimeClasspath.lockfile | 51 ++++ .../gradle/dependency-locks/tests.lockfile | 51 ++++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 30 +++ .../compileClasspath.lockfile | 30 +++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 30 +++ .../gradle/dependency-locks/gretty.lockfile | 7 + .../grettyNoSpringBoot.lockfile | 7 + .../grettyProductRuntime.lockfile | 30 +++ .../grettyProvidedCompile.lockfile | 8 + .../grettyRunnerJetty7.lockfile | 41 +++ .../grettyRunnerJetty8.lockfile | 44 ++++ .../grettyRunnerJetty9.lockfile | 51 ++++ .../grettyRunnerJetty93.lockfile | 48 ++++ .../grettyRunnerJetty94.lockfile | 50 ++++ .../grettyRunnerTomcat85.lockfile | 27 ++ .../grettyRunnerTomcat9.lockfile | 28 +++ .../grettySpringLoaded.lockfile | 8 + .../dependency-locks/grettyStarter.lockfile | 31 +++ ...ntegrationTestAnnotationProcessor.lockfile | 7 + .../integrationTestCompile.lockfile | 79 ++++++ .../integrationTestCompileClasspath.lockfile | 79 ++++++ .../integrationTestCompileOnly.lockfile | 7 + .../integrationTestRuntime.lockfile | 79 ++++++ .../integrationTestRuntimeClasspath.lockfile | 79 ++++++ .../gradle/dependency-locks/optional.lockfile | 7 + .../gradle/dependency-locks/provided.lockfile | 7 + .../dependency-locks/providedCompile.lockfile | 8 + .../dependency-locks/providedRuntime.lockfile | 8 + .../gradle/dependency-locks/runtime.lockfile | 30 +++ .../runtimeClasspath.lockfile | 30 +++ .../dependency-locks/springBoot.lockfile | 30 +++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 40 +++ .../testCompileClasspath.lockfile | 40 +++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 40 +++ .../testRuntimeClasspath.lockfile | 40 +++ .../gradle/dependency-locks/tests.lockfile | 40 +++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 20 ++ .../compileClasspath.lockfile | 20 ++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 20 ++ .../gradle/dependency-locks/gretty.lockfile | 7 + .../grettyNoSpringBoot.lockfile | 7 + .../grettyProductRuntime.lockfile | 20 ++ .../grettyProvidedCompile.lockfile | 8 + .../grettyRunnerJetty7.lockfile | 41 +++ .../grettyRunnerJetty8.lockfile | 44 ++++ .../grettyRunnerJetty9.lockfile | 51 ++++ .../grettyRunnerJetty93.lockfile | 48 ++++ .../grettyRunnerJetty94.lockfile | 50 ++++ .../grettyRunnerTomcat85.lockfile | 27 ++ .../grettyRunnerTomcat9.lockfile | 28 +++ .../grettySpringLoaded.lockfile | 8 + .../dependency-locks/grettyStarter.lockfile | 31 +++ ...ntegrationTestAnnotationProcessor.lockfile | 7 + .../integrationTestCompile.lockfile | 69 ++++++ .../integrationTestCompileClasspath.lockfile | 69 ++++++ .../integrationTestCompileOnly.lockfile | 7 + .../integrationTestRuntime.lockfile | 69 ++++++ .../integrationTestRuntimeClasspath.lockfile | 69 ++++++ .../gradle/dependency-locks/optional.lockfile | 7 + .../gradle/dependency-locks/provided.lockfile | 7 + .../dependency-locks/providedCompile.lockfile | 9 + .../dependency-locks/providedRuntime.lockfile | 9 + .../gradle/dependency-locks/runtime.lockfile | 20 ++ .../runtimeClasspath.lockfile | 20 ++ .../dependency-locks/springBoot.lockfile | 20 ++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 30 +++ .../testCompileClasspath.lockfile | 30 +++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 30 +++ .../testRuntimeClasspath.lockfile | 30 +++ .../gradle/dependency-locks/tests.lockfile | 30 +++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 70 ++++++ .../compileClasspath.lockfile | 70 ++++++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 71 ++++++ .../gradle/dependency-locks/gretty.lockfile | 7 + .../grettyNoSpringBoot.lockfile | 7 + .../grettyProductRuntime.lockfile | 71 ++++++ .../grettyProvidedCompile.lockfile | 8 + .../grettyRunnerJetty7.lockfile | 41 +++ .../grettyRunnerJetty8.lockfile | 44 ++++ .../grettyRunnerJetty9.lockfile | 51 ++++ .../grettyRunnerJetty93.lockfile | 48 ++++ .../grettyRunnerJetty94.lockfile | 50 ++++ .../grettyRunnerTomcat85.lockfile | 27 ++ .../grettyRunnerTomcat9.lockfile | 28 +++ .../grettySpringLoaded.lockfile | 8 + .../dependency-locks/grettyStarter.lockfile | 31 +++ .../gradle/dependency-locks/optional.lockfile | 7 + .../gradle/dependency-locks/provided.lockfile | 7 + .../dependency-locks/providedCompile.lockfile | 9 + .../dependency-locks/providedRuntime.lockfile | 9 + .../gradle/dependency-locks/runtime.lockfile | 71 ++++++ .../runtimeClasspath.lockfile | 71 ++++++ .../dependency-locks/springBoot.lockfile | 71 ++++++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 77 ++++++ .../testCompileClasspath.lockfile | 77 ++++++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 78 ++++++ .../testRuntimeClasspath.lockfile | 78 ++++++ .../gradle/dependency-locks/tests.lockfile | 78 ++++++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 15 ++ .../compileClasspath.lockfile | 15 ++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 31 +++ .../gradle/dependency-locks/gretty.lockfile | 7 + .../grettyNoSpringBoot.lockfile | 7 + .../grettyProductRuntime.lockfile | 31 +++ .../grettyProvidedCompile.lockfile | 8 + .../grettyRunnerJetty7.lockfile | 41 +++ .../grettyRunnerJetty8.lockfile | 44 ++++ .../grettyRunnerJetty9.lockfile | 51 ++++ .../grettyRunnerJetty93.lockfile | 48 ++++ .../grettyRunnerJetty94.lockfile | 50 ++++ .../grettyRunnerTomcat85.lockfile | 27 ++ .../grettyRunnerTomcat9.lockfile | 28 +++ .../grettySpringLoaded.lockfile | 8 + .../dependency-locks/grettyStarter.lockfile | 31 +++ ...ntegrationTestAnnotationProcessor.lockfile | 7 + .../integrationTestCompile.lockfile | 62 +++++ .../integrationTestCompileClasspath.lockfile | 62 +++++ .../integrationTestCompileOnly.lockfile | 7 + .../integrationTestRuntime.lockfile | 78 ++++++ .../integrationTestRuntimeClasspath.lockfile | 78 ++++++ .../gradle/dependency-locks/optional.lockfile | 7 + .../gradle/dependency-locks/provided.lockfile | 7 + .../dependency-locks/providedCompile.lockfile | 8 + .../dependency-locks/providedRuntime.lockfile | 8 + .../gradle/dependency-locks/runtime.lockfile | 31 +++ .../runtimeClasspath.lockfile | 31 +++ .../dependency-locks/springBoot.lockfile | 31 +++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 23 ++ .../testCompileClasspath.lockfile | 23 ++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 39 +++ .../testRuntimeClasspath.lockfile | 39 +++ .../gradle/dependency-locks/tests.lockfile | 39 +++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 21 ++ .../compileClasspath.lockfile | 21 ++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 64 +++++ .../gradle/dependency-locks/gretty.lockfile | 7 + .../grettyNoSpringBoot.lockfile | 7 + .../grettyProductRuntime.lockfile | 64 +++++ .../grettyProvidedCompile.lockfile | 8 + .../grettyRunnerJetty7.lockfile | 41 +++ .../grettyRunnerJetty8.lockfile | 44 ++++ .../grettyRunnerJetty9.lockfile | 51 ++++ .../grettyRunnerJetty93.lockfile | 48 ++++ .../grettyRunnerJetty94.lockfile | 50 ++++ .../grettyRunnerTomcat85.lockfile | 27 ++ .../grettyRunnerTomcat9.lockfile | 28 +++ .../grettySpringLoaded.lockfile | 8 + .../dependency-locks/grettyStarter.lockfile | 31 +++ ...ntegrationTestAnnotationProcessor.lockfile | 7 + .../integrationTestCompile.lockfile | 68 +++++ .../integrationTestCompileClasspath.lockfile | 68 +++++ .../integrationTestCompileOnly.lockfile | 7 + .../integrationTestRuntime.lockfile | 110 ++++++++ .../integrationTestRuntimeClasspath.lockfile | 110 ++++++++ .../gradle/dependency-locks/optional.lockfile | 7 + .../gradle/dependency-locks/provided.lockfile | 7 + .../dependency-locks/providedCompile.lockfile | 8 + .../dependency-locks/providedRuntime.lockfile | 8 + .../gradle/dependency-locks/runtime.lockfile | 64 +++++ .../runtimeClasspath.lockfile | 64 +++++ .../dependency-locks/springBoot.lockfile | 64 +++++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 29 +++ .../testCompileClasspath.lockfile | 29 +++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 72 ++++++ .../testRuntimeClasspath.lockfile | 72 ++++++ .../gradle/dependency-locks/tests.lockfile | 72 ++++++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 39 +++ .../compileClasspath.lockfile | 39 +++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 39 +++ .../gradle/dependency-locks/gretty.lockfile | 7 + .../grettyNoSpringBoot.lockfile | 7 + .../grettyProductRuntime.lockfile | 39 +++ .../grettyProvidedCompile.lockfile | 8 + .../grettyRunnerJetty7.lockfile | 41 +++ .../grettyRunnerJetty8.lockfile | 44 ++++ .../grettyRunnerJetty9.lockfile | 51 ++++ .../grettyRunnerJetty93.lockfile | 48 ++++ .../grettyRunnerJetty94.lockfile | 50 ++++ .../grettyRunnerTomcat85.lockfile | 27 ++ .../grettyRunnerTomcat9.lockfile | 28 +++ .../grettySpringLoaded.lockfile | 8 + .../dependency-locks/grettyStarter.lockfile | 31 +++ .../gradle/dependency-locks/optional.lockfile | 7 + .../gradle/dependency-locks/provided.lockfile | 7 + .../dependency-locks/providedCompile.lockfile | 8 + .../dependency-locks/providedRuntime.lockfile | 8 + .../gradle/dependency-locks/runtime.lockfile | 39 +++ .../runtimeClasspath.lockfile | 39 +++ .../dependency-locks/springBoot.lockfile | 39 +++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 47 ++++ .../testCompileClasspath.lockfile | 47 ++++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 47 ++++ .../testRuntimeClasspath.lockfile | 47 ++++ .../gradle/dependency-locks/tests.lockfile | 47 ++++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 29 +++ .../compileClasspath.lockfile | 29 +++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 45 ++++ .../gradle/dependency-locks/gretty.lockfile | 7 + .../grettyNoSpringBoot.lockfile | 7 + .../grettyProductRuntime.lockfile | 45 ++++ .../grettyProvidedCompile.lockfile | 8 + .../grettyRunnerJetty7.lockfile | 41 +++ .../grettyRunnerJetty8.lockfile | 44 ++++ .../grettyRunnerJetty9.lockfile | 51 ++++ .../grettyRunnerJetty93.lockfile | 48 ++++ .../grettyRunnerJetty94.lockfile | 50 ++++ .../grettyRunnerTomcat85.lockfile | 27 ++ .../grettyRunnerTomcat9.lockfile | 28 +++ .../grettySpringLoaded.lockfile | 8 + .../dependency-locks/grettyStarter.lockfile | 31 +++ .../gradle/dependency-locks/optional.lockfile | 7 + .../gradle/dependency-locks/provided.lockfile | 7 + .../dependency-locks/providedCompile.lockfile | 8 + .../dependency-locks/providedRuntime.lockfile | 8 + .../gradle/dependency-locks/runtime.lockfile | 45 ++++ .../runtimeClasspath.lockfile | 45 ++++ .../dependency-locks/springBoot.lockfile | 45 ++++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 37 +++ .../testCompileClasspath.lockfile | 37 +++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 53 ++++ .../testRuntimeClasspath.lockfile | 53 ++++ .../gradle/dependency-locks/tests.lockfile | 53 ++++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 8 + .../compileClasspath.lockfile | 8 + .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 25 ++ .../gradle/dependency-locks/gretty.lockfile | 7 + .../grettyNoSpringBoot.lockfile | 7 + .../grettyProductRuntime.lockfile | 25 ++ .../grettyProvidedCompile.lockfile | 8 + .../grettyRunnerJetty7.lockfile | 41 +++ .../grettyRunnerJetty8.lockfile | 44 ++++ .../grettyRunnerJetty9.lockfile | 51 ++++ .../grettyRunnerJetty93.lockfile | 48 ++++ .../grettyRunnerJetty94.lockfile | 50 ++++ .../grettyRunnerTomcat85.lockfile | 27 ++ .../grettyRunnerTomcat9.lockfile | 28 +++ .../grettySpringLoaded.lockfile | 8 + .../dependency-locks/grettyStarter.lockfile | 31 +++ .../gradle/dependency-locks/optional.lockfile | 7 + .../gradle/dependency-locks/provided.lockfile | 7 + .../dependency-locks/providedCompile.lockfile | 8 + .../dependency-locks/providedRuntime.lockfile | 8 + .../gradle/dependency-locks/runtime.lockfile | 25 ++ .../runtimeClasspath.lockfile | 25 ++ .../dependency-locks/springBoot.lockfile | 25 ++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 28 +++ .../testCompileClasspath.lockfile | 28 +++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 33 +++ .../testRuntimeClasspath.lockfile | 33 +++ .../gradle/dependency-locks/tests.lockfile | 33 +++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 17 ++ .../compileClasspath.lockfile | 17 ++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 33 +++ .../gradle/dependency-locks/gretty.lockfile | 7 + .../grettyNoSpringBoot.lockfile | 7 + .../grettyProductRuntime.lockfile | 33 +++ .../grettyProvidedCompile.lockfile | 8 + .../grettyRunnerJetty7.lockfile | 41 +++ .../grettyRunnerJetty8.lockfile | 44 ++++ .../grettyRunnerJetty9.lockfile | 51 ++++ .../grettyRunnerJetty93.lockfile | 48 ++++ .../grettyRunnerJetty94.lockfile | 50 ++++ .../grettyRunnerTomcat85.lockfile | 27 ++ .../grettyRunnerTomcat9.lockfile | 28 +++ .../grettySpringLoaded.lockfile | 8 + .../dependency-locks/grettyStarter.lockfile | 31 +++ .../gradle/dependency-locks/optional.lockfile | 7 + .../gradle/dependency-locks/provided.lockfile | 7 + .../dependency-locks/providedCompile.lockfile | 8 + .../dependency-locks/providedRuntime.lockfile | 8 + .../gradle/dependency-locks/runtime.lockfile | 33 +++ .../runtimeClasspath.lockfile | 33 +++ .../dependency-locks/springBoot.lockfile | 33 +++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 25 ++ .../testCompileClasspath.lockfile | 25 ++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 41 +++ .../testRuntimeClasspath.lockfile | 41 +++ .../gradle/dependency-locks/tests.lockfile | 41 +++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 21 ++ .../compileClasspath.lockfile | 21 ++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 32 +++ .../gradle/dependency-locks/gretty.lockfile | 7 + .../grettyNoSpringBoot.lockfile | 7 + .../grettyProductRuntime.lockfile | 32 +++ .../grettyProvidedCompile.lockfile | 8 + .../grettyRunnerJetty7.lockfile | 41 +++ .../grettyRunnerJetty8.lockfile | 44 ++++ .../grettyRunnerJetty9.lockfile | 51 ++++ .../grettyRunnerJetty93.lockfile | 48 ++++ .../grettyRunnerJetty94.lockfile | 50 ++++ .../grettyRunnerTomcat85.lockfile | 27 ++ .../grettyRunnerTomcat9.lockfile | 28 +++ .../grettySpringLoaded.lockfile | 8 + .../dependency-locks/grettyStarter.lockfile | 31 +++ .../gradle/dependency-locks/optional.lockfile | 7 + .../gradle/dependency-locks/provided.lockfile | 7 + .../dependency-locks/providedCompile.lockfile | 8 + .../dependency-locks/providedRuntime.lockfile | 8 + .../gradle/dependency-locks/runtime.lockfile | 32 +++ .../runtimeClasspath.lockfile | 32 +++ .../dependency-locks/springBoot.lockfile | 32 +++ .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 29 +++ .../testCompileClasspath.lockfile | 29 +++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 40 +++ .../testRuntimeClasspath.lockfile | 40 +++ .../gradle/dependency-locks/tests.lockfile | 40 +++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ .../gradle/dependency-locks/compile.lockfile | 16 ++ .../compileClasspath.lockfile | 16 ++ .../dependency-locks/compileOnly.lockfile | 7 + .../gradle/dependency-locks/default.lockfile | 16 ++ .../dependency-locks/jacocoAgent.lockfile | 8 + .../dependency-locks/jacocoAnt.lockfile | 15 ++ .../gradle/dependency-locks/merging.lockfile | 7 + .../gradle/dependency-locks/optional.lockfile | 7 + .../gradle/dependency-locks/provided.lockfile | 9 + .../gradle/dependency-locks/runtime.lockfile | 16 ++ .../runtimeClasspath.lockfile | 16 ++ .../dependency-locks/runtimeMerge.lockfile | 7 + .../dependency-locks/signatures.lockfile | 7 + .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 24 ++ .../testCompileClasspath.lockfile | 24 ++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 25 ++ .../testRuntimeClasspath.lockfile | 25 ++ .../gradle/dependency-locks/tests.lockfile | 25 ++ .../annotationProcessor.lockfile | 7 + .../gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ test/gradle/dependency-locks/compile.lockfile | 15 ++ .../compileClasspath.lockfile | 15 ++ .../dependency-locks/compileOnly.lockfile | 7 + test/gradle/dependency-locks/default.lockfile | 15 ++ .../dependency-locks/jacocoAgent.lockfile | 8 + .../dependency-locks/jacocoAnt.lockfile | 15 ++ test/gradle/dependency-locks/merging.lockfile | 7 + .../gradle/dependency-locks/optional.lockfile | 31 +++ .../gradle/dependency-locks/provided.lockfile | 8 + test/gradle/dependency-locks/runtime.lockfile | 15 ++ .../runtimeClasspath.lockfile | 15 ++ .../dependency-locks/runtimeMerge.lockfile | 7 + .../dependency-locks/signatures.lockfile | 7 + .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 220 ++++++++++++++++ .../testCompileClasspath.lockfile | 214 ++++++++++++++++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 220 ++++++++++++++++ .../testRuntimeClasspath.lockfile | 220 ++++++++++++++++ test/gradle/dependency-locks/tests.lockfile | 220 ++++++++++++++++ .../annotationProcessor.lockfile | 7 + web/gradle/dependency-locks/archives.lockfile | 7 + .../dependency-locks/checkstyle.lockfile | 26 ++ web/gradle/dependency-locks/compile.lockfile | 14 ++ .../compileClasspath.lockfile | 14 ++ .../dependency-locks/compileOnly.lockfile | 7 + web/gradle/dependency-locks/default.lockfile | 14 ++ .../dependency-locks/jacocoAgent.lockfile | 8 + .../dependency-locks/jacocoAnt.lockfile | 15 ++ web/gradle/dependency-locks/merging.lockfile | 7 + web/gradle/dependency-locks/optional.lockfile | 24 ++ web/gradle/dependency-locks/provided.lockfile | 8 + web/gradle/dependency-locks/runtime.lockfile | 14 ++ .../runtimeClasspath.lockfile | 14 ++ .../dependency-locks/runtimeMerge.lockfile | 7 + .../dependency-locks/signatures.lockfile | 7 + .../testAnnotationProcessor.lockfile | 7 + .../dependency-locks/testCompile.lockfile | 44 ++++ .../testCompileClasspath.lockfile | 44 ++++ .../dependency-locks/testCompileOnly.lockfile | 7 + .../dependency-locks/testRuntime.lockfile | 44 ++++ .../testRuntimeClasspath.lockfile | 44 ++++ web/gradle/dependency-locks/tests.lockfile | 44 ++++ 2413 files changed, 80560 insertions(+) create mode 100644 acl/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 acl/gradle/dependency-locks/archives.lockfile create mode 100644 acl/gradle/dependency-locks/checkstyle.lockfile create mode 100644 acl/gradle/dependency-locks/compile.lockfile create mode 100644 acl/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 acl/gradle/dependency-locks/compileOnly.lockfile create mode 100644 acl/gradle/dependency-locks/default.lockfile create mode 100644 acl/gradle/dependency-locks/jacocoAgent.lockfile create mode 100644 acl/gradle/dependency-locks/jacocoAnt.lockfile create mode 100644 acl/gradle/dependency-locks/merging.lockfile create mode 100644 acl/gradle/dependency-locks/optional.lockfile create mode 100644 acl/gradle/dependency-locks/provided.lockfile create mode 100644 acl/gradle/dependency-locks/runtime.lockfile create mode 100644 acl/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 acl/gradle/dependency-locks/runtimeMerge.lockfile create mode 100644 acl/gradle/dependency-locks/signatures.lockfile create mode 100644 acl/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 acl/gradle/dependency-locks/testCompile.lockfile create mode 100644 acl/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 acl/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 acl/gradle/dependency-locks/testRuntime.lockfile create mode 100644 acl/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 acl/gradle/dependency-locks/tests.lockfile create mode 100644 aspects/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 aspects/gradle/dependency-locks/archives.lockfile create mode 100644 aspects/gradle/dependency-locks/aspect.lockfile create mode 100644 aspects/gradle/dependency-locks/aspectj.lockfile create mode 100644 aspects/gradle/dependency-locks/checkstyle.lockfile create mode 100644 aspects/gradle/dependency-locks/compile.lockfile create mode 100644 aspects/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 aspects/gradle/dependency-locks/compileOnly.lockfile create mode 100644 aspects/gradle/dependency-locks/default.lockfile create mode 100644 aspects/gradle/dependency-locks/inpath.lockfile create mode 100644 aspects/gradle/dependency-locks/jacocoAgent.lockfile create mode 100644 aspects/gradle/dependency-locks/jacocoAnt.lockfile create mode 100644 aspects/gradle/dependency-locks/merging.lockfile create mode 100644 aspects/gradle/dependency-locks/optional.lockfile create mode 100644 aspects/gradle/dependency-locks/provided.lockfile create mode 100644 aspects/gradle/dependency-locks/runtime.lockfile create mode 100644 aspects/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 aspects/gradle/dependency-locks/runtimeMerge.lockfile create mode 100644 aspects/gradle/dependency-locks/signatures.lockfile create mode 100644 aspects/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 aspects/gradle/dependency-locks/testAspect.lockfile create mode 100644 aspects/gradle/dependency-locks/testCompile.lockfile create mode 100644 aspects/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 aspects/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 aspects/gradle/dependency-locks/testInpath.lockfile create mode 100644 aspects/gradle/dependency-locks/testRuntime.lockfile create mode 100644 aspects/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 aspects/gradle/dependency-locks/tests.lockfile create mode 100644 cas/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 cas/gradle/dependency-locks/archives.lockfile create mode 100644 cas/gradle/dependency-locks/checkstyle.lockfile create mode 100644 cas/gradle/dependency-locks/compile.lockfile create mode 100644 cas/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 cas/gradle/dependency-locks/compileOnly.lockfile create mode 100644 cas/gradle/dependency-locks/default.lockfile create mode 100644 cas/gradle/dependency-locks/jacocoAgent.lockfile create mode 100644 cas/gradle/dependency-locks/jacocoAnt.lockfile create mode 100644 cas/gradle/dependency-locks/merging.lockfile create mode 100644 cas/gradle/dependency-locks/optional.lockfile create mode 100644 cas/gradle/dependency-locks/provided.lockfile create mode 100644 cas/gradle/dependency-locks/runtime.lockfile create mode 100644 cas/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 cas/gradle/dependency-locks/runtimeMerge.lockfile create mode 100644 cas/gradle/dependency-locks/signatures.lockfile create mode 100644 cas/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 cas/gradle/dependency-locks/testCompile.lockfile create mode 100644 cas/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 cas/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 cas/gradle/dependency-locks/testRuntime.lockfile create mode 100644 cas/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 cas/gradle/dependency-locks/tests.lockfile create mode 100644 config/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 config/gradle/dependency-locks/apiDependenciesMetadata.lockfile create mode 100644 config/gradle/dependency-locks/archives.lockfile create mode 100644 config/gradle/dependency-locks/checkstyle.lockfile create mode 100644 config/gradle/dependency-locks/compile.lockfile create mode 100644 config/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 config/gradle/dependency-locks/compileOnly.lockfile create mode 100644 config/gradle/dependency-locks/compileOnlyDependenciesMetadata.lockfile create mode 100644 config/gradle/dependency-locks/default.lockfile create mode 100644 config/gradle/dependency-locks/implementationDependenciesMetadata.lockfile create mode 100644 config/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile create mode 100644 config/gradle/dependency-locks/integrationTestApiDependenciesMetadata.lockfile create mode 100644 config/gradle/dependency-locks/integrationTestCompile.lockfile create mode 100644 config/gradle/dependency-locks/integrationTestCompileClasspath.lockfile create mode 100644 config/gradle/dependency-locks/integrationTestCompileOnly.lockfile create mode 100644 config/gradle/dependency-locks/integrationTestCompileOnlyDependenciesMetadata.lockfile create mode 100644 config/gradle/dependency-locks/integrationTestImplementationDependenciesMetadata.lockfile create mode 100644 config/gradle/dependency-locks/integrationTestKotlinScriptDef.lockfile create mode 100644 config/gradle/dependency-locks/integrationTestKotlinScriptDefExtensions.lockfile create mode 100644 config/gradle/dependency-locks/integrationTestRuntime.lockfile create mode 100644 config/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile create mode 100644 config/gradle/dependency-locks/integrationTestRuntimeOnlyDependenciesMetadata.lockfile create mode 100644 config/gradle/dependency-locks/jacocoAgent.lockfile create mode 100644 config/gradle/dependency-locks/jacocoAnt.lockfile create mode 100644 config/gradle/dependency-locks/kotlinCompilerClasspath.lockfile create mode 100644 config/gradle/dependency-locks/kotlinCompilerPluginClasspath.lockfile create mode 100644 config/gradle/dependency-locks/kotlinKlibCommonizerClasspath.lockfile create mode 100644 config/gradle/dependency-locks/kotlinNativeCompilerPluginClasspath.lockfile create mode 100644 config/gradle/dependency-locks/kotlinScriptDef.lockfile create mode 100644 config/gradle/dependency-locks/kotlinScriptDefExtensions.lockfile create mode 100644 config/gradle/dependency-locks/merging.lockfile create mode 100644 config/gradle/dependency-locks/optional.lockfile create mode 100644 config/gradle/dependency-locks/provided.lockfile create mode 100644 config/gradle/dependency-locks/runtime.lockfile create mode 100644 config/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 config/gradle/dependency-locks/runtimeMerge.lockfile create mode 100644 config/gradle/dependency-locks/runtimeOnlyDependenciesMetadata.lockfile create mode 100644 config/gradle/dependency-locks/signatures.lockfile create mode 100644 config/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 config/gradle/dependency-locks/testApiDependenciesMetadata.lockfile create mode 100644 config/gradle/dependency-locks/testCompile.lockfile create mode 100644 config/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 config/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 config/gradle/dependency-locks/testCompileOnlyDependenciesMetadata.lockfile create mode 100644 config/gradle/dependency-locks/testImplementationDependenciesMetadata.lockfile create mode 100644 config/gradle/dependency-locks/testKotlinScriptDef.lockfile create mode 100644 config/gradle/dependency-locks/testKotlinScriptDefExtensions.lockfile create mode 100644 config/gradle/dependency-locks/testRuntime.lockfile create mode 100644 config/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 config/gradle/dependency-locks/testRuntimeOnlyDependenciesMetadata.lockfile create mode 100644 config/gradle/dependency-locks/tests.lockfile create mode 100644 core/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 core/gradle/dependency-locks/archives.lockfile create mode 100644 core/gradle/dependency-locks/checkstyle.lockfile create mode 100644 core/gradle/dependency-locks/compile.lockfile create mode 100644 core/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 core/gradle/dependency-locks/compileOnly.lockfile create mode 100644 core/gradle/dependency-locks/default.lockfile create mode 100644 core/gradle/dependency-locks/included.lockfile create mode 100644 core/gradle/dependency-locks/jacocoAgent.lockfile create mode 100644 core/gradle/dependency-locks/jacocoAnt.lockfile create mode 100644 core/gradle/dependency-locks/merging.lockfile create mode 100644 core/gradle/dependency-locks/optional.lockfile create mode 100644 core/gradle/dependency-locks/provided.lockfile create mode 100644 core/gradle/dependency-locks/runtime.lockfile create mode 100644 core/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 core/gradle/dependency-locks/runtimeMerge.lockfile create mode 100644 core/gradle/dependency-locks/signatures.lockfile create mode 100644 core/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 core/gradle/dependency-locks/testCompile.lockfile create mode 100644 core/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 core/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 core/gradle/dependency-locks/testRuntime.lockfile create mode 100644 core/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 core/gradle/dependency-locks/tests.lockfile create mode 100644 crypto/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 crypto/gradle/dependency-locks/archives.lockfile create mode 100644 crypto/gradle/dependency-locks/checkstyle.lockfile create mode 100644 crypto/gradle/dependency-locks/compile.lockfile create mode 100644 crypto/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 crypto/gradle/dependency-locks/compileOnly.lockfile create mode 100644 crypto/gradle/dependency-locks/default.lockfile create mode 100644 crypto/gradle/dependency-locks/jacocoAgent.lockfile create mode 100644 crypto/gradle/dependency-locks/jacocoAnt.lockfile create mode 100644 crypto/gradle/dependency-locks/merging.lockfile create mode 100644 crypto/gradle/dependency-locks/optional.lockfile create mode 100644 crypto/gradle/dependency-locks/provided.lockfile create mode 100644 crypto/gradle/dependency-locks/runtime.lockfile create mode 100644 crypto/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 crypto/gradle/dependency-locks/runtimeMerge.lockfile create mode 100644 crypto/gradle/dependency-locks/signatures.lockfile create mode 100644 crypto/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 crypto/gradle/dependency-locks/testCompile.lockfile create mode 100644 crypto/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 crypto/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 crypto/gradle/dependency-locks/testRuntime.lockfile create mode 100644 crypto/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 crypto/gradle/dependency-locks/tests.lockfile create mode 100644 data/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 data/gradle/dependency-locks/archives.lockfile create mode 100644 data/gradle/dependency-locks/checkstyle.lockfile create mode 100644 data/gradle/dependency-locks/compile.lockfile create mode 100644 data/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 data/gradle/dependency-locks/compileOnly.lockfile create mode 100644 data/gradle/dependency-locks/default.lockfile create mode 100644 data/gradle/dependency-locks/jacocoAgent.lockfile create mode 100644 data/gradle/dependency-locks/jacocoAnt.lockfile create mode 100644 data/gradle/dependency-locks/merging.lockfile create mode 100644 data/gradle/dependency-locks/optional.lockfile create mode 100644 data/gradle/dependency-locks/provided.lockfile create mode 100644 data/gradle/dependency-locks/runtime.lockfile create mode 100644 data/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 data/gradle/dependency-locks/runtimeMerge.lockfile create mode 100644 data/gradle/dependency-locks/signatures.lockfile create mode 100644 data/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 data/gradle/dependency-locks/testCompile.lockfile create mode 100644 data/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 data/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 data/gradle/dependency-locks/testRuntime.lockfile create mode 100644 data/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 data/gradle/dependency-locks/tests.lockfile create mode 100644 docs/manual/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 docs/manual/gradle/dependency-locks/archives.lockfile create mode 100644 docs/manual/gradle/dependency-locks/asciidoctorExtensions.lockfile create mode 100644 docs/manual/gradle/dependency-locks/checkstyle.lockfile create mode 100644 docs/manual/gradle/dependency-locks/compile.lockfile create mode 100644 docs/manual/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 docs/manual/gradle/dependency-locks/compileOnly.lockfile create mode 100644 docs/manual/gradle/dependency-locks/default.lockfile create mode 100644 docs/manual/gradle/dependency-locks/documentationResources.lockfile create mode 100644 docs/manual/gradle/dependency-locks/runtime.lockfile create mode 100644 docs/manual/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 docs/manual/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 docs/manual/gradle/dependency-locks/testCompile.lockfile create mode 100644 docs/manual/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 docs/manual/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 docs/manual/gradle/dependency-locks/testRuntime.lockfile create mode 100644 docs/manual/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 itest/context/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 itest/context/gradle/dependency-locks/archives.lockfile create mode 100644 itest/context/gradle/dependency-locks/checkstyle.lockfile create mode 100644 itest/context/gradle/dependency-locks/compile.lockfile create mode 100644 itest/context/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 itest/context/gradle/dependency-locks/compileOnly.lockfile create mode 100644 itest/context/gradle/dependency-locks/default.lockfile create mode 100644 itest/context/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile create mode 100644 itest/context/gradle/dependency-locks/integrationTestCompile.lockfile create mode 100644 itest/context/gradle/dependency-locks/integrationTestCompileClasspath.lockfile create mode 100644 itest/context/gradle/dependency-locks/integrationTestCompileOnly.lockfile create mode 100644 itest/context/gradle/dependency-locks/integrationTestRuntime.lockfile create mode 100644 itest/context/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile create mode 100644 itest/context/gradle/dependency-locks/optional.lockfile create mode 100644 itest/context/gradle/dependency-locks/provided.lockfile create mode 100644 itest/context/gradle/dependency-locks/runtime.lockfile create mode 100644 itest/context/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 itest/context/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 itest/context/gradle/dependency-locks/testCompile.lockfile create mode 100644 itest/context/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 itest/context/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 itest/context/gradle/dependency-locks/testRuntime.lockfile create mode 100644 itest/context/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 itest/context/gradle/dependency-locks/tests.lockfile create mode 100644 itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/archives.lockfile create mode 100644 itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/checkstyle.lockfile create mode 100644 itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/compile.lockfile create mode 100644 itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/compileOnly.lockfile create mode 100644 itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/default.lockfile create mode 100644 itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile create mode 100644 itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/integrationTestCompile.lockfile create mode 100644 itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/integrationTestCompileClasspath.lockfile create mode 100644 itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/integrationTestCompileOnly.lockfile create mode 100644 itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/integrationTestRuntime.lockfile create mode 100644 itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile create mode 100644 itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/optional.lockfile create mode 100644 itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/provided.lockfile create mode 100644 itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/runtime.lockfile create mode 100644 itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/testCompile.lockfile create mode 100644 itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/testRuntime.lockfile create mode 100644 itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/tests.lockfile create mode 100644 itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/archives.lockfile create mode 100644 itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/checkstyle.lockfile create mode 100644 itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/compile.lockfile create mode 100644 itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/compileOnly.lockfile create mode 100644 itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/default.lockfile create mode 100644 itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile create mode 100644 itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/integrationTestCompile.lockfile create mode 100644 itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/integrationTestCompileClasspath.lockfile create mode 100644 itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/integrationTestCompileOnly.lockfile create mode 100644 itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/integrationTestRuntime.lockfile create mode 100644 itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile create mode 100644 itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/optional.lockfile create mode 100644 itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/provided.lockfile create mode 100644 itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/runtime.lockfile create mode 100644 itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/testCompile.lockfile create mode 100644 itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/testRuntime.lockfile create mode 100644 itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/tests.lockfile create mode 100644 itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/archives.lockfile create mode 100644 itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/checkstyle.lockfile create mode 100644 itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/compile.lockfile create mode 100644 itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/compileOnly.lockfile create mode 100644 itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/default.lockfile create mode 100644 itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile create mode 100644 itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/integrationTestCompile.lockfile create mode 100644 itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/integrationTestCompileClasspath.lockfile create mode 100644 itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/integrationTestCompileOnly.lockfile create mode 100644 itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/integrationTestRuntime.lockfile create mode 100644 itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile create mode 100644 itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/optional.lockfile create mode 100644 itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/provided.lockfile create mode 100644 itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/runtime.lockfile create mode 100644 itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/testCompile.lockfile create mode 100644 itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/testRuntime.lockfile create mode 100644 itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/tests.lockfile create mode 100644 itest/ldap/embedded-ldap-none/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 itest/ldap/embedded-ldap-none/gradle/dependency-locks/archives.lockfile create mode 100644 itest/ldap/embedded-ldap-none/gradle/dependency-locks/checkstyle.lockfile create mode 100644 itest/ldap/embedded-ldap-none/gradle/dependency-locks/compile.lockfile create mode 100644 itest/ldap/embedded-ldap-none/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 itest/ldap/embedded-ldap-none/gradle/dependency-locks/compileOnly.lockfile create mode 100644 itest/ldap/embedded-ldap-none/gradle/dependency-locks/default.lockfile create mode 100644 itest/ldap/embedded-ldap-none/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile create mode 100644 itest/ldap/embedded-ldap-none/gradle/dependency-locks/integrationTestCompile.lockfile create mode 100644 itest/ldap/embedded-ldap-none/gradle/dependency-locks/integrationTestCompileClasspath.lockfile create mode 100644 itest/ldap/embedded-ldap-none/gradle/dependency-locks/integrationTestCompileOnly.lockfile create mode 100644 itest/ldap/embedded-ldap-none/gradle/dependency-locks/integrationTestRuntime.lockfile create mode 100644 itest/ldap/embedded-ldap-none/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile create mode 100644 itest/ldap/embedded-ldap-none/gradle/dependency-locks/optional.lockfile create mode 100644 itest/ldap/embedded-ldap-none/gradle/dependency-locks/provided.lockfile create mode 100644 itest/ldap/embedded-ldap-none/gradle/dependency-locks/runtime.lockfile create mode 100644 itest/ldap/embedded-ldap-none/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 itest/ldap/embedded-ldap-none/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 itest/ldap/embedded-ldap-none/gradle/dependency-locks/testCompile.lockfile create mode 100644 itest/ldap/embedded-ldap-none/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 itest/ldap/embedded-ldap-none/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 itest/ldap/embedded-ldap-none/gradle/dependency-locks/testRuntime.lockfile create mode 100644 itest/ldap/embedded-ldap-none/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 itest/ldap/embedded-ldap-none/gradle/dependency-locks/tests.lockfile create mode 100644 itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/archives.lockfile create mode 100644 itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/checkstyle.lockfile create mode 100644 itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/compile.lockfile create mode 100644 itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/compileOnly.lockfile create mode 100644 itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/default.lockfile create mode 100644 itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile create mode 100644 itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/integrationTestCompile.lockfile create mode 100644 itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/integrationTestCompileClasspath.lockfile create mode 100644 itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/integrationTestCompileOnly.lockfile create mode 100644 itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/integrationTestRuntime.lockfile create mode 100644 itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile create mode 100644 itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/optional.lockfile create mode 100644 itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/provided.lockfile create mode 100644 itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/runtime.lockfile create mode 100644 itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/testCompile.lockfile create mode 100644 itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/testRuntime.lockfile create mode 100644 itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/tests.lockfile create mode 100644 itest/web/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 itest/web/gradle/dependency-locks/archives.lockfile create mode 100644 itest/web/gradle/dependency-locks/checkstyle.lockfile create mode 100644 itest/web/gradle/dependency-locks/compile.lockfile create mode 100644 itest/web/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 itest/web/gradle/dependency-locks/compileOnly.lockfile create mode 100644 itest/web/gradle/dependency-locks/default.lockfile create mode 100644 itest/web/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile create mode 100644 itest/web/gradle/dependency-locks/integrationTestCompile.lockfile create mode 100644 itest/web/gradle/dependency-locks/integrationTestCompileClasspath.lockfile create mode 100644 itest/web/gradle/dependency-locks/integrationTestCompileOnly.lockfile create mode 100644 itest/web/gradle/dependency-locks/integrationTestRuntime.lockfile create mode 100644 itest/web/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile create mode 100644 itest/web/gradle/dependency-locks/optional.lockfile create mode 100644 itest/web/gradle/dependency-locks/provided.lockfile create mode 100644 itest/web/gradle/dependency-locks/runtime.lockfile create mode 100644 itest/web/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 itest/web/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 itest/web/gradle/dependency-locks/testCompile.lockfile create mode 100644 itest/web/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 itest/web/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 itest/web/gradle/dependency-locks/testRuntime.lockfile create mode 100644 itest/web/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 itest/web/gradle/dependency-locks/tests.lockfile create mode 100644 ldap/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 ldap/gradle/dependency-locks/archives.lockfile create mode 100644 ldap/gradle/dependency-locks/checkstyle.lockfile create mode 100644 ldap/gradle/dependency-locks/compile.lockfile create mode 100644 ldap/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 ldap/gradle/dependency-locks/compileOnly.lockfile create mode 100644 ldap/gradle/dependency-locks/default.lockfile create mode 100644 ldap/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile create mode 100644 ldap/gradle/dependency-locks/integrationTestCompile.lockfile create mode 100644 ldap/gradle/dependency-locks/integrationTestCompileClasspath.lockfile create mode 100644 ldap/gradle/dependency-locks/integrationTestCompileOnly.lockfile create mode 100644 ldap/gradle/dependency-locks/integrationTestRuntime.lockfile create mode 100644 ldap/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile create mode 100644 ldap/gradle/dependency-locks/jacocoAgent.lockfile create mode 100644 ldap/gradle/dependency-locks/jacocoAnt.lockfile create mode 100644 ldap/gradle/dependency-locks/merging.lockfile create mode 100644 ldap/gradle/dependency-locks/optional.lockfile create mode 100644 ldap/gradle/dependency-locks/provided.lockfile create mode 100644 ldap/gradle/dependency-locks/runtime.lockfile create mode 100644 ldap/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 ldap/gradle/dependency-locks/runtimeMerge.lockfile create mode 100644 ldap/gradle/dependency-locks/signatures.lockfile create mode 100644 ldap/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 ldap/gradle/dependency-locks/testCompile.lockfile create mode 100644 ldap/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 ldap/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 ldap/gradle/dependency-locks/testRuntime.lockfile create mode 100644 ldap/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 ldap/gradle/dependency-locks/tests.lockfile create mode 100644 messaging/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 messaging/gradle/dependency-locks/archives.lockfile create mode 100644 messaging/gradle/dependency-locks/checkstyle.lockfile create mode 100644 messaging/gradle/dependency-locks/compile.lockfile create mode 100644 messaging/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 messaging/gradle/dependency-locks/compileOnly.lockfile create mode 100644 messaging/gradle/dependency-locks/default.lockfile create mode 100644 messaging/gradle/dependency-locks/jacocoAgent.lockfile create mode 100644 messaging/gradle/dependency-locks/jacocoAnt.lockfile create mode 100644 messaging/gradle/dependency-locks/merging.lockfile create mode 100644 messaging/gradle/dependency-locks/optional.lockfile create mode 100644 messaging/gradle/dependency-locks/provided.lockfile create mode 100644 messaging/gradle/dependency-locks/runtime.lockfile create mode 100644 messaging/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 messaging/gradle/dependency-locks/runtimeMerge.lockfile create mode 100644 messaging/gradle/dependency-locks/signatures.lockfile create mode 100644 messaging/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 messaging/gradle/dependency-locks/testCompile.lockfile create mode 100644 messaging/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 messaging/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 messaging/gradle/dependency-locks/testRuntime.lockfile create mode 100644 messaging/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 messaging/gradle/dependency-locks/tests.lockfile create mode 100644 oauth2/oauth2-client/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 oauth2/oauth2-client/gradle/dependency-locks/archives.lockfile create mode 100644 oauth2/oauth2-client/gradle/dependency-locks/checkstyle.lockfile create mode 100644 oauth2/oauth2-client/gradle/dependency-locks/compile.lockfile create mode 100644 oauth2/oauth2-client/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 oauth2/oauth2-client/gradle/dependency-locks/compileOnly.lockfile create mode 100644 oauth2/oauth2-client/gradle/dependency-locks/default.lockfile create mode 100644 oauth2/oauth2-client/gradle/dependency-locks/jacocoAgent.lockfile create mode 100644 oauth2/oauth2-client/gradle/dependency-locks/jacocoAnt.lockfile create mode 100644 oauth2/oauth2-client/gradle/dependency-locks/merging.lockfile create mode 100644 oauth2/oauth2-client/gradle/dependency-locks/optional.lockfile create mode 100644 oauth2/oauth2-client/gradle/dependency-locks/provided.lockfile create mode 100644 oauth2/oauth2-client/gradle/dependency-locks/runtime.lockfile create mode 100644 oauth2/oauth2-client/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 oauth2/oauth2-client/gradle/dependency-locks/runtimeMerge.lockfile create mode 100644 oauth2/oauth2-client/gradle/dependency-locks/signatures.lockfile create mode 100644 oauth2/oauth2-client/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 oauth2/oauth2-client/gradle/dependency-locks/testCompile.lockfile create mode 100644 oauth2/oauth2-client/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 oauth2/oauth2-client/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 oauth2/oauth2-client/gradle/dependency-locks/testRuntime.lockfile create mode 100644 oauth2/oauth2-client/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 oauth2/oauth2-client/gradle/dependency-locks/tests.lockfile create mode 100644 oauth2/oauth2-core/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 oauth2/oauth2-core/gradle/dependency-locks/archives.lockfile create mode 100644 oauth2/oauth2-core/gradle/dependency-locks/checkstyle.lockfile create mode 100644 oauth2/oauth2-core/gradle/dependency-locks/compile.lockfile create mode 100644 oauth2/oauth2-core/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 oauth2/oauth2-core/gradle/dependency-locks/compileOnly.lockfile create mode 100644 oauth2/oauth2-core/gradle/dependency-locks/default.lockfile create mode 100644 oauth2/oauth2-core/gradle/dependency-locks/jacocoAgent.lockfile create mode 100644 oauth2/oauth2-core/gradle/dependency-locks/jacocoAnt.lockfile create mode 100644 oauth2/oauth2-core/gradle/dependency-locks/merging.lockfile create mode 100644 oauth2/oauth2-core/gradle/dependency-locks/optional.lockfile create mode 100644 oauth2/oauth2-core/gradle/dependency-locks/provided.lockfile create mode 100644 oauth2/oauth2-core/gradle/dependency-locks/runtime.lockfile create mode 100644 oauth2/oauth2-core/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 oauth2/oauth2-core/gradle/dependency-locks/runtimeMerge.lockfile create mode 100644 oauth2/oauth2-core/gradle/dependency-locks/signatures.lockfile create mode 100644 oauth2/oauth2-core/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 oauth2/oauth2-core/gradle/dependency-locks/testCompile.lockfile create mode 100644 oauth2/oauth2-core/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 oauth2/oauth2-core/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 oauth2/oauth2-core/gradle/dependency-locks/testRuntime.lockfile create mode 100644 oauth2/oauth2-core/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 oauth2/oauth2-core/gradle/dependency-locks/tests.lockfile create mode 100644 oauth2/oauth2-jose/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 oauth2/oauth2-jose/gradle/dependency-locks/archives.lockfile create mode 100644 oauth2/oauth2-jose/gradle/dependency-locks/checkstyle.lockfile create mode 100644 oauth2/oauth2-jose/gradle/dependency-locks/compile.lockfile create mode 100644 oauth2/oauth2-jose/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 oauth2/oauth2-jose/gradle/dependency-locks/compileOnly.lockfile create mode 100644 oauth2/oauth2-jose/gradle/dependency-locks/default.lockfile create mode 100644 oauth2/oauth2-jose/gradle/dependency-locks/jacocoAgent.lockfile create mode 100644 oauth2/oauth2-jose/gradle/dependency-locks/jacocoAnt.lockfile create mode 100644 oauth2/oauth2-jose/gradle/dependency-locks/merging.lockfile create mode 100644 oauth2/oauth2-jose/gradle/dependency-locks/optional.lockfile create mode 100644 oauth2/oauth2-jose/gradle/dependency-locks/provided.lockfile create mode 100644 oauth2/oauth2-jose/gradle/dependency-locks/runtime.lockfile create mode 100644 oauth2/oauth2-jose/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 oauth2/oauth2-jose/gradle/dependency-locks/runtimeMerge.lockfile create mode 100644 oauth2/oauth2-jose/gradle/dependency-locks/signatures.lockfile create mode 100644 oauth2/oauth2-jose/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 oauth2/oauth2-jose/gradle/dependency-locks/testCompile.lockfile create mode 100644 oauth2/oauth2-jose/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 oauth2/oauth2-jose/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 oauth2/oauth2-jose/gradle/dependency-locks/testRuntime.lockfile create mode 100644 oauth2/oauth2-jose/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 oauth2/oauth2-jose/gradle/dependency-locks/tests.lockfile create mode 100644 oauth2/oauth2-resource-server/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 oauth2/oauth2-resource-server/gradle/dependency-locks/archives.lockfile create mode 100644 oauth2/oauth2-resource-server/gradle/dependency-locks/checkstyle.lockfile create mode 100644 oauth2/oauth2-resource-server/gradle/dependency-locks/compile.lockfile create mode 100644 oauth2/oauth2-resource-server/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 oauth2/oauth2-resource-server/gradle/dependency-locks/compileOnly.lockfile create mode 100644 oauth2/oauth2-resource-server/gradle/dependency-locks/default.lockfile create mode 100644 oauth2/oauth2-resource-server/gradle/dependency-locks/jacocoAgent.lockfile create mode 100644 oauth2/oauth2-resource-server/gradle/dependency-locks/jacocoAnt.lockfile create mode 100644 oauth2/oauth2-resource-server/gradle/dependency-locks/merging.lockfile create mode 100644 oauth2/oauth2-resource-server/gradle/dependency-locks/optional.lockfile create mode 100644 oauth2/oauth2-resource-server/gradle/dependency-locks/provided.lockfile create mode 100644 oauth2/oauth2-resource-server/gradle/dependency-locks/runtime.lockfile create mode 100644 oauth2/oauth2-resource-server/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 oauth2/oauth2-resource-server/gradle/dependency-locks/runtimeMerge.lockfile create mode 100644 oauth2/oauth2-resource-server/gradle/dependency-locks/signatures.lockfile create mode 100644 oauth2/oauth2-resource-server/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 oauth2/oauth2-resource-server/gradle/dependency-locks/testCompile.lockfile create mode 100644 oauth2/oauth2-resource-server/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 oauth2/oauth2-resource-server/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 oauth2/oauth2-resource-server/gradle/dependency-locks/testRuntime.lockfile create mode 100644 oauth2/oauth2-resource-server/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 oauth2/oauth2-resource-server/gradle/dependency-locks/tests.lockfile create mode 100644 openid/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 openid/gradle/dependency-locks/archives.lockfile create mode 100644 openid/gradle/dependency-locks/checkstyle.lockfile create mode 100644 openid/gradle/dependency-locks/compile.lockfile create mode 100644 openid/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 openid/gradle/dependency-locks/compileOnly.lockfile create mode 100644 openid/gradle/dependency-locks/default.lockfile create mode 100644 openid/gradle/dependency-locks/jacocoAgent.lockfile create mode 100644 openid/gradle/dependency-locks/jacocoAnt.lockfile create mode 100644 openid/gradle/dependency-locks/merging.lockfile create mode 100644 openid/gradle/dependency-locks/optional.lockfile create mode 100644 openid/gradle/dependency-locks/provided.lockfile create mode 100644 openid/gradle/dependency-locks/runtime.lockfile create mode 100644 openid/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 openid/gradle/dependency-locks/runtimeMerge.lockfile create mode 100644 openid/gradle/dependency-locks/signatures.lockfile create mode 100644 openid/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 openid/gradle/dependency-locks/testCompile.lockfile create mode 100644 openid/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 openid/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 openid/gradle/dependency-locks/testRuntime.lockfile create mode 100644 openid/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 openid/gradle/dependency-locks/tests.lockfile create mode 100644 remoting/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 remoting/gradle/dependency-locks/archives.lockfile create mode 100644 remoting/gradle/dependency-locks/checkstyle.lockfile create mode 100644 remoting/gradle/dependency-locks/compile.lockfile create mode 100644 remoting/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 remoting/gradle/dependency-locks/compileOnly.lockfile create mode 100644 remoting/gradle/dependency-locks/default.lockfile create mode 100644 remoting/gradle/dependency-locks/jacocoAgent.lockfile create mode 100644 remoting/gradle/dependency-locks/jacocoAnt.lockfile create mode 100644 remoting/gradle/dependency-locks/merging.lockfile create mode 100644 remoting/gradle/dependency-locks/optional.lockfile create mode 100644 remoting/gradle/dependency-locks/provided.lockfile create mode 100644 remoting/gradle/dependency-locks/runtime.lockfile create mode 100644 remoting/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 remoting/gradle/dependency-locks/runtimeMerge.lockfile create mode 100644 remoting/gradle/dependency-locks/signatures.lockfile create mode 100644 remoting/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 remoting/gradle/dependency-locks/testCompile.lockfile create mode 100644 remoting/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 remoting/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 remoting/gradle/dependency-locks/testRuntime.lockfile create mode 100644 remoting/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 remoting/gradle/dependency-locks/tests.lockfile create mode 100644 rsocket/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 rsocket/gradle/dependency-locks/archives.lockfile create mode 100644 rsocket/gradle/dependency-locks/checkstyle.lockfile create mode 100644 rsocket/gradle/dependency-locks/compile.lockfile create mode 100644 rsocket/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 rsocket/gradle/dependency-locks/compileOnly.lockfile create mode 100644 rsocket/gradle/dependency-locks/default.lockfile create mode 100644 rsocket/gradle/dependency-locks/jacocoAgent.lockfile create mode 100644 rsocket/gradle/dependency-locks/jacocoAnt.lockfile create mode 100644 rsocket/gradle/dependency-locks/merging.lockfile create mode 100644 rsocket/gradle/dependency-locks/optional.lockfile create mode 100644 rsocket/gradle/dependency-locks/provided.lockfile create mode 100644 rsocket/gradle/dependency-locks/runtime.lockfile create mode 100644 rsocket/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 rsocket/gradle/dependency-locks/runtimeMerge.lockfile create mode 100644 rsocket/gradle/dependency-locks/signatures.lockfile create mode 100644 rsocket/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 rsocket/gradle/dependency-locks/testCompile.lockfile create mode 100644 rsocket/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 rsocket/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 rsocket/gradle/dependency-locks/testRuntime.lockfile create mode 100644 rsocket/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 rsocket/gradle/dependency-locks/tests.lockfile create mode 100644 saml2/saml2-service-provider/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 saml2/saml2-service-provider/gradle/dependency-locks/archives.lockfile create mode 100644 saml2/saml2-service-provider/gradle/dependency-locks/checkstyle.lockfile create mode 100644 saml2/saml2-service-provider/gradle/dependency-locks/compile.lockfile create mode 100644 saml2/saml2-service-provider/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 saml2/saml2-service-provider/gradle/dependency-locks/compileOnly.lockfile create mode 100644 saml2/saml2-service-provider/gradle/dependency-locks/default.lockfile create mode 100644 saml2/saml2-service-provider/gradle/dependency-locks/jacocoAgent.lockfile create mode 100644 saml2/saml2-service-provider/gradle/dependency-locks/jacocoAnt.lockfile create mode 100644 saml2/saml2-service-provider/gradle/dependency-locks/merging.lockfile create mode 100644 saml2/saml2-service-provider/gradle/dependency-locks/optional.lockfile create mode 100644 saml2/saml2-service-provider/gradle/dependency-locks/provided.lockfile create mode 100644 saml2/saml2-service-provider/gradle/dependency-locks/runtime.lockfile create mode 100644 saml2/saml2-service-provider/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 saml2/saml2-service-provider/gradle/dependency-locks/runtimeMerge.lockfile create mode 100644 saml2/saml2-service-provider/gradle/dependency-locks/signatures.lockfile create mode 100644 saml2/saml2-service-provider/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 saml2/saml2-service-provider/gradle/dependency-locks/testCompile.lockfile create mode 100644 saml2/saml2-service-provider/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 saml2/saml2-service-provider/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 saml2/saml2-service-provider/gradle/dependency-locks/testRuntime.lockfile create mode 100644 saml2/saml2-service-provider/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 saml2/saml2-service-provider/gradle/dependency-locks/tests.lockfile create mode 100644 samples/boot/hellorsocket/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/boot/hellorsocket/gradle/dependency-locks/archives.lockfile create mode 100644 samples/boot/hellorsocket/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/boot/hellorsocket/gradle/dependency-locks/compile.lockfile create mode 100644 samples/boot/hellorsocket/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/boot/hellorsocket/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/boot/hellorsocket/gradle/dependency-locks/default.lockfile create mode 100644 samples/boot/hellorsocket/gradle/dependency-locks/developmentOnly.lockfile create mode 100644 samples/boot/hellorsocket/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile create mode 100644 samples/boot/hellorsocket/gradle/dependency-locks/integrationTestCompile.lockfile create mode 100644 samples/boot/hellorsocket/gradle/dependency-locks/integrationTestCompileClasspath.lockfile create mode 100644 samples/boot/hellorsocket/gradle/dependency-locks/integrationTestCompileOnly.lockfile create mode 100644 samples/boot/hellorsocket/gradle/dependency-locks/integrationTestRuntime.lockfile create mode 100644 samples/boot/hellorsocket/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile create mode 100644 samples/boot/hellorsocket/gradle/dependency-locks/optional.lockfile create mode 100644 samples/boot/hellorsocket/gradle/dependency-locks/productionRuntimeClasspath.lockfile create mode 100644 samples/boot/hellorsocket/gradle/dependency-locks/provided.lockfile create mode 100644 samples/boot/hellorsocket/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/boot/hellorsocket/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/boot/hellorsocket/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/boot/hellorsocket/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/boot/hellorsocket/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/boot/hellorsocket/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/boot/hellorsocket/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/boot/hellorsocket/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/boot/hellorsocket/gradle/dependency-locks/tests.lockfile create mode 100644 samples/boot/hellowebflux-method/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/boot/hellowebflux-method/gradle/dependency-locks/archives.lockfile create mode 100644 samples/boot/hellowebflux-method/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/boot/hellowebflux-method/gradle/dependency-locks/compile.lockfile create mode 100644 samples/boot/hellowebflux-method/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/boot/hellowebflux-method/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/boot/hellowebflux-method/gradle/dependency-locks/default.lockfile create mode 100644 samples/boot/hellowebflux-method/gradle/dependency-locks/developmentOnly.lockfile create mode 100644 samples/boot/hellowebflux-method/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile create mode 100644 samples/boot/hellowebflux-method/gradle/dependency-locks/integrationTestCompile.lockfile create mode 100644 samples/boot/hellowebflux-method/gradle/dependency-locks/integrationTestCompileClasspath.lockfile create mode 100644 samples/boot/hellowebflux-method/gradle/dependency-locks/integrationTestCompileOnly.lockfile create mode 100644 samples/boot/hellowebflux-method/gradle/dependency-locks/integrationTestRuntime.lockfile create mode 100644 samples/boot/hellowebflux-method/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile create mode 100644 samples/boot/hellowebflux-method/gradle/dependency-locks/optional.lockfile create mode 100644 samples/boot/hellowebflux-method/gradle/dependency-locks/productionRuntimeClasspath.lockfile create mode 100644 samples/boot/hellowebflux-method/gradle/dependency-locks/provided.lockfile create mode 100644 samples/boot/hellowebflux-method/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/boot/hellowebflux-method/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/boot/hellowebflux-method/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/boot/hellowebflux-method/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/boot/hellowebflux-method/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/boot/hellowebflux-method/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/boot/hellowebflux-method/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/boot/hellowebflux-method/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/boot/hellowebflux-method/gradle/dependency-locks/tests.lockfile create mode 100644 samples/boot/hellowebflux/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/boot/hellowebflux/gradle/dependency-locks/archives.lockfile create mode 100644 samples/boot/hellowebflux/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/boot/hellowebflux/gradle/dependency-locks/compile.lockfile create mode 100644 samples/boot/hellowebflux/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/boot/hellowebflux/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/boot/hellowebflux/gradle/dependency-locks/default.lockfile create mode 100644 samples/boot/hellowebflux/gradle/dependency-locks/developmentOnly.lockfile create mode 100644 samples/boot/hellowebflux/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile create mode 100644 samples/boot/hellowebflux/gradle/dependency-locks/integrationTestCompile.lockfile create mode 100644 samples/boot/hellowebflux/gradle/dependency-locks/integrationTestCompileClasspath.lockfile create mode 100644 samples/boot/hellowebflux/gradle/dependency-locks/integrationTestCompileOnly.lockfile create mode 100644 samples/boot/hellowebflux/gradle/dependency-locks/integrationTestRuntime.lockfile create mode 100644 samples/boot/hellowebflux/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile create mode 100644 samples/boot/hellowebflux/gradle/dependency-locks/optional.lockfile create mode 100644 samples/boot/hellowebflux/gradle/dependency-locks/productionRuntimeClasspath.lockfile create mode 100644 samples/boot/hellowebflux/gradle/dependency-locks/provided.lockfile create mode 100644 samples/boot/hellowebflux/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/boot/hellowebflux/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/boot/hellowebflux/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/boot/hellowebflux/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/boot/hellowebflux/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/boot/hellowebflux/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/boot/hellowebflux/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/boot/hellowebflux/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/boot/hellowebflux/gradle/dependency-locks/tests.lockfile create mode 100644 samples/boot/hellowebfluxfn/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/boot/hellowebfluxfn/gradle/dependency-locks/archives.lockfile create mode 100644 samples/boot/hellowebfluxfn/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/boot/hellowebfluxfn/gradle/dependency-locks/compile.lockfile create mode 100644 samples/boot/hellowebfluxfn/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/boot/hellowebfluxfn/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/boot/hellowebfluxfn/gradle/dependency-locks/default.lockfile create mode 100644 samples/boot/hellowebfluxfn/gradle/dependency-locks/developmentOnly.lockfile create mode 100644 samples/boot/hellowebfluxfn/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile create mode 100644 samples/boot/hellowebfluxfn/gradle/dependency-locks/integrationTestCompile.lockfile create mode 100644 samples/boot/hellowebfluxfn/gradle/dependency-locks/integrationTestCompileClasspath.lockfile create mode 100644 samples/boot/hellowebfluxfn/gradle/dependency-locks/integrationTestCompileOnly.lockfile create mode 100644 samples/boot/hellowebfluxfn/gradle/dependency-locks/integrationTestRuntime.lockfile create mode 100644 samples/boot/hellowebfluxfn/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile create mode 100644 samples/boot/hellowebfluxfn/gradle/dependency-locks/optional.lockfile create mode 100644 samples/boot/hellowebfluxfn/gradle/dependency-locks/productionRuntimeClasspath.lockfile create mode 100644 samples/boot/hellowebfluxfn/gradle/dependency-locks/provided.lockfile create mode 100644 samples/boot/hellowebfluxfn/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/boot/hellowebfluxfn/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/boot/hellowebfluxfn/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/boot/hellowebfluxfn/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/boot/hellowebfluxfn/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/boot/hellowebfluxfn/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/boot/hellowebfluxfn/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/boot/hellowebfluxfn/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/boot/hellowebfluxfn/gradle/dependency-locks/tests.lockfile create mode 100644 samples/boot/helloworld/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/boot/helloworld/gradle/dependency-locks/archives.lockfile create mode 100644 samples/boot/helloworld/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/boot/helloworld/gradle/dependency-locks/compile.lockfile create mode 100644 samples/boot/helloworld/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/boot/helloworld/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/boot/helloworld/gradle/dependency-locks/default.lockfile create mode 100644 samples/boot/helloworld/gradle/dependency-locks/developmentOnly.lockfile create mode 100644 samples/boot/helloworld/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile create mode 100644 samples/boot/helloworld/gradle/dependency-locks/integrationTestCompile.lockfile create mode 100644 samples/boot/helloworld/gradle/dependency-locks/integrationTestCompileClasspath.lockfile create mode 100644 samples/boot/helloworld/gradle/dependency-locks/integrationTestCompileOnly.lockfile create mode 100644 samples/boot/helloworld/gradle/dependency-locks/integrationTestRuntime.lockfile create mode 100644 samples/boot/helloworld/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile create mode 100644 samples/boot/helloworld/gradle/dependency-locks/optional.lockfile create mode 100644 samples/boot/helloworld/gradle/dependency-locks/productionRuntimeClasspath.lockfile create mode 100644 samples/boot/helloworld/gradle/dependency-locks/provided.lockfile create mode 100644 samples/boot/helloworld/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/boot/helloworld/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/boot/helloworld/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/boot/helloworld/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/boot/helloworld/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/boot/helloworld/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/boot/helloworld/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/boot/helloworld/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/boot/helloworld/gradle/dependency-locks/tests.lockfile create mode 100644 samples/boot/insecure/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/boot/insecure/gradle/dependency-locks/archives.lockfile create mode 100644 samples/boot/insecure/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/boot/insecure/gradle/dependency-locks/compile.lockfile create mode 100644 samples/boot/insecure/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/boot/insecure/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/boot/insecure/gradle/dependency-locks/default.lockfile create mode 100644 samples/boot/insecure/gradle/dependency-locks/developmentOnly.lockfile create mode 100644 samples/boot/insecure/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile create mode 100644 samples/boot/insecure/gradle/dependency-locks/integrationTestCompile.lockfile create mode 100644 samples/boot/insecure/gradle/dependency-locks/integrationTestCompileClasspath.lockfile create mode 100644 samples/boot/insecure/gradle/dependency-locks/integrationTestCompileOnly.lockfile create mode 100644 samples/boot/insecure/gradle/dependency-locks/integrationTestRuntime.lockfile create mode 100644 samples/boot/insecure/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile create mode 100644 samples/boot/insecure/gradle/dependency-locks/optional.lockfile create mode 100644 samples/boot/insecure/gradle/dependency-locks/productionRuntimeClasspath.lockfile create mode 100644 samples/boot/insecure/gradle/dependency-locks/provided.lockfile create mode 100644 samples/boot/insecure/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/boot/insecure/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/boot/insecure/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/boot/insecure/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/boot/insecure/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/boot/insecure/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/boot/insecure/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/boot/insecure/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/boot/insecure/gradle/dependency-locks/tests.lockfile create mode 100644 samples/boot/kotlin-webflux/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/boot/kotlin-webflux/gradle/dependency-locks/apiDependenciesMetadata.lockfile create mode 100644 samples/boot/kotlin-webflux/gradle/dependency-locks/archives.lockfile create mode 100644 samples/boot/kotlin-webflux/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/boot/kotlin-webflux/gradle/dependency-locks/compile.lockfile create mode 100644 samples/boot/kotlin-webflux/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/boot/kotlin-webflux/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/boot/kotlin-webflux/gradle/dependency-locks/compileOnlyDependenciesMetadata.lockfile create mode 100644 samples/boot/kotlin-webflux/gradle/dependency-locks/default.lockfile create mode 100644 samples/boot/kotlin-webflux/gradle/dependency-locks/developmentOnly.lockfile create mode 100644 samples/boot/kotlin-webflux/gradle/dependency-locks/implementationDependenciesMetadata.lockfile create mode 100644 samples/boot/kotlin-webflux/gradle/dependency-locks/kotlinCompilerClasspath.lockfile create mode 100644 samples/boot/kotlin-webflux/gradle/dependency-locks/kotlinCompilerPluginClasspath.lockfile create mode 100644 samples/boot/kotlin-webflux/gradle/dependency-locks/kotlinKlibCommonizerClasspath.lockfile create mode 100644 samples/boot/kotlin-webflux/gradle/dependency-locks/kotlinNativeCompilerPluginClasspath.lockfile create mode 100644 samples/boot/kotlin-webflux/gradle/dependency-locks/kotlinScriptDef.lockfile create mode 100644 samples/boot/kotlin-webflux/gradle/dependency-locks/kotlinScriptDefExtensions.lockfile create mode 100644 samples/boot/kotlin-webflux/gradle/dependency-locks/optional.lockfile create mode 100644 samples/boot/kotlin-webflux/gradle/dependency-locks/productionRuntimeClasspath.lockfile create mode 100644 samples/boot/kotlin-webflux/gradle/dependency-locks/provided.lockfile create mode 100644 samples/boot/kotlin-webflux/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/boot/kotlin-webflux/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/boot/kotlin-webflux/gradle/dependency-locks/runtimeOnlyDependenciesMetadata.lockfile create mode 100644 samples/boot/kotlin-webflux/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/boot/kotlin-webflux/gradle/dependency-locks/testApiDependenciesMetadata.lockfile create mode 100644 samples/boot/kotlin-webflux/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/boot/kotlin-webflux/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/boot/kotlin-webflux/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/boot/kotlin-webflux/gradle/dependency-locks/testCompileOnlyDependenciesMetadata.lockfile create mode 100644 samples/boot/kotlin-webflux/gradle/dependency-locks/testImplementationDependenciesMetadata.lockfile create mode 100644 samples/boot/kotlin-webflux/gradle/dependency-locks/testKotlinScriptDef.lockfile create mode 100644 samples/boot/kotlin-webflux/gradle/dependency-locks/testKotlinScriptDefExtensions.lockfile create mode 100644 samples/boot/kotlin-webflux/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/boot/kotlin-webflux/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/boot/kotlin-webflux/gradle/dependency-locks/testRuntimeOnlyDependenciesMetadata.lockfile create mode 100644 samples/boot/kotlin-webflux/gradle/dependency-locks/tests.lockfile create mode 100644 samples/boot/kotlin/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/boot/kotlin/gradle/dependency-locks/apiDependenciesMetadata.lockfile create mode 100644 samples/boot/kotlin/gradle/dependency-locks/archives.lockfile create mode 100644 samples/boot/kotlin/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/boot/kotlin/gradle/dependency-locks/compile.lockfile create mode 100644 samples/boot/kotlin/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/boot/kotlin/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/boot/kotlin/gradle/dependency-locks/compileOnlyDependenciesMetadata.lockfile create mode 100644 samples/boot/kotlin/gradle/dependency-locks/default.lockfile create mode 100644 samples/boot/kotlin/gradle/dependency-locks/developmentOnly.lockfile create mode 100644 samples/boot/kotlin/gradle/dependency-locks/implementationDependenciesMetadata.lockfile create mode 100644 samples/boot/kotlin/gradle/dependency-locks/kotlinCompilerClasspath.lockfile create mode 100644 samples/boot/kotlin/gradle/dependency-locks/kotlinCompilerPluginClasspath.lockfile create mode 100644 samples/boot/kotlin/gradle/dependency-locks/kotlinKlibCommonizerClasspath.lockfile create mode 100644 samples/boot/kotlin/gradle/dependency-locks/kotlinNativeCompilerPluginClasspath.lockfile create mode 100644 samples/boot/kotlin/gradle/dependency-locks/kotlinScriptDef.lockfile create mode 100644 samples/boot/kotlin/gradle/dependency-locks/kotlinScriptDefExtensions.lockfile create mode 100644 samples/boot/kotlin/gradle/dependency-locks/optional.lockfile create mode 100644 samples/boot/kotlin/gradle/dependency-locks/productionRuntimeClasspath.lockfile create mode 100644 samples/boot/kotlin/gradle/dependency-locks/provided.lockfile create mode 100644 samples/boot/kotlin/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/boot/kotlin/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/boot/kotlin/gradle/dependency-locks/runtimeOnlyDependenciesMetadata.lockfile create mode 100644 samples/boot/kotlin/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/boot/kotlin/gradle/dependency-locks/testApiDependenciesMetadata.lockfile create mode 100644 samples/boot/kotlin/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/boot/kotlin/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/boot/kotlin/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/boot/kotlin/gradle/dependency-locks/testCompileOnlyDependenciesMetadata.lockfile create mode 100644 samples/boot/kotlin/gradle/dependency-locks/testImplementationDependenciesMetadata.lockfile create mode 100644 samples/boot/kotlin/gradle/dependency-locks/testKotlinScriptDef.lockfile create mode 100644 samples/boot/kotlin/gradle/dependency-locks/testKotlinScriptDefExtensions.lockfile create mode 100644 samples/boot/kotlin/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/boot/kotlin/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/boot/kotlin/gradle/dependency-locks/testRuntimeOnlyDependenciesMetadata.lockfile create mode 100644 samples/boot/kotlin/gradle/dependency-locks/tests.lockfile create mode 100644 samples/boot/oauth2authorizationserver/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/boot/oauth2authorizationserver/gradle/dependency-locks/archives.lockfile create mode 100644 samples/boot/oauth2authorizationserver/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/boot/oauth2authorizationserver/gradle/dependency-locks/compile.lockfile create mode 100644 samples/boot/oauth2authorizationserver/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/boot/oauth2authorizationserver/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/boot/oauth2authorizationserver/gradle/dependency-locks/default.lockfile create mode 100644 samples/boot/oauth2authorizationserver/gradle/dependency-locks/developmentOnly.lockfile create mode 100644 samples/boot/oauth2authorizationserver/gradle/dependency-locks/optional.lockfile create mode 100644 samples/boot/oauth2authorizationserver/gradle/dependency-locks/productionRuntimeClasspath.lockfile create mode 100644 samples/boot/oauth2authorizationserver/gradle/dependency-locks/provided.lockfile create mode 100644 samples/boot/oauth2authorizationserver/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/boot/oauth2authorizationserver/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/boot/oauth2authorizationserver/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/boot/oauth2authorizationserver/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/boot/oauth2authorizationserver/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/boot/oauth2authorizationserver/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/boot/oauth2authorizationserver/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/boot/oauth2authorizationserver/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/boot/oauth2authorizationserver/gradle/dependency-locks/tests.lockfile create mode 100644 samples/boot/oauth2login-webflux/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/boot/oauth2login-webflux/gradle/dependency-locks/archives.lockfile create mode 100644 samples/boot/oauth2login-webflux/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/boot/oauth2login-webflux/gradle/dependency-locks/compile.lockfile create mode 100644 samples/boot/oauth2login-webflux/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/boot/oauth2login-webflux/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/boot/oauth2login-webflux/gradle/dependency-locks/default.lockfile create mode 100644 samples/boot/oauth2login-webflux/gradle/dependency-locks/developmentOnly.lockfile create mode 100644 samples/boot/oauth2login-webflux/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile create mode 100644 samples/boot/oauth2login-webflux/gradle/dependency-locks/integrationTestCompile.lockfile create mode 100644 samples/boot/oauth2login-webflux/gradle/dependency-locks/integrationTestCompileClasspath.lockfile create mode 100644 samples/boot/oauth2login-webflux/gradle/dependency-locks/integrationTestCompileOnly.lockfile create mode 100644 samples/boot/oauth2login-webflux/gradle/dependency-locks/integrationTestRuntime.lockfile create mode 100644 samples/boot/oauth2login-webflux/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile create mode 100644 samples/boot/oauth2login-webflux/gradle/dependency-locks/optional.lockfile create mode 100644 samples/boot/oauth2login-webflux/gradle/dependency-locks/productionRuntimeClasspath.lockfile create mode 100644 samples/boot/oauth2login-webflux/gradle/dependency-locks/provided.lockfile create mode 100644 samples/boot/oauth2login-webflux/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/boot/oauth2login-webflux/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/boot/oauth2login-webflux/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/boot/oauth2login-webflux/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/boot/oauth2login-webflux/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/boot/oauth2login-webflux/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/boot/oauth2login-webflux/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/boot/oauth2login-webflux/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/boot/oauth2login-webflux/gradle/dependency-locks/tests.lockfile create mode 100644 samples/boot/oauth2login/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/boot/oauth2login/gradle/dependency-locks/archives.lockfile create mode 100644 samples/boot/oauth2login/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/boot/oauth2login/gradle/dependency-locks/compile.lockfile create mode 100644 samples/boot/oauth2login/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/boot/oauth2login/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/boot/oauth2login/gradle/dependency-locks/default.lockfile create mode 100644 samples/boot/oauth2login/gradle/dependency-locks/developmentOnly.lockfile create mode 100644 samples/boot/oauth2login/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile create mode 100644 samples/boot/oauth2login/gradle/dependency-locks/integrationTestCompile.lockfile create mode 100644 samples/boot/oauth2login/gradle/dependency-locks/integrationTestCompileClasspath.lockfile create mode 100644 samples/boot/oauth2login/gradle/dependency-locks/integrationTestCompileOnly.lockfile create mode 100644 samples/boot/oauth2login/gradle/dependency-locks/integrationTestRuntime.lockfile create mode 100644 samples/boot/oauth2login/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile create mode 100644 samples/boot/oauth2login/gradle/dependency-locks/optional.lockfile create mode 100644 samples/boot/oauth2login/gradle/dependency-locks/productionRuntimeClasspath.lockfile create mode 100644 samples/boot/oauth2login/gradle/dependency-locks/provided.lockfile create mode 100644 samples/boot/oauth2login/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/boot/oauth2login/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/boot/oauth2login/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/boot/oauth2login/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/boot/oauth2login/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/boot/oauth2login/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/boot/oauth2login/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/boot/oauth2login/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/boot/oauth2login/gradle/dependency-locks/tests.lockfile create mode 100644 samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/archives.lockfile create mode 100644 samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/compile.lockfile create mode 100644 samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/default.lockfile create mode 100644 samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/developmentOnly.lockfile create mode 100644 samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile create mode 100644 samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/integrationTestCompile.lockfile create mode 100644 samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/integrationTestCompileClasspath.lockfile create mode 100644 samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/integrationTestCompileOnly.lockfile create mode 100644 samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/integrationTestRuntime.lockfile create mode 100644 samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile create mode 100644 samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/optional.lockfile create mode 100644 samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/productionRuntimeClasspath.lockfile create mode 100644 samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/provided.lockfile create mode 100644 samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/tests.lockfile create mode 100644 samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/archives.lockfile create mode 100644 samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/compile.lockfile create mode 100644 samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/default.lockfile create mode 100644 samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/developmentOnly.lockfile create mode 100644 samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile create mode 100644 samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/integrationTestCompile.lockfile create mode 100644 samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/integrationTestCompileClasspath.lockfile create mode 100644 samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/integrationTestCompileOnly.lockfile create mode 100644 samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/integrationTestRuntime.lockfile create mode 100644 samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile create mode 100644 samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/optional.lockfile create mode 100644 samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/productionRuntimeClasspath.lockfile create mode 100644 samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/provided.lockfile create mode 100644 samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/tests.lockfile create mode 100644 samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/archives.lockfile create mode 100644 samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/compile.lockfile create mode 100644 samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/default.lockfile create mode 100644 samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/developmentOnly.lockfile create mode 100644 samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile create mode 100644 samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/integrationTestCompile.lockfile create mode 100644 samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/integrationTestCompileClasspath.lockfile create mode 100644 samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/integrationTestCompileOnly.lockfile create mode 100644 samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/integrationTestRuntime.lockfile create mode 100644 samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile create mode 100644 samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/optional.lockfile create mode 100644 samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/productionRuntimeClasspath.lockfile create mode 100644 samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/provided.lockfile create mode 100644 samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/tests.lockfile create mode 100644 samples/boot/oauth2resourceserver-static/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/boot/oauth2resourceserver-static/gradle/dependency-locks/archives.lockfile create mode 100644 samples/boot/oauth2resourceserver-static/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/boot/oauth2resourceserver-static/gradle/dependency-locks/compile.lockfile create mode 100644 samples/boot/oauth2resourceserver-static/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/boot/oauth2resourceserver-static/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/boot/oauth2resourceserver-static/gradle/dependency-locks/default.lockfile create mode 100644 samples/boot/oauth2resourceserver-static/gradle/dependency-locks/developmentOnly.lockfile create mode 100644 samples/boot/oauth2resourceserver-static/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile create mode 100644 samples/boot/oauth2resourceserver-static/gradle/dependency-locks/integrationTestCompile.lockfile create mode 100644 samples/boot/oauth2resourceserver-static/gradle/dependency-locks/integrationTestCompileClasspath.lockfile create mode 100644 samples/boot/oauth2resourceserver-static/gradle/dependency-locks/integrationTestCompileOnly.lockfile create mode 100644 samples/boot/oauth2resourceserver-static/gradle/dependency-locks/integrationTestRuntime.lockfile create mode 100644 samples/boot/oauth2resourceserver-static/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile create mode 100644 samples/boot/oauth2resourceserver-static/gradle/dependency-locks/optional.lockfile create mode 100644 samples/boot/oauth2resourceserver-static/gradle/dependency-locks/productionRuntimeClasspath.lockfile create mode 100644 samples/boot/oauth2resourceserver-static/gradle/dependency-locks/provided.lockfile create mode 100644 samples/boot/oauth2resourceserver-static/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/boot/oauth2resourceserver-static/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/boot/oauth2resourceserver-static/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/boot/oauth2resourceserver-static/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/boot/oauth2resourceserver-static/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/boot/oauth2resourceserver-static/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/boot/oauth2resourceserver-static/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/boot/oauth2resourceserver-static/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/boot/oauth2resourceserver-static/gradle/dependency-locks/tests.lockfile create mode 100644 samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/archives.lockfile create mode 100644 samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/compile.lockfile create mode 100644 samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/default.lockfile create mode 100644 samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/developmentOnly.lockfile create mode 100644 samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile create mode 100644 samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/integrationTestCompile.lockfile create mode 100644 samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/integrationTestCompileClasspath.lockfile create mode 100644 samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/integrationTestCompileOnly.lockfile create mode 100644 samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/integrationTestRuntime.lockfile create mode 100644 samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile create mode 100644 samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/optional.lockfile create mode 100644 samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/productionRuntimeClasspath.lockfile create mode 100644 samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/provided.lockfile create mode 100644 samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/tests.lockfile create mode 100644 samples/boot/oauth2resourceserver/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/boot/oauth2resourceserver/gradle/dependency-locks/archives.lockfile create mode 100644 samples/boot/oauth2resourceserver/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/boot/oauth2resourceserver/gradle/dependency-locks/compile.lockfile create mode 100644 samples/boot/oauth2resourceserver/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/boot/oauth2resourceserver/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/boot/oauth2resourceserver/gradle/dependency-locks/default.lockfile create mode 100644 samples/boot/oauth2resourceserver/gradle/dependency-locks/developmentOnly.lockfile create mode 100644 samples/boot/oauth2resourceserver/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile create mode 100644 samples/boot/oauth2resourceserver/gradle/dependency-locks/integrationTestCompile.lockfile create mode 100644 samples/boot/oauth2resourceserver/gradle/dependency-locks/integrationTestCompileClasspath.lockfile create mode 100644 samples/boot/oauth2resourceserver/gradle/dependency-locks/integrationTestCompileOnly.lockfile create mode 100644 samples/boot/oauth2resourceserver/gradle/dependency-locks/integrationTestRuntime.lockfile create mode 100644 samples/boot/oauth2resourceserver/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile create mode 100644 samples/boot/oauth2resourceserver/gradle/dependency-locks/optional.lockfile create mode 100644 samples/boot/oauth2resourceserver/gradle/dependency-locks/productionRuntimeClasspath.lockfile create mode 100644 samples/boot/oauth2resourceserver/gradle/dependency-locks/provided.lockfile create mode 100644 samples/boot/oauth2resourceserver/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/boot/oauth2resourceserver/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/boot/oauth2resourceserver/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/boot/oauth2resourceserver/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/boot/oauth2resourceserver/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/boot/oauth2resourceserver/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/boot/oauth2resourceserver/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/boot/oauth2resourceserver/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/boot/oauth2resourceserver/gradle/dependency-locks/tests.lockfile create mode 100644 samples/boot/oauth2webclient-webflux/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/boot/oauth2webclient-webflux/gradle/dependency-locks/archives.lockfile create mode 100644 samples/boot/oauth2webclient-webflux/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/boot/oauth2webclient-webflux/gradle/dependency-locks/compile.lockfile create mode 100644 samples/boot/oauth2webclient-webflux/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/boot/oauth2webclient-webflux/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/boot/oauth2webclient-webflux/gradle/dependency-locks/default.lockfile create mode 100644 samples/boot/oauth2webclient-webflux/gradle/dependency-locks/developmentOnly.lockfile create mode 100644 samples/boot/oauth2webclient-webflux/gradle/dependency-locks/optional.lockfile create mode 100644 samples/boot/oauth2webclient-webflux/gradle/dependency-locks/productionRuntimeClasspath.lockfile create mode 100644 samples/boot/oauth2webclient-webflux/gradle/dependency-locks/provided.lockfile create mode 100644 samples/boot/oauth2webclient-webflux/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/boot/oauth2webclient-webflux/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/boot/oauth2webclient-webflux/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/boot/oauth2webclient-webflux/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/boot/oauth2webclient-webflux/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/boot/oauth2webclient-webflux/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/boot/oauth2webclient-webflux/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/boot/oauth2webclient-webflux/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/boot/oauth2webclient-webflux/gradle/dependency-locks/tests.lockfile create mode 100644 samples/boot/oauth2webclient/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/boot/oauth2webclient/gradle/dependency-locks/archives.lockfile create mode 100644 samples/boot/oauth2webclient/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/boot/oauth2webclient/gradle/dependency-locks/compile.lockfile create mode 100644 samples/boot/oauth2webclient/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/boot/oauth2webclient/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/boot/oauth2webclient/gradle/dependency-locks/default.lockfile create mode 100644 samples/boot/oauth2webclient/gradle/dependency-locks/developmentOnly.lockfile create mode 100644 samples/boot/oauth2webclient/gradle/dependency-locks/optional.lockfile create mode 100644 samples/boot/oauth2webclient/gradle/dependency-locks/productionRuntimeClasspath.lockfile create mode 100644 samples/boot/oauth2webclient/gradle/dependency-locks/provided.lockfile create mode 100644 samples/boot/oauth2webclient/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/boot/oauth2webclient/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/boot/oauth2webclient/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/boot/oauth2webclient/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/boot/oauth2webclient/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/boot/oauth2webclient/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/boot/oauth2webclient/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/boot/oauth2webclient/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/boot/oauth2webclient/gradle/dependency-locks/tests.lockfile create mode 100644 samples/boot/saml2login/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/boot/saml2login/gradle/dependency-locks/archives.lockfile create mode 100644 samples/boot/saml2login/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/boot/saml2login/gradle/dependency-locks/compile.lockfile create mode 100644 samples/boot/saml2login/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/boot/saml2login/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/boot/saml2login/gradle/dependency-locks/default.lockfile create mode 100644 samples/boot/saml2login/gradle/dependency-locks/developmentOnly.lockfile create mode 100644 samples/boot/saml2login/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile create mode 100644 samples/boot/saml2login/gradle/dependency-locks/integrationTestCompile.lockfile create mode 100644 samples/boot/saml2login/gradle/dependency-locks/integrationTestCompileClasspath.lockfile create mode 100644 samples/boot/saml2login/gradle/dependency-locks/integrationTestCompileOnly.lockfile create mode 100644 samples/boot/saml2login/gradle/dependency-locks/integrationTestRuntime.lockfile create mode 100644 samples/boot/saml2login/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile create mode 100644 samples/boot/saml2login/gradle/dependency-locks/optional.lockfile create mode 100644 samples/boot/saml2login/gradle/dependency-locks/productionRuntimeClasspath.lockfile create mode 100644 samples/boot/saml2login/gradle/dependency-locks/provided.lockfile create mode 100644 samples/boot/saml2login/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/boot/saml2login/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/boot/saml2login/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/boot/saml2login/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/boot/saml2login/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/boot/saml2login/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/boot/saml2login/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/boot/saml2login/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/boot/saml2login/gradle/dependency-locks/tests.lockfile create mode 100644 samples/boot/webflux-form/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/boot/webflux-form/gradle/dependency-locks/archives.lockfile create mode 100644 samples/boot/webflux-form/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/boot/webflux-form/gradle/dependency-locks/compile.lockfile create mode 100644 samples/boot/webflux-form/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/boot/webflux-form/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/boot/webflux-form/gradle/dependency-locks/default.lockfile create mode 100644 samples/boot/webflux-form/gradle/dependency-locks/developmentOnly.lockfile create mode 100644 samples/boot/webflux-form/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile create mode 100644 samples/boot/webflux-form/gradle/dependency-locks/integrationTestCompile.lockfile create mode 100644 samples/boot/webflux-form/gradle/dependency-locks/integrationTestCompileClasspath.lockfile create mode 100644 samples/boot/webflux-form/gradle/dependency-locks/integrationTestCompileOnly.lockfile create mode 100644 samples/boot/webflux-form/gradle/dependency-locks/integrationTestRuntime.lockfile create mode 100644 samples/boot/webflux-form/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile create mode 100644 samples/boot/webflux-form/gradle/dependency-locks/optional.lockfile create mode 100644 samples/boot/webflux-form/gradle/dependency-locks/productionRuntimeClasspath.lockfile create mode 100644 samples/boot/webflux-form/gradle/dependency-locks/provided.lockfile create mode 100644 samples/boot/webflux-form/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/boot/webflux-form/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/boot/webflux-form/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/boot/webflux-form/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/boot/webflux-form/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/boot/webflux-form/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/boot/webflux-form/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/boot/webflux-form/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/boot/webflux-form/gradle/dependency-locks/tests.lockfile create mode 100644 samples/boot/webflux-x509/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/boot/webflux-x509/gradle/dependency-locks/archives.lockfile create mode 100644 samples/boot/webflux-x509/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/boot/webflux-x509/gradle/dependency-locks/compile.lockfile create mode 100644 samples/boot/webflux-x509/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/boot/webflux-x509/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/boot/webflux-x509/gradle/dependency-locks/default.lockfile create mode 100644 samples/boot/webflux-x509/gradle/dependency-locks/developmentOnly.lockfile create mode 100644 samples/boot/webflux-x509/gradle/dependency-locks/optional.lockfile create mode 100644 samples/boot/webflux-x509/gradle/dependency-locks/productionRuntimeClasspath.lockfile create mode 100644 samples/boot/webflux-x509/gradle/dependency-locks/provided.lockfile create mode 100644 samples/boot/webflux-x509/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/boot/webflux-x509/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/boot/webflux-x509/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/boot/webflux-x509/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/boot/webflux-x509/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/boot/webflux-x509/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/boot/webflux-x509/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/boot/webflux-x509/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/boot/webflux-x509/gradle/dependency-locks/tests.lockfile create mode 100644 samples/javaconfig/aspectj/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/javaconfig/aspectj/gradle/dependency-locks/archives.lockfile create mode 100644 samples/javaconfig/aspectj/gradle/dependency-locks/aspect.lockfile create mode 100644 samples/javaconfig/aspectj/gradle/dependency-locks/aspectj.lockfile create mode 100644 samples/javaconfig/aspectj/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/javaconfig/aspectj/gradle/dependency-locks/compile.lockfile create mode 100644 samples/javaconfig/aspectj/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/javaconfig/aspectj/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/javaconfig/aspectj/gradle/dependency-locks/default.lockfile create mode 100644 samples/javaconfig/aspectj/gradle/dependency-locks/inpath.lockfile create mode 100644 samples/javaconfig/aspectj/gradle/dependency-locks/optional.lockfile create mode 100644 samples/javaconfig/aspectj/gradle/dependency-locks/provided.lockfile create mode 100644 samples/javaconfig/aspectj/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/javaconfig/aspectj/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/javaconfig/aspectj/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/javaconfig/aspectj/gradle/dependency-locks/testAspect.lockfile create mode 100644 samples/javaconfig/aspectj/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/javaconfig/aspectj/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/javaconfig/aspectj/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/javaconfig/aspectj/gradle/dependency-locks/testInpath.lockfile create mode 100644 samples/javaconfig/aspectj/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/javaconfig/aspectj/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/javaconfig/aspectj/gradle/dependency-locks/tests.lockfile create mode 100644 samples/javaconfig/concurrency/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/javaconfig/concurrency/gradle/dependency-locks/archives.lockfile create mode 100644 samples/javaconfig/concurrency/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/javaconfig/concurrency/gradle/dependency-locks/compile.lockfile create mode 100644 samples/javaconfig/concurrency/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/javaconfig/concurrency/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/javaconfig/concurrency/gradle/dependency-locks/default.lockfile create mode 100644 samples/javaconfig/concurrency/gradle/dependency-locks/gretty.lockfile create mode 100644 samples/javaconfig/concurrency/gradle/dependency-locks/grettyNoSpringBoot.lockfile create mode 100644 samples/javaconfig/concurrency/gradle/dependency-locks/grettyProductRuntime.lockfile create mode 100644 samples/javaconfig/concurrency/gradle/dependency-locks/grettyProvidedCompile.lockfile create mode 100644 samples/javaconfig/concurrency/gradle/dependency-locks/grettyRunnerJetty7.lockfile create mode 100644 samples/javaconfig/concurrency/gradle/dependency-locks/grettyRunnerJetty8.lockfile create mode 100644 samples/javaconfig/concurrency/gradle/dependency-locks/grettyRunnerJetty9.lockfile create mode 100644 samples/javaconfig/concurrency/gradle/dependency-locks/grettyRunnerJetty93.lockfile create mode 100644 samples/javaconfig/concurrency/gradle/dependency-locks/grettyRunnerJetty94.lockfile create mode 100644 samples/javaconfig/concurrency/gradle/dependency-locks/grettyRunnerTomcat85.lockfile create mode 100644 samples/javaconfig/concurrency/gradle/dependency-locks/grettyRunnerTomcat9.lockfile create mode 100644 samples/javaconfig/concurrency/gradle/dependency-locks/grettySpringLoaded.lockfile create mode 100644 samples/javaconfig/concurrency/gradle/dependency-locks/grettyStarter.lockfile create mode 100644 samples/javaconfig/concurrency/gradle/dependency-locks/optional.lockfile create mode 100644 samples/javaconfig/concurrency/gradle/dependency-locks/provided.lockfile create mode 100644 samples/javaconfig/concurrency/gradle/dependency-locks/providedCompile.lockfile create mode 100644 samples/javaconfig/concurrency/gradle/dependency-locks/providedRuntime.lockfile create mode 100644 samples/javaconfig/concurrency/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/javaconfig/concurrency/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/javaconfig/concurrency/gradle/dependency-locks/springBoot.lockfile create mode 100644 samples/javaconfig/concurrency/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/javaconfig/concurrency/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/javaconfig/concurrency/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/javaconfig/concurrency/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/javaconfig/concurrency/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/javaconfig/concurrency/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/javaconfig/concurrency/gradle/dependency-locks/tests.lockfile create mode 100644 samples/javaconfig/data/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/javaconfig/data/gradle/dependency-locks/archives.lockfile create mode 100644 samples/javaconfig/data/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/javaconfig/data/gradle/dependency-locks/compile.lockfile create mode 100644 samples/javaconfig/data/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/javaconfig/data/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/javaconfig/data/gradle/dependency-locks/default.lockfile create mode 100644 samples/javaconfig/data/gradle/dependency-locks/optional.lockfile create mode 100644 samples/javaconfig/data/gradle/dependency-locks/provided.lockfile create mode 100644 samples/javaconfig/data/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/javaconfig/data/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/javaconfig/data/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/javaconfig/data/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/javaconfig/data/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/javaconfig/data/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/javaconfig/data/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/javaconfig/data/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/javaconfig/data/gradle/dependency-locks/tests.lockfile create mode 100644 samples/javaconfig/form/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/javaconfig/form/gradle/dependency-locks/archives.lockfile create mode 100644 samples/javaconfig/form/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/javaconfig/form/gradle/dependency-locks/compile.lockfile create mode 100644 samples/javaconfig/form/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/javaconfig/form/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/javaconfig/form/gradle/dependency-locks/default.lockfile create mode 100644 samples/javaconfig/form/gradle/dependency-locks/gretty.lockfile create mode 100644 samples/javaconfig/form/gradle/dependency-locks/grettyNoSpringBoot.lockfile create mode 100644 samples/javaconfig/form/gradle/dependency-locks/grettyProductRuntime.lockfile create mode 100644 samples/javaconfig/form/gradle/dependency-locks/grettyProvidedCompile.lockfile create mode 100644 samples/javaconfig/form/gradle/dependency-locks/grettyRunnerJetty7.lockfile create mode 100644 samples/javaconfig/form/gradle/dependency-locks/grettyRunnerJetty8.lockfile create mode 100644 samples/javaconfig/form/gradle/dependency-locks/grettyRunnerJetty9.lockfile create mode 100644 samples/javaconfig/form/gradle/dependency-locks/grettyRunnerJetty93.lockfile create mode 100644 samples/javaconfig/form/gradle/dependency-locks/grettyRunnerJetty94.lockfile create mode 100644 samples/javaconfig/form/gradle/dependency-locks/grettyRunnerTomcat85.lockfile create mode 100644 samples/javaconfig/form/gradle/dependency-locks/grettyRunnerTomcat9.lockfile create mode 100644 samples/javaconfig/form/gradle/dependency-locks/grettySpringLoaded.lockfile create mode 100644 samples/javaconfig/form/gradle/dependency-locks/grettyStarter.lockfile create mode 100644 samples/javaconfig/form/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile create mode 100644 samples/javaconfig/form/gradle/dependency-locks/integrationTestCompile.lockfile create mode 100644 samples/javaconfig/form/gradle/dependency-locks/integrationTestCompileClasspath.lockfile create mode 100644 samples/javaconfig/form/gradle/dependency-locks/integrationTestCompileOnly.lockfile create mode 100644 samples/javaconfig/form/gradle/dependency-locks/integrationTestRuntime.lockfile create mode 100644 samples/javaconfig/form/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile create mode 100644 samples/javaconfig/form/gradle/dependency-locks/optional.lockfile create mode 100644 samples/javaconfig/form/gradle/dependency-locks/provided.lockfile create mode 100644 samples/javaconfig/form/gradle/dependency-locks/providedCompile.lockfile create mode 100644 samples/javaconfig/form/gradle/dependency-locks/providedRuntime.lockfile create mode 100644 samples/javaconfig/form/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/javaconfig/form/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/javaconfig/form/gradle/dependency-locks/springBoot.lockfile create mode 100644 samples/javaconfig/form/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/javaconfig/form/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/javaconfig/form/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/javaconfig/form/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/javaconfig/form/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/javaconfig/form/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/javaconfig/form/gradle/dependency-locks/tests.lockfile create mode 100644 samples/javaconfig/hellojs/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/javaconfig/hellojs/gradle/dependency-locks/archives.lockfile create mode 100644 samples/javaconfig/hellojs/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/javaconfig/hellojs/gradle/dependency-locks/compile.lockfile create mode 100644 samples/javaconfig/hellojs/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/javaconfig/hellojs/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/javaconfig/hellojs/gradle/dependency-locks/default.lockfile create mode 100644 samples/javaconfig/hellojs/gradle/dependency-locks/gretty.lockfile create mode 100644 samples/javaconfig/hellojs/gradle/dependency-locks/grettyNoSpringBoot.lockfile create mode 100644 samples/javaconfig/hellojs/gradle/dependency-locks/grettyProductRuntime.lockfile create mode 100644 samples/javaconfig/hellojs/gradle/dependency-locks/grettyProvidedCompile.lockfile create mode 100644 samples/javaconfig/hellojs/gradle/dependency-locks/grettyRunnerJetty7.lockfile create mode 100644 samples/javaconfig/hellojs/gradle/dependency-locks/grettyRunnerJetty8.lockfile create mode 100644 samples/javaconfig/hellojs/gradle/dependency-locks/grettyRunnerJetty9.lockfile create mode 100644 samples/javaconfig/hellojs/gradle/dependency-locks/grettyRunnerJetty93.lockfile create mode 100644 samples/javaconfig/hellojs/gradle/dependency-locks/grettyRunnerJetty94.lockfile create mode 100644 samples/javaconfig/hellojs/gradle/dependency-locks/grettyRunnerTomcat85.lockfile create mode 100644 samples/javaconfig/hellojs/gradle/dependency-locks/grettyRunnerTomcat9.lockfile create mode 100644 samples/javaconfig/hellojs/gradle/dependency-locks/grettySpringLoaded.lockfile create mode 100644 samples/javaconfig/hellojs/gradle/dependency-locks/grettyStarter.lockfile create mode 100644 samples/javaconfig/hellojs/gradle/dependency-locks/optional.lockfile create mode 100644 samples/javaconfig/hellojs/gradle/dependency-locks/provided.lockfile create mode 100644 samples/javaconfig/hellojs/gradle/dependency-locks/providedCompile.lockfile create mode 100644 samples/javaconfig/hellojs/gradle/dependency-locks/providedRuntime.lockfile create mode 100644 samples/javaconfig/hellojs/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/javaconfig/hellojs/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/javaconfig/hellojs/gradle/dependency-locks/springBoot.lockfile create mode 100644 samples/javaconfig/hellojs/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/javaconfig/hellojs/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/javaconfig/hellojs/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/javaconfig/hellojs/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/javaconfig/hellojs/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/javaconfig/hellojs/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/javaconfig/hellojs/gradle/dependency-locks/tests.lockfile create mode 100644 samples/javaconfig/hellomvc/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/javaconfig/hellomvc/gradle/dependency-locks/archives.lockfile create mode 100644 samples/javaconfig/hellomvc/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/javaconfig/hellomvc/gradle/dependency-locks/compile.lockfile create mode 100644 samples/javaconfig/hellomvc/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/javaconfig/hellomvc/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/javaconfig/hellomvc/gradle/dependency-locks/default.lockfile create mode 100644 samples/javaconfig/hellomvc/gradle/dependency-locks/gretty.lockfile create mode 100644 samples/javaconfig/hellomvc/gradle/dependency-locks/grettyNoSpringBoot.lockfile create mode 100644 samples/javaconfig/hellomvc/gradle/dependency-locks/grettyProductRuntime.lockfile create mode 100644 samples/javaconfig/hellomvc/gradle/dependency-locks/grettyProvidedCompile.lockfile create mode 100644 samples/javaconfig/hellomvc/gradle/dependency-locks/grettyRunnerJetty7.lockfile create mode 100644 samples/javaconfig/hellomvc/gradle/dependency-locks/grettyRunnerJetty8.lockfile create mode 100644 samples/javaconfig/hellomvc/gradle/dependency-locks/grettyRunnerJetty9.lockfile create mode 100644 samples/javaconfig/hellomvc/gradle/dependency-locks/grettyRunnerJetty93.lockfile create mode 100644 samples/javaconfig/hellomvc/gradle/dependency-locks/grettyRunnerJetty94.lockfile create mode 100644 samples/javaconfig/hellomvc/gradle/dependency-locks/grettyRunnerTomcat85.lockfile create mode 100644 samples/javaconfig/hellomvc/gradle/dependency-locks/grettyRunnerTomcat9.lockfile create mode 100644 samples/javaconfig/hellomvc/gradle/dependency-locks/grettySpringLoaded.lockfile create mode 100644 samples/javaconfig/hellomvc/gradle/dependency-locks/grettyStarter.lockfile create mode 100644 samples/javaconfig/hellomvc/gradle/dependency-locks/optional.lockfile create mode 100644 samples/javaconfig/hellomvc/gradle/dependency-locks/provided.lockfile create mode 100644 samples/javaconfig/hellomvc/gradle/dependency-locks/providedCompile.lockfile create mode 100644 samples/javaconfig/hellomvc/gradle/dependency-locks/providedRuntime.lockfile create mode 100644 samples/javaconfig/hellomvc/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/javaconfig/hellomvc/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/javaconfig/hellomvc/gradle/dependency-locks/springBoot.lockfile create mode 100644 samples/javaconfig/hellomvc/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/javaconfig/hellomvc/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/javaconfig/hellomvc/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/javaconfig/hellomvc/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/javaconfig/hellomvc/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/javaconfig/hellomvc/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/javaconfig/hellomvc/gradle/dependency-locks/tests.lockfile create mode 100644 samples/javaconfig/helloworld/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/javaconfig/helloworld/gradle/dependency-locks/archives.lockfile create mode 100644 samples/javaconfig/helloworld/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/javaconfig/helloworld/gradle/dependency-locks/compile.lockfile create mode 100644 samples/javaconfig/helloworld/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/javaconfig/helloworld/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/javaconfig/helloworld/gradle/dependency-locks/default.lockfile create mode 100644 samples/javaconfig/helloworld/gradle/dependency-locks/gretty.lockfile create mode 100644 samples/javaconfig/helloworld/gradle/dependency-locks/grettyNoSpringBoot.lockfile create mode 100644 samples/javaconfig/helloworld/gradle/dependency-locks/grettyProductRuntime.lockfile create mode 100644 samples/javaconfig/helloworld/gradle/dependency-locks/grettyProvidedCompile.lockfile create mode 100644 samples/javaconfig/helloworld/gradle/dependency-locks/grettyRunnerJetty7.lockfile create mode 100644 samples/javaconfig/helloworld/gradle/dependency-locks/grettyRunnerJetty8.lockfile create mode 100644 samples/javaconfig/helloworld/gradle/dependency-locks/grettyRunnerJetty9.lockfile create mode 100644 samples/javaconfig/helloworld/gradle/dependency-locks/grettyRunnerJetty93.lockfile create mode 100644 samples/javaconfig/helloworld/gradle/dependency-locks/grettyRunnerJetty94.lockfile create mode 100644 samples/javaconfig/helloworld/gradle/dependency-locks/grettyRunnerTomcat85.lockfile create mode 100644 samples/javaconfig/helloworld/gradle/dependency-locks/grettyRunnerTomcat9.lockfile create mode 100644 samples/javaconfig/helloworld/gradle/dependency-locks/grettySpringLoaded.lockfile create mode 100644 samples/javaconfig/helloworld/gradle/dependency-locks/grettyStarter.lockfile create mode 100644 samples/javaconfig/helloworld/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile create mode 100644 samples/javaconfig/helloworld/gradle/dependency-locks/integrationTestCompile.lockfile create mode 100644 samples/javaconfig/helloworld/gradle/dependency-locks/integrationTestCompileClasspath.lockfile create mode 100644 samples/javaconfig/helloworld/gradle/dependency-locks/integrationTestCompileOnly.lockfile create mode 100644 samples/javaconfig/helloworld/gradle/dependency-locks/integrationTestRuntime.lockfile create mode 100644 samples/javaconfig/helloworld/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile create mode 100644 samples/javaconfig/helloworld/gradle/dependency-locks/optional.lockfile create mode 100644 samples/javaconfig/helloworld/gradle/dependency-locks/provided.lockfile create mode 100644 samples/javaconfig/helloworld/gradle/dependency-locks/providedCompile.lockfile create mode 100644 samples/javaconfig/helloworld/gradle/dependency-locks/providedRuntime.lockfile create mode 100644 samples/javaconfig/helloworld/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/javaconfig/helloworld/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/javaconfig/helloworld/gradle/dependency-locks/springBoot.lockfile create mode 100644 samples/javaconfig/helloworld/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/javaconfig/helloworld/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/javaconfig/helloworld/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/javaconfig/helloworld/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/javaconfig/helloworld/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/javaconfig/helloworld/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/javaconfig/helloworld/gradle/dependency-locks/tests.lockfile create mode 100644 samples/javaconfig/inmemory/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/javaconfig/inmemory/gradle/dependency-locks/archives.lockfile create mode 100644 samples/javaconfig/inmemory/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/javaconfig/inmemory/gradle/dependency-locks/compile.lockfile create mode 100644 samples/javaconfig/inmemory/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/javaconfig/inmemory/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/javaconfig/inmemory/gradle/dependency-locks/default.lockfile create mode 100644 samples/javaconfig/inmemory/gradle/dependency-locks/gretty.lockfile create mode 100644 samples/javaconfig/inmemory/gradle/dependency-locks/grettyNoSpringBoot.lockfile create mode 100644 samples/javaconfig/inmemory/gradle/dependency-locks/grettyProductRuntime.lockfile create mode 100644 samples/javaconfig/inmemory/gradle/dependency-locks/grettyProvidedCompile.lockfile create mode 100644 samples/javaconfig/inmemory/gradle/dependency-locks/grettyRunnerJetty7.lockfile create mode 100644 samples/javaconfig/inmemory/gradle/dependency-locks/grettyRunnerJetty8.lockfile create mode 100644 samples/javaconfig/inmemory/gradle/dependency-locks/grettyRunnerJetty9.lockfile create mode 100644 samples/javaconfig/inmemory/gradle/dependency-locks/grettyRunnerJetty93.lockfile create mode 100644 samples/javaconfig/inmemory/gradle/dependency-locks/grettyRunnerJetty94.lockfile create mode 100644 samples/javaconfig/inmemory/gradle/dependency-locks/grettyRunnerTomcat85.lockfile create mode 100644 samples/javaconfig/inmemory/gradle/dependency-locks/grettyRunnerTomcat9.lockfile create mode 100644 samples/javaconfig/inmemory/gradle/dependency-locks/grettySpringLoaded.lockfile create mode 100644 samples/javaconfig/inmemory/gradle/dependency-locks/grettyStarter.lockfile create mode 100644 samples/javaconfig/inmemory/gradle/dependency-locks/optional.lockfile create mode 100644 samples/javaconfig/inmemory/gradle/dependency-locks/provided.lockfile create mode 100644 samples/javaconfig/inmemory/gradle/dependency-locks/providedCompile.lockfile create mode 100644 samples/javaconfig/inmemory/gradle/dependency-locks/providedRuntime.lockfile create mode 100644 samples/javaconfig/inmemory/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/javaconfig/inmemory/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/javaconfig/inmemory/gradle/dependency-locks/springBoot.lockfile create mode 100644 samples/javaconfig/inmemory/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/javaconfig/inmemory/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/javaconfig/inmemory/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/javaconfig/inmemory/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/javaconfig/inmemory/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/javaconfig/inmemory/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/javaconfig/inmemory/gradle/dependency-locks/tests.lockfile create mode 100644 samples/javaconfig/jdbc/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/javaconfig/jdbc/gradle/dependency-locks/archives.lockfile create mode 100644 samples/javaconfig/jdbc/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/javaconfig/jdbc/gradle/dependency-locks/compile.lockfile create mode 100644 samples/javaconfig/jdbc/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/javaconfig/jdbc/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/javaconfig/jdbc/gradle/dependency-locks/default.lockfile create mode 100644 samples/javaconfig/jdbc/gradle/dependency-locks/gretty.lockfile create mode 100644 samples/javaconfig/jdbc/gradle/dependency-locks/grettyNoSpringBoot.lockfile create mode 100644 samples/javaconfig/jdbc/gradle/dependency-locks/grettyProductRuntime.lockfile create mode 100644 samples/javaconfig/jdbc/gradle/dependency-locks/grettyProvidedCompile.lockfile create mode 100644 samples/javaconfig/jdbc/gradle/dependency-locks/grettyRunnerJetty7.lockfile create mode 100644 samples/javaconfig/jdbc/gradle/dependency-locks/grettyRunnerJetty8.lockfile create mode 100644 samples/javaconfig/jdbc/gradle/dependency-locks/grettyRunnerJetty9.lockfile create mode 100644 samples/javaconfig/jdbc/gradle/dependency-locks/grettyRunnerJetty93.lockfile create mode 100644 samples/javaconfig/jdbc/gradle/dependency-locks/grettyRunnerJetty94.lockfile create mode 100644 samples/javaconfig/jdbc/gradle/dependency-locks/grettyRunnerTomcat85.lockfile create mode 100644 samples/javaconfig/jdbc/gradle/dependency-locks/grettyRunnerTomcat9.lockfile create mode 100644 samples/javaconfig/jdbc/gradle/dependency-locks/grettySpringLoaded.lockfile create mode 100644 samples/javaconfig/jdbc/gradle/dependency-locks/grettyStarter.lockfile create mode 100644 samples/javaconfig/jdbc/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile create mode 100644 samples/javaconfig/jdbc/gradle/dependency-locks/integrationTestCompile.lockfile create mode 100644 samples/javaconfig/jdbc/gradle/dependency-locks/integrationTestCompileClasspath.lockfile create mode 100644 samples/javaconfig/jdbc/gradle/dependency-locks/integrationTestCompileOnly.lockfile create mode 100644 samples/javaconfig/jdbc/gradle/dependency-locks/integrationTestRuntime.lockfile create mode 100644 samples/javaconfig/jdbc/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile create mode 100644 samples/javaconfig/jdbc/gradle/dependency-locks/optional.lockfile create mode 100644 samples/javaconfig/jdbc/gradle/dependency-locks/provided.lockfile create mode 100644 samples/javaconfig/jdbc/gradle/dependency-locks/providedCompile.lockfile create mode 100644 samples/javaconfig/jdbc/gradle/dependency-locks/providedRuntime.lockfile create mode 100644 samples/javaconfig/jdbc/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/javaconfig/jdbc/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/javaconfig/jdbc/gradle/dependency-locks/springBoot.lockfile create mode 100644 samples/javaconfig/jdbc/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/javaconfig/jdbc/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/javaconfig/jdbc/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/javaconfig/jdbc/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/javaconfig/jdbc/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/javaconfig/jdbc/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/javaconfig/jdbc/gradle/dependency-locks/tests.lockfile create mode 100644 samples/javaconfig/ldap/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/javaconfig/ldap/gradle/dependency-locks/archives.lockfile create mode 100644 samples/javaconfig/ldap/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/javaconfig/ldap/gradle/dependency-locks/compile.lockfile create mode 100644 samples/javaconfig/ldap/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/javaconfig/ldap/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/javaconfig/ldap/gradle/dependency-locks/default.lockfile create mode 100644 samples/javaconfig/ldap/gradle/dependency-locks/gretty.lockfile create mode 100644 samples/javaconfig/ldap/gradle/dependency-locks/grettyNoSpringBoot.lockfile create mode 100644 samples/javaconfig/ldap/gradle/dependency-locks/grettyProductRuntime.lockfile create mode 100644 samples/javaconfig/ldap/gradle/dependency-locks/grettyProvidedCompile.lockfile create mode 100644 samples/javaconfig/ldap/gradle/dependency-locks/grettyRunnerJetty7.lockfile create mode 100644 samples/javaconfig/ldap/gradle/dependency-locks/grettyRunnerJetty8.lockfile create mode 100644 samples/javaconfig/ldap/gradle/dependency-locks/grettyRunnerJetty9.lockfile create mode 100644 samples/javaconfig/ldap/gradle/dependency-locks/grettyRunnerJetty93.lockfile create mode 100644 samples/javaconfig/ldap/gradle/dependency-locks/grettyRunnerJetty94.lockfile create mode 100644 samples/javaconfig/ldap/gradle/dependency-locks/grettyRunnerTomcat85.lockfile create mode 100644 samples/javaconfig/ldap/gradle/dependency-locks/grettyRunnerTomcat9.lockfile create mode 100644 samples/javaconfig/ldap/gradle/dependency-locks/grettySpringLoaded.lockfile create mode 100644 samples/javaconfig/ldap/gradle/dependency-locks/grettyStarter.lockfile create mode 100644 samples/javaconfig/ldap/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile create mode 100644 samples/javaconfig/ldap/gradle/dependency-locks/integrationTestCompile.lockfile create mode 100644 samples/javaconfig/ldap/gradle/dependency-locks/integrationTestCompileClasspath.lockfile create mode 100644 samples/javaconfig/ldap/gradle/dependency-locks/integrationTestCompileOnly.lockfile create mode 100644 samples/javaconfig/ldap/gradle/dependency-locks/integrationTestRuntime.lockfile create mode 100644 samples/javaconfig/ldap/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile create mode 100644 samples/javaconfig/ldap/gradle/dependency-locks/optional.lockfile create mode 100644 samples/javaconfig/ldap/gradle/dependency-locks/provided.lockfile create mode 100644 samples/javaconfig/ldap/gradle/dependency-locks/providedCompile.lockfile create mode 100644 samples/javaconfig/ldap/gradle/dependency-locks/providedRuntime.lockfile create mode 100644 samples/javaconfig/ldap/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/javaconfig/ldap/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/javaconfig/ldap/gradle/dependency-locks/springBoot.lockfile create mode 100644 samples/javaconfig/ldap/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/javaconfig/ldap/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/javaconfig/ldap/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/javaconfig/ldap/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/javaconfig/ldap/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/javaconfig/ldap/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/javaconfig/ldap/gradle/dependency-locks/tests.lockfile create mode 100644 samples/javaconfig/messages/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/javaconfig/messages/gradle/dependency-locks/archives.lockfile create mode 100644 samples/javaconfig/messages/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/javaconfig/messages/gradle/dependency-locks/compile.lockfile create mode 100644 samples/javaconfig/messages/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/javaconfig/messages/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/javaconfig/messages/gradle/dependency-locks/default.lockfile create mode 100644 samples/javaconfig/messages/gradle/dependency-locks/gretty.lockfile create mode 100644 samples/javaconfig/messages/gradle/dependency-locks/grettyNoSpringBoot.lockfile create mode 100644 samples/javaconfig/messages/gradle/dependency-locks/grettyProductRuntime.lockfile create mode 100644 samples/javaconfig/messages/gradle/dependency-locks/grettyProvidedCompile.lockfile create mode 100644 samples/javaconfig/messages/gradle/dependency-locks/grettyRunnerJetty7.lockfile create mode 100644 samples/javaconfig/messages/gradle/dependency-locks/grettyRunnerJetty8.lockfile create mode 100644 samples/javaconfig/messages/gradle/dependency-locks/grettyRunnerJetty9.lockfile create mode 100644 samples/javaconfig/messages/gradle/dependency-locks/grettyRunnerJetty93.lockfile create mode 100644 samples/javaconfig/messages/gradle/dependency-locks/grettyRunnerJetty94.lockfile create mode 100644 samples/javaconfig/messages/gradle/dependency-locks/grettyRunnerTomcat85.lockfile create mode 100644 samples/javaconfig/messages/gradle/dependency-locks/grettyRunnerTomcat9.lockfile create mode 100644 samples/javaconfig/messages/gradle/dependency-locks/grettySpringLoaded.lockfile create mode 100644 samples/javaconfig/messages/gradle/dependency-locks/grettyStarter.lockfile create mode 100644 samples/javaconfig/messages/gradle/dependency-locks/optional.lockfile create mode 100644 samples/javaconfig/messages/gradle/dependency-locks/provided.lockfile create mode 100644 samples/javaconfig/messages/gradle/dependency-locks/providedCompile.lockfile create mode 100644 samples/javaconfig/messages/gradle/dependency-locks/providedRuntime.lockfile create mode 100644 samples/javaconfig/messages/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/javaconfig/messages/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/javaconfig/messages/gradle/dependency-locks/springBoot.lockfile create mode 100644 samples/javaconfig/messages/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/javaconfig/messages/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/javaconfig/messages/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/javaconfig/messages/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/javaconfig/messages/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/javaconfig/messages/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/javaconfig/messages/gradle/dependency-locks/tests.lockfile create mode 100644 samples/javaconfig/openid/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/javaconfig/openid/gradle/dependency-locks/archives.lockfile create mode 100644 samples/javaconfig/openid/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/javaconfig/openid/gradle/dependency-locks/compile.lockfile create mode 100644 samples/javaconfig/openid/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/javaconfig/openid/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/javaconfig/openid/gradle/dependency-locks/default.lockfile create mode 100644 samples/javaconfig/openid/gradle/dependency-locks/gretty.lockfile create mode 100644 samples/javaconfig/openid/gradle/dependency-locks/grettyNoSpringBoot.lockfile create mode 100644 samples/javaconfig/openid/gradle/dependency-locks/grettyProductRuntime.lockfile create mode 100644 samples/javaconfig/openid/gradle/dependency-locks/grettyProvidedCompile.lockfile create mode 100644 samples/javaconfig/openid/gradle/dependency-locks/grettyRunnerJetty7.lockfile create mode 100644 samples/javaconfig/openid/gradle/dependency-locks/grettyRunnerJetty8.lockfile create mode 100644 samples/javaconfig/openid/gradle/dependency-locks/grettyRunnerJetty9.lockfile create mode 100644 samples/javaconfig/openid/gradle/dependency-locks/grettyRunnerJetty93.lockfile create mode 100644 samples/javaconfig/openid/gradle/dependency-locks/grettyRunnerJetty94.lockfile create mode 100644 samples/javaconfig/openid/gradle/dependency-locks/grettyRunnerTomcat85.lockfile create mode 100644 samples/javaconfig/openid/gradle/dependency-locks/grettyRunnerTomcat9.lockfile create mode 100644 samples/javaconfig/openid/gradle/dependency-locks/grettySpringLoaded.lockfile create mode 100644 samples/javaconfig/openid/gradle/dependency-locks/grettyStarter.lockfile create mode 100644 samples/javaconfig/openid/gradle/dependency-locks/optional.lockfile create mode 100644 samples/javaconfig/openid/gradle/dependency-locks/provided.lockfile create mode 100644 samples/javaconfig/openid/gradle/dependency-locks/providedCompile.lockfile create mode 100644 samples/javaconfig/openid/gradle/dependency-locks/providedRuntime.lockfile create mode 100644 samples/javaconfig/openid/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/javaconfig/openid/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/javaconfig/openid/gradle/dependency-locks/springBoot.lockfile create mode 100644 samples/javaconfig/openid/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/javaconfig/openid/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/javaconfig/openid/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/javaconfig/openid/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/javaconfig/openid/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/javaconfig/openid/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/javaconfig/openid/gradle/dependency-locks/tests.lockfile create mode 100644 samples/javaconfig/preauth/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/javaconfig/preauth/gradle/dependency-locks/archives.lockfile create mode 100644 samples/javaconfig/preauth/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/javaconfig/preauth/gradle/dependency-locks/compile.lockfile create mode 100644 samples/javaconfig/preauth/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/javaconfig/preauth/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/javaconfig/preauth/gradle/dependency-locks/default.lockfile create mode 100644 samples/javaconfig/preauth/gradle/dependency-locks/gretty.lockfile create mode 100644 samples/javaconfig/preauth/gradle/dependency-locks/grettyNoSpringBoot.lockfile create mode 100644 samples/javaconfig/preauth/gradle/dependency-locks/grettyProductRuntime.lockfile create mode 100644 samples/javaconfig/preauth/gradle/dependency-locks/grettyProvidedCompile.lockfile create mode 100644 samples/javaconfig/preauth/gradle/dependency-locks/grettyRunnerJetty7.lockfile create mode 100644 samples/javaconfig/preauth/gradle/dependency-locks/grettyRunnerJetty8.lockfile create mode 100644 samples/javaconfig/preauth/gradle/dependency-locks/grettyRunnerJetty9.lockfile create mode 100644 samples/javaconfig/preauth/gradle/dependency-locks/grettyRunnerJetty93.lockfile create mode 100644 samples/javaconfig/preauth/gradle/dependency-locks/grettyRunnerJetty94.lockfile create mode 100644 samples/javaconfig/preauth/gradle/dependency-locks/grettyRunnerTomcat85.lockfile create mode 100644 samples/javaconfig/preauth/gradle/dependency-locks/grettyRunnerTomcat9.lockfile create mode 100644 samples/javaconfig/preauth/gradle/dependency-locks/grettySpringLoaded.lockfile create mode 100644 samples/javaconfig/preauth/gradle/dependency-locks/grettyStarter.lockfile create mode 100644 samples/javaconfig/preauth/gradle/dependency-locks/optional.lockfile create mode 100644 samples/javaconfig/preauth/gradle/dependency-locks/provided.lockfile create mode 100644 samples/javaconfig/preauth/gradle/dependency-locks/providedCompile.lockfile create mode 100644 samples/javaconfig/preauth/gradle/dependency-locks/providedRuntime.lockfile create mode 100644 samples/javaconfig/preauth/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/javaconfig/preauth/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/javaconfig/preauth/gradle/dependency-locks/springBoot.lockfile create mode 100644 samples/javaconfig/preauth/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/javaconfig/preauth/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/javaconfig/preauth/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/javaconfig/preauth/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/javaconfig/preauth/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/javaconfig/preauth/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/javaconfig/preauth/gradle/dependency-locks/tests.lockfile create mode 100644 samples/javaconfig/rememberme/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/javaconfig/rememberme/gradle/dependency-locks/archives.lockfile create mode 100644 samples/javaconfig/rememberme/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/javaconfig/rememberme/gradle/dependency-locks/compile.lockfile create mode 100644 samples/javaconfig/rememberme/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/javaconfig/rememberme/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/javaconfig/rememberme/gradle/dependency-locks/default.lockfile create mode 100644 samples/javaconfig/rememberme/gradle/dependency-locks/gretty.lockfile create mode 100644 samples/javaconfig/rememberme/gradle/dependency-locks/grettyNoSpringBoot.lockfile create mode 100644 samples/javaconfig/rememberme/gradle/dependency-locks/grettyProductRuntime.lockfile create mode 100644 samples/javaconfig/rememberme/gradle/dependency-locks/grettyProvidedCompile.lockfile create mode 100644 samples/javaconfig/rememberme/gradle/dependency-locks/grettyRunnerJetty7.lockfile create mode 100644 samples/javaconfig/rememberme/gradle/dependency-locks/grettyRunnerJetty8.lockfile create mode 100644 samples/javaconfig/rememberme/gradle/dependency-locks/grettyRunnerJetty9.lockfile create mode 100644 samples/javaconfig/rememberme/gradle/dependency-locks/grettyRunnerJetty93.lockfile create mode 100644 samples/javaconfig/rememberme/gradle/dependency-locks/grettyRunnerJetty94.lockfile create mode 100644 samples/javaconfig/rememberme/gradle/dependency-locks/grettyRunnerTomcat85.lockfile create mode 100644 samples/javaconfig/rememberme/gradle/dependency-locks/grettyRunnerTomcat9.lockfile create mode 100644 samples/javaconfig/rememberme/gradle/dependency-locks/grettySpringLoaded.lockfile create mode 100644 samples/javaconfig/rememberme/gradle/dependency-locks/grettyStarter.lockfile create mode 100644 samples/javaconfig/rememberme/gradle/dependency-locks/optional.lockfile create mode 100644 samples/javaconfig/rememberme/gradle/dependency-locks/provided.lockfile create mode 100644 samples/javaconfig/rememberme/gradle/dependency-locks/providedCompile.lockfile create mode 100644 samples/javaconfig/rememberme/gradle/dependency-locks/providedRuntime.lockfile create mode 100644 samples/javaconfig/rememberme/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/javaconfig/rememberme/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/javaconfig/rememberme/gradle/dependency-locks/springBoot.lockfile create mode 100644 samples/javaconfig/rememberme/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/javaconfig/rememberme/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/javaconfig/rememberme/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/javaconfig/rememberme/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/javaconfig/rememberme/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/javaconfig/rememberme/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/javaconfig/rememberme/gradle/dependency-locks/tests.lockfile create mode 100644 samples/javaconfig/saml2login/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/javaconfig/saml2login/gradle/dependency-locks/archives.lockfile create mode 100644 samples/javaconfig/saml2login/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/javaconfig/saml2login/gradle/dependency-locks/compile.lockfile create mode 100644 samples/javaconfig/saml2login/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/javaconfig/saml2login/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/javaconfig/saml2login/gradle/dependency-locks/default.lockfile create mode 100644 samples/javaconfig/saml2login/gradle/dependency-locks/gretty.lockfile create mode 100644 samples/javaconfig/saml2login/gradle/dependency-locks/grettyNoSpringBoot.lockfile create mode 100644 samples/javaconfig/saml2login/gradle/dependency-locks/grettyProductRuntime.lockfile create mode 100644 samples/javaconfig/saml2login/gradle/dependency-locks/grettyProvidedCompile.lockfile create mode 100644 samples/javaconfig/saml2login/gradle/dependency-locks/grettyRunnerJetty7.lockfile create mode 100644 samples/javaconfig/saml2login/gradle/dependency-locks/grettyRunnerJetty8.lockfile create mode 100644 samples/javaconfig/saml2login/gradle/dependency-locks/grettyRunnerJetty9.lockfile create mode 100644 samples/javaconfig/saml2login/gradle/dependency-locks/grettyRunnerJetty93.lockfile create mode 100644 samples/javaconfig/saml2login/gradle/dependency-locks/grettyRunnerJetty94.lockfile create mode 100644 samples/javaconfig/saml2login/gradle/dependency-locks/grettyRunnerTomcat85.lockfile create mode 100644 samples/javaconfig/saml2login/gradle/dependency-locks/grettyRunnerTomcat9.lockfile create mode 100644 samples/javaconfig/saml2login/gradle/dependency-locks/grettySpringLoaded.lockfile create mode 100644 samples/javaconfig/saml2login/gradle/dependency-locks/grettyStarter.lockfile create mode 100644 samples/javaconfig/saml2login/gradle/dependency-locks/optional.lockfile create mode 100644 samples/javaconfig/saml2login/gradle/dependency-locks/provided.lockfile create mode 100644 samples/javaconfig/saml2login/gradle/dependency-locks/providedCompile.lockfile create mode 100644 samples/javaconfig/saml2login/gradle/dependency-locks/providedRuntime.lockfile create mode 100644 samples/javaconfig/saml2login/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/javaconfig/saml2login/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/javaconfig/saml2login/gradle/dependency-locks/springBoot.lockfile create mode 100644 samples/javaconfig/saml2login/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/javaconfig/saml2login/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/javaconfig/saml2login/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/javaconfig/saml2login/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/javaconfig/saml2login/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/javaconfig/saml2login/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/javaconfig/saml2login/gradle/dependency-locks/tests.lockfile create mode 100644 samples/javaconfig/x509/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/javaconfig/x509/gradle/dependency-locks/archives.lockfile create mode 100644 samples/javaconfig/x509/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/javaconfig/x509/gradle/dependency-locks/compile.lockfile create mode 100644 samples/javaconfig/x509/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/javaconfig/x509/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/javaconfig/x509/gradle/dependency-locks/default.lockfile create mode 100644 samples/javaconfig/x509/gradle/dependency-locks/gretty.lockfile create mode 100644 samples/javaconfig/x509/gradle/dependency-locks/grettyNoSpringBoot.lockfile create mode 100644 samples/javaconfig/x509/gradle/dependency-locks/grettyProductRuntime.lockfile create mode 100644 samples/javaconfig/x509/gradle/dependency-locks/grettyProvidedCompile.lockfile create mode 100644 samples/javaconfig/x509/gradle/dependency-locks/grettyRunnerJetty7.lockfile create mode 100644 samples/javaconfig/x509/gradle/dependency-locks/grettyRunnerJetty8.lockfile create mode 100644 samples/javaconfig/x509/gradle/dependency-locks/grettyRunnerJetty9.lockfile create mode 100644 samples/javaconfig/x509/gradle/dependency-locks/grettyRunnerJetty93.lockfile create mode 100644 samples/javaconfig/x509/gradle/dependency-locks/grettyRunnerJetty94.lockfile create mode 100644 samples/javaconfig/x509/gradle/dependency-locks/grettyRunnerTomcat85.lockfile create mode 100644 samples/javaconfig/x509/gradle/dependency-locks/grettyRunnerTomcat9.lockfile create mode 100644 samples/javaconfig/x509/gradle/dependency-locks/grettySpringLoaded.lockfile create mode 100644 samples/javaconfig/x509/gradle/dependency-locks/grettyStarter.lockfile create mode 100644 samples/javaconfig/x509/gradle/dependency-locks/optional.lockfile create mode 100644 samples/javaconfig/x509/gradle/dependency-locks/provided.lockfile create mode 100644 samples/javaconfig/x509/gradle/dependency-locks/providedCompile.lockfile create mode 100644 samples/javaconfig/x509/gradle/dependency-locks/providedRuntime.lockfile create mode 100644 samples/javaconfig/x509/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/javaconfig/x509/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/javaconfig/x509/gradle/dependency-locks/springBoot.lockfile create mode 100644 samples/javaconfig/x509/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/javaconfig/x509/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/javaconfig/x509/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/javaconfig/x509/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/javaconfig/x509/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/javaconfig/x509/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/javaconfig/x509/gradle/dependency-locks/tests.lockfile create mode 100644 samples/xml/aspectj/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/xml/aspectj/gradle/dependency-locks/archives.lockfile create mode 100644 samples/xml/aspectj/gradle/dependency-locks/aspect.lockfile create mode 100644 samples/xml/aspectj/gradle/dependency-locks/aspectj.lockfile create mode 100644 samples/xml/aspectj/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/xml/aspectj/gradle/dependency-locks/compile.lockfile create mode 100644 samples/xml/aspectj/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/xml/aspectj/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/xml/aspectj/gradle/dependency-locks/default.lockfile create mode 100644 samples/xml/aspectj/gradle/dependency-locks/gretty.lockfile create mode 100644 samples/xml/aspectj/gradle/dependency-locks/grettyNoSpringBoot.lockfile create mode 100644 samples/xml/aspectj/gradle/dependency-locks/grettyProductRuntime.lockfile create mode 100644 samples/xml/aspectj/gradle/dependency-locks/grettyProvidedCompile.lockfile create mode 100644 samples/xml/aspectj/gradle/dependency-locks/grettyRunnerJetty7.lockfile create mode 100644 samples/xml/aspectj/gradle/dependency-locks/grettyRunnerJetty8.lockfile create mode 100644 samples/xml/aspectj/gradle/dependency-locks/grettyRunnerJetty9.lockfile create mode 100644 samples/xml/aspectj/gradle/dependency-locks/grettyRunnerJetty93.lockfile create mode 100644 samples/xml/aspectj/gradle/dependency-locks/grettyRunnerJetty94.lockfile create mode 100644 samples/xml/aspectj/gradle/dependency-locks/grettyRunnerTomcat85.lockfile create mode 100644 samples/xml/aspectj/gradle/dependency-locks/grettyRunnerTomcat9.lockfile create mode 100644 samples/xml/aspectj/gradle/dependency-locks/grettySpringLoaded.lockfile create mode 100644 samples/xml/aspectj/gradle/dependency-locks/grettyStarter.lockfile create mode 100644 samples/xml/aspectj/gradle/dependency-locks/inpath.lockfile create mode 100644 samples/xml/aspectj/gradle/dependency-locks/optional.lockfile create mode 100644 samples/xml/aspectj/gradle/dependency-locks/provided.lockfile create mode 100644 samples/xml/aspectj/gradle/dependency-locks/providedCompile.lockfile create mode 100644 samples/xml/aspectj/gradle/dependency-locks/providedRuntime.lockfile create mode 100644 samples/xml/aspectj/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/xml/aspectj/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/xml/aspectj/gradle/dependency-locks/springBoot.lockfile create mode 100644 samples/xml/aspectj/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/xml/aspectj/gradle/dependency-locks/testAspect.lockfile create mode 100644 samples/xml/aspectj/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/xml/aspectj/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/xml/aspectj/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/xml/aspectj/gradle/dependency-locks/testInpath.lockfile create mode 100644 samples/xml/aspectj/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/xml/aspectj/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/xml/aspectj/gradle/dependency-locks/tests.lockfile create mode 100644 samples/xml/cas/cassample/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/xml/cas/cassample/gradle/dependency-locks/archives.lockfile create mode 100644 samples/xml/cas/cassample/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/xml/cas/cassample/gradle/dependency-locks/compile.lockfile create mode 100644 samples/xml/cas/cassample/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/xml/cas/cassample/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/xml/cas/cassample/gradle/dependency-locks/default.lockfile create mode 100644 samples/xml/cas/cassample/gradle/dependency-locks/gretty.lockfile create mode 100644 samples/xml/cas/cassample/gradle/dependency-locks/grettyNoSpringBoot.lockfile create mode 100644 samples/xml/cas/cassample/gradle/dependency-locks/grettyProductRuntime.lockfile create mode 100644 samples/xml/cas/cassample/gradle/dependency-locks/grettyProvidedCompile.lockfile create mode 100644 samples/xml/cas/cassample/gradle/dependency-locks/grettyRunnerJetty7.lockfile create mode 100644 samples/xml/cas/cassample/gradle/dependency-locks/grettyRunnerJetty8.lockfile create mode 100644 samples/xml/cas/cassample/gradle/dependency-locks/grettyRunnerJetty9.lockfile create mode 100644 samples/xml/cas/cassample/gradle/dependency-locks/grettyRunnerJetty93.lockfile create mode 100644 samples/xml/cas/cassample/gradle/dependency-locks/grettyRunnerJetty94.lockfile create mode 100644 samples/xml/cas/cassample/gradle/dependency-locks/grettyRunnerTomcat85.lockfile create mode 100644 samples/xml/cas/cassample/gradle/dependency-locks/grettyRunnerTomcat9.lockfile create mode 100644 samples/xml/cas/cassample/gradle/dependency-locks/grettySpringLoaded.lockfile create mode 100644 samples/xml/cas/cassample/gradle/dependency-locks/grettyStarter.lockfile create mode 100644 samples/xml/cas/cassample/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile create mode 100644 samples/xml/cas/cassample/gradle/dependency-locks/integrationTestCompile.lockfile create mode 100644 samples/xml/cas/cassample/gradle/dependency-locks/integrationTestCompileClasspath.lockfile create mode 100644 samples/xml/cas/cassample/gradle/dependency-locks/integrationTestCompileOnly.lockfile create mode 100644 samples/xml/cas/cassample/gradle/dependency-locks/integrationTestRuntime.lockfile create mode 100644 samples/xml/cas/cassample/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile create mode 100644 samples/xml/cas/cassample/gradle/dependency-locks/optional.lockfile create mode 100644 samples/xml/cas/cassample/gradle/dependency-locks/provided.lockfile create mode 100644 samples/xml/cas/cassample/gradle/dependency-locks/providedCompile.lockfile create mode 100644 samples/xml/cas/cassample/gradle/dependency-locks/providedRuntime.lockfile create mode 100644 samples/xml/cas/cassample/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/xml/cas/cassample/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/xml/cas/cassample/gradle/dependency-locks/springBoot.lockfile create mode 100644 samples/xml/cas/cassample/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/xml/cas/cassample/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/xml/cas/cassample/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/xml/cas/cassample/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/xml/cas/cassample/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/xml/cas/cassample/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/xml/cas/cassample/gradle/dependency-locks/tests.lockfile create mode 100644 samples/xml/cas/casserver/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/xml/cas/casserver/gradle/dependency-locks/archives.lockfile create mode 100644 samples/xml/cas/casserver/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/xml/cas/casserver/gradle/dependency-locks/compile.lockfile create mode 100644 samples/xml/cas/casserver/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/xml/cas/casserver/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/xml/cas/casserver/gradle/dependency-locks/default.lockfile create mode 100644 samples/xml/cas/casserver/gradle/dependency-locks/gretty.lockfile create mode 100644 samples/xml/cas/casserver/gradle/dependency-locks/grettyNoSpringBoot.lockfile create mode 100644 samples/xml/cas/casserver/gradle/dependency-locks/grettyProductRuntime.lockfile create mode 100644 samples/xml/cas/casserver/gradle/dependency-locks/grettyProvidedCompile.lockfile create mode 100644 samples/xml/cas/casserver/gradle/dependency-locks/grettyRunnerJetty7.lockfile create mode 100644 samples/xml/cas/casserver/gradle/dependency-locks/grettyRunnerJetty8.lockfile create mode 100644 samples/xml/cas/casserver/gradle/dependency-locks/grettyRunnerJetty9.lockfile create mode 100644 samples/xml/cas/casserver/gradle/dependency-locks/grettyRunnerJetty93.lockfile create mode 100644 samples/xml/cas/casserver/gradle/dependency-locks/grettyRunnerJetty94.lockfile create mode 100644 samples/xml/cas/casserver/gradle/dependency-locks/grettyRunnerTomcat85.lockfile create mode 100644 samples/xml/cas/casserver/gradle/dependency-locks/grettyRunnerTomcat9.lockfile create mode 100644 samples/xml/cas/casserver/gradle/dependency-locks/grettySpringLoaded.lockfile create mode 100644 samples/xml/cas/casserver/gradle/dependency-locks/grettyStarter.lockfile create mode 100644 samples/xml/cas/casserver/gradle/dependency-locks/optional.lockfile create mode 100644 samples/xml/cas/casserver/gradle/dependency-locks/provided.lockfile create mode 100644 samples/xml/cas/casserver/gradle/dependency-locks/providedCompile.lockfile create mode 100644 samples/xml/cas/casserver/gradle/dependency-locks/providedRuntime.lockfile create mode 100644 samples/xml/cas/casserver/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/xml/cas/casserver/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/xml/cas/casserver/gradle/dependency-locks/springBoot.lockfile create mode 100644 samples/xml/cas/casserver/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/xml/cas/casserver/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/xml/cas/casserver/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/xml/cas/casserver/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/xml/cas/casserver/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/xml/cas/casserver/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/xml/cas/casserver/gradle/dependency-locks/tests.lockfile create mode 100644 samples/xml/cas/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/xml/cas/gradle/dependency-locks/archives.lockfile create mode 100644 samples/xml/cas/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/xml/cas/gradle/dependency-locks/compile.lockfile create mode 100644 samples/xml/cas/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/xml/cas/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/xml/cas/gradle/dependency-locks/default.lockfile create mode 100644 samples/xml/cas/gradle/dependency-locks/gretty.lockfile create mode 100644 samples/xml/cas/gradle/dependency-locks/grettyNoSpringBoot.lockfile create mode 100644 samples/xml/cas/gradle/dependency-locks/grettyProductRuntime.lockfile create mode 100644 samples/xml/cas/gradle/dependency-locks/grettyProvidedCompile.lockfile create mode 100644 samples/xml/cas/gradle/dependency-locks/grettyRunnerJetty7.lockfile create mode 100644 samples/xml/cas/gradle/dependency-locks/grettyRunnerJetty8.lockfile create mode 100644 samples/xml/cas/gradle/dependency-locks/grettyRunnerJetty9.lockfile create mode 100644 samples/xml/cas/gradle/dependency-locks/grettyRunnerJetty93.lockfile create mode 100644 samples/xml/cas/gradle/dependency-locks/grettyRunnerJetty94.lockfile create mode 100644 samples/xml/cas/gradle/dependency-locks/grettyRunnerTomcat85.lockfile create mode 100644 samples/xml/cas/gradle/dependency-locks/grettyRunnerTomcat9.lockfile create mode 100644 samples/xml/cas/gradle/dependency-locks/grettySpringLoaded.lockfile create mode 100644 samples/xml/cas/gradle/dependency-locks/grettyStarter.lockfile create mode 100644 samples/xml/cas/gradle/dependency-locks/optional.lockfile create mode 100644 samples/xml/cas/gradle/dependency-locks/provided.lockfile create mode 100644 samples/xml/cas/gradle/dependency-locks/providedCompile.lockfile create mode 100644 samples/xml/cas/gradle/dependency-locks/providedRuntime.lockfile create mode 100644 samples/xml/cas/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/xml/cas/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/xml/cas/gradle/dependency-locks/springBoot.lockfile create mode 100644 samples/xml/cas/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/xml/cas/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/xml/cas/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/xml/cas/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/xml/cas/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/xml/cas/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/xml/cas/gradle/dependency-locks/tests.lockfile create mode 100644 samples/xml/contacts/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/xml/contacts/gradle/dependency-locks/archives.lockfile create mode 100644 samples/xml/contacts/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/xml/contacts/gradle/dependency-locks/compile.lockfile create mode 100644 samples/xml/contacts/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/xml/contacts/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/xml/contacts/gradle/dependency-locks/default.lockfile create mode 100644 samples/xml/contacts/gradle/dependency-locks/gretty.lockfile create mode 100644 samples/xml/contacts/gradle/dependency-locks/grettyNoSpringBoot.lockfile create mode 100644 samples/xml/contacts/gradle/dependency-locks/grettyProductRuntime.lockfile create mode 100644 samples/xml/contacts/gradle/dependency-locks/grettyProvidedCompile.lockfile create mode 100644 samples/xml/contacts/gradle/dependency-locks/grettyRunnerJetty7.lockfile create mode 100644 samples/xml/contacts/gradle/dependency-locks/grettyRunnerJetty8.lockfile create mode 100644 samples/xml/contacts/gradle/dependency-locks/grettyRunnerJetty9.lockfile create mode 100644 samples/xml/contacts/gradle/dependency-locks/grettyRunnerJetty93.lockfile create mode 100644 samples/xml/contacts/gradle/dependency-locks/grettyRunnerJetty94.lockfile create mode 100644 samples/xml/contacts/gradle/dependency-locks/grettyRunnerTomcat85.lockfile create mode 100644 samples/xml/contacts/gradle/dependency-locks/grettyRunnerTomcat9.lockfile create mode 100644 samples/xml/contacts/gradle/dependency-locks/grettySpringLoaded.lockfile create mode 100644 samples/xml/contacts/gradle/dependency-locks/grettyStarter.lockfile create mode 100644 samples/xml/contacts/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile create mode 100644 samples/xml/contacts/gradle/dependency-locks/integrationTestCompile.lockfile create mode 100644 samples/xml/contacts/gradle/dependency-locks/integrationTestCompileClasspath.lockfile create mode 100644 samples/xml/contacts/gradle/dependency-locks/integrationTestCompileOnly.lockfile create mode 100644 samples/xml/contacts/gradle/dependency-locks/integrationTestRuntime.lockfile create mode 100644 samples/xml/contacts/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile create mode 100644 samples/xml/contacts/gradle/dependency-locks/optional.lockfile create mode 100644 samples/xml/contacts/gradle/dependency-locks/provided.lockfile create mode 100644 samples/xml/contacts/gradle/dependency-locks/providedCompile.lockfile create mode 100644 samples/xml/contacts/gradle/dependency-locks/providedRuntime.lockfile create mode 100644 samples/xml/contacts/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/xml/contacts/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/xml/contacts/gradle/dependency-locks/springBoot.lockfile create mode 100644 samples/xml/contacts/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/xml/contacts/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/xml/contacts/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/xml/contacts/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/xml/contacts/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/xml/contacts/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/xml/contacts/gradle/dependency-locks/tests.lockfile create mode 100644 samples/xml/dms/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/xml/dms/gradle/dependency-locks/archives.lockfile create mode 100644 samples/xml/dms/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/xml/dms/gradle/dependency-locks/compile.lockfile create mode 100644 samples/xml/dms/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/xml/dms/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/xml/dms/gradle/dependency-locks/default.lockfile create mode 100644 samples/xml/dms/gradle/dependency-locks/gretty.lockfile create mode 100644 samples/xml/dms/gradle/dependency-locks/grettyNoSpringBoot.lockfile create mode 100644 samples/xml/dms/gradle/dependency-locks/grettyProductRuntime.lockfile create mode 100644 samples/xml/dms/gradle/dependency-locks/grettyProvidedCompile.lockfile create mode 100644 samples/xml/dms/gradle/dependency-locks/grettyRunnerJetty7.lockfile create mode 100644 samples/xml/dms/gradle/dependency-locks/grettyRunnerJetty8.lockfile create mode 100644 samples/xml/dms/gradle/dependency-locks/grettyRunnerJetty9.lockfile create mode 100644 samples/xml/dms/gradle/dependency-locks/grettyRunnerJetty93.lockfile create mode 100644 samples/xml/dms/gradle/dependency-locks/grettyRunnerJetty94.lockfile create mode 100644 samples/xml/dms/gradle/dependency-locks/grettyRunnerTomcat85.lockfile create mode 100644 samples/xml/dms/gradle/dependency-locks/grettyRunnerTomcat9.lockfile create mode 100644 samples/xml/dms/gradle/dependency-locks/grettySpringLoaded.lockfile create mode 100644 samples/xml/dms/gradle/dependency-locks/grettyStarter.lockfile create mode 100644 samples/xml/dms/gradle/dependency-locks/optional.lockfile create mode 100644 samples/xml/dms/gradle/dependency-locks/provided.lockfile create mode 100644 samples/xml/dms/gradle/dependency-locks/providedCompile.lockfile create mode 100644 samples/xml/dms/gradle/dependency-locks/providedRuntime.lockfile create mode 100644 samples/xml/dms/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/xml/dms/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/xml/dms/gradle/dependency-locks/springBoot.lockfile create mode 100644 samples/xml/dms/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/xml/dms/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/xml/dms/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/xml/dms/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/xml/dms/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/xml/dms/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/xml/dms/gradle/dependency-locks/tests.lockfile create mode 100644 samples/xml/gae/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/xml/gae/gradle/dependency-locks/archives.lockfile create mode 100644 samples/xml/gae/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/xml/gae/gradle/dependency-locks/compile.lockfile create mode 100644 samples/xml/gae/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/xml/gae/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/xml/gae/gradle/dependency-locks/default.lockfile create mode 100644 samples/xml/gae/gradle/dependency-locks/gretty.lockfile create mode 100644 samples/xml/gae/gradle/dependency-locks/grettyNoSpringBoot.lockfile create mode 100644 samples/xml/gae/gradle/dependency-locks/grettyProductRuntime.lockfile create mode 100644 samples/xml/gae/gradle/dependency-locks/grettyProvidedCompile.lockfile create mode 100644 samples/xml/gae/gradle/dependency-locks/grettyRunnerJetty7.lockfile create mode 100644 samples/xml/gae/gradle/dependency-locks/grettyRunnerJetty8.lockfile create mode 100644 samples/xml/gae/gradle/dependency-locks/grettyRunnerJetty9.lockfile create mode 100644 samples/xml/gae/gradle/dependency-locks/grettyRunnerJetty93.lockfile create mode 100644 samples/xml/gae/gradle/dependency-locks/grettyRunnerJetty94.lockfile create mode 100644 samples/xml/gae/gradle/dependency-locks/grettyRunnerTomcat85.lockfile create mode 100644 samples/xml/gae/gradle/dependency-locks/grettyRunnerTomcat9.lockfile create mode 100644 samples/xml/gae/gradle/dependency-locks/grettySpringLoaded.lockfile create mode 100644 samples/xml/gae/gradle/dependency-locks/grettyStarter.lockfile create mode 100644 samples/xml/gae/gradle/dependency-locks/optional.lockfile create mode 100644 samples/xml/gae/gradle/dependency-locks/provided.lockfile create mode 100644 samples/xml/gae/gradle/dependency-locks/providedCompile.lockfile create mode 100644 samples/xml/gae/gradle/dependency-locks/providedRuntime.lockfile create mode 100644 samples/xml/gae/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/xml/gae/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/xml/gae/gradle/dependency-locks/springBoot.lockfile create mode 100644 samples/xml/gae/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/xml/gae/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/xml/gae/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/xml/gae/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/xml/gae/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/xml/gae/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/xml/gae/gradle/dependency-locks/tests.lockfile create mode 100644 samples/xml/helloworld/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/xml/helloworld/gradle/dependency-locks/archives.lockfile create mode 100644 samples/xml/helloworld/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/xml/helloworld/gradle/dependency-locks/compile.lockfile create mode 100644 samples/xml/helloworld/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/xml/helloworld/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/xml/helloworld/gradle/dependency-locks/default.lockfile create mode 100644 samples/xml/helloworld/gradle/dependency-locks/gretty.lockfile create mode 100644 samples/xml/helloworld/gradle/dependency-locks/grettyNoSpringBoot.lockfile create mode 100644 samples/xml/helloworld/gradle/dependency-locks/grettyProductRuntime.lockfile create mode 100644 samples/xml/helloworld/gradle/dependency-locks/grettyProvidedCompile.lockfile create mode 100644 samples/xml/helloworld/gradle/dependency-locks/grettyRunnerJetty7.lockfile create mode 100644 samples/xml/helloworld/gradle/dependency-locks/grettyRunnerJetty8.lockfile create mode 100644 samples/xml/helloworld/gradle/dependency-locks/grettyRunnerJetty9.lockfile create mode 100644 samples/xml/helloworld/gradle/dependency-locks/grettyRunnerJetty93.lockfile create mode 100644 samples/xml/helloworld/gradle/dependency-locks/grettyRunnerJetty94.lockfile create mode 100644 samples/xml/helloworld/gradle/dependency-locks/grettyRunnerTomcat85.lockfile create mode 100644 samples/xml/helloworld/gradle/dependency-locks/grettyRunnerTomcat9.lockfile create mode 100644 samples/xml/helloworld/gradle/dependency-locks/grettySpringLoaded.lockfile create mode 100644 samples/xml/helloworld/gradle/dependency-locks/grettyStarter.lockfile create mode 100644 samples/xml/helloworld/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile create mode 100644 samples/xml/helloworld/gradle/dependency-locks/integrationTestCompile.lockfile create mode 100644 samples/xml/helloworld/gradle/dependency-locks/integrationTestCompileClasspath.lockfile create mode 100644 samples/xml/helloworld/gradle/dependency-locks/integrationTestCompileOnly.lockfile create mode 100644 samples/xml/helloworld/gradle/dependency-locks/integrationTestRuntime.lockfile create mode 100644 samples/xml/helloworld/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile create mode 100644 samples/xml/helloworld/gradle/dependency-locks/optional.lockfile create mode 100644 samples/xml/helloworld/gradle/dependency-locks/provided.lockfile create mode 100644 samples/xml/helloworld/gradle/dependency-locks/providedCompile.lockfile create mode 100644 samples/xml/helloworld/gradle/dependency-locks/providedRuntime.lockfile create mode 100644 samples/xml/helloworld/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/xml/helloworld/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/xml/helloworld/gradle/dependency-locks/springBoot.lockfile create mode 100644 samples/xml/helloworld/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/xml/helloworld/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/xml/helloworld/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/xml/helloworld/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/xml/helloworld/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/xml/helloworld/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/xml/helloworld/gradle/dependency-locks/tests.lockfile create mode 100644 samples/xml/insecure/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/xml/insecure/gradle/dependency-locks/archives.lockfile create mode 100644 samples/xml/insecure/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/xml/insecure/gradle/dependency-locks/compile.lockfile create mode 100644 samples/xml/insecure/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/xml/insecure/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/xml/insecure/gradle/dependency-locks/default.lockfile create mode 100644 samples/xml/insecure/gradle/dependency-locks/gretty.lockfile create mode 100644 samples/xml/insecure/gradle/dependency-locks/grettyNoSpringBoot.lockfile create mode 100644 samples/xml/insecure/gradle/dependency-locks/grettyProductRuntime.lockfile create mode 100644 samples/xml/insecure/gradle/dependency-locks/grettyProvidedCompile.lockfile create mode 100644 samples/xml/insecure/gradle/dependency-locks/grettyRunnerJetty7.lockfile create mode 100644 samples/xml/insecure/gradle/dependency-locks/grettyRunnerJetty8.lockfile create mode 100644 samples/xml/insecure/gradle/dependency-locks/grettyRunnerJetty9.lockfile create mode 100644 samples/xml/insecure/gradle/dependency-locks/grettyRunnerJetty93.lockfile create mode 100644 samples/xml/insecure/gradle/dependency-locks/grettyRunnerJetty94.lockfile create mode 100644 samples/xml/insecure/gradle/dependency-locks/grettyRunnerTomcat85.lockfile create mode 100644 samples/xml/insecure/gradle/dependency-locks/grettyRunnerTomcat9.lockfile create mode 100644 samples/xml/insecure/gradle/dependency-locks/grettySpringLoaded.lockfile create mode 100644 samples/xml/insecure/gradle/dependency-locks/grettyStarter.lockfile create mode 100644 samples/xml/insecure/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile create mode 100644 samples/xml/insecure/gradle/dependency-locks/integrationTestCompile.lockfile create mode 100644 samples/xml/insecure/gradle/dependency-locks/integrationTestCompileClasspath.lockfile create mode 100644 samples/xml/insecure/gradle/dependency-locks/integrationTestCompileOnly.lockfile create mode 100644 samples/xml/insecure/gradle/dependency-locks/integrationTestRuntime.lockfile create mode 100644 samples/xml/insecure/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile create mode 100644 samples/xml/insecure/gradle/dependency-locks/optional.lockfile create mode 100644 samples/xml/insecure/gradle/dependency-locks/provided.lockfile create mode 100644 samples/xml/insecure/gradle/dependency-locks/providedCompile.lockfile create mode 100644 samples/xml/insecure/gradle/dependency-locks/providedRuntime.lockfile create mode 100644 samples/xml/insecure/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/xml/insecure/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/xml/insecure/gradle/dependency-locks/springBoot.lockfile create mode 100644 samples/xml/insecure/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/xml/insecure/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/xml/insecure/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/xml/insecure/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/xml/insecure/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/xml/insecure/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/xml/insecure/gradle/dependency-locks/tests.lockfile create mode 100644 samples/xml/insecuremvc/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/xml/insecuremvc/gradle/dependency-locks/archives.lockfile create mode 100644 samples/xml/insecuremvc/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/xml/insecuremvc/gradle/dependency-locks/compile.lockfile create mode 100644 samples/xml/insecuremvc/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/xml/insecuremvc/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/xml/insecuremvc/gradle/dependency-locks/default.lockfile create mode 100644 samples/xml/insecuremvc/gradle/dependency-locks/gretty.lockfile create mode 100644 samples/xml/insecuremvc/gradle/dependency-locks/grettyNoSpringBoot.lockfile create mode 100644 samples/xml/insecuremvc/gradle/dependency-locks/grettyProductRuntime.lockfile create mode 100644 samples/xml/insecuremvc/gradle/dependency-locks/grettyProvidedCompile.lockfile create mode 100644 samples/xml/insecuremvc/gradle/dependency-locks/grettyRunnerJetty7.lockfile create mode 100644 samples/xml/insecuremvc/gradle/dependency-locks/grettyRunnerJetty8.lockfile create mode 100644 samples/xml/insecuremvc/gradle/dependency-locks/grettyRunnerJetty9.lockfile create mode 100644 samples/xml/insecuremvc/gradle/dependency-locks/grettyRunnerJetty93.lockfile create mode 100644 samples/xml/insecuremvc/gradle/dependency-locks/grettyRunnerJetty94.lockfile create mode 100644 samples/xml/insecuremvc/gradle/dependency-locks/grettyRunnerTomcat85.lockfile create mode 100644 samples/xml/insecuremvc/gradle/dependency-locks/grettyRunnerTomcat9.lockfile create mode 100644 samples/xml/insecuremvc/gradle/dependency-locks/grettySpringLoaded.lockfile create mode 100644 samples/xml/insecuremvc/gradle/dependency-locks/grettyStarter.lockfile create mode 100644 samples/xml/insecuremvc/gradle/dependency-locks/optional.lockfile create mode 100644 samples/xml/insecuremvc/gradle/dependency-locks/provided.lockfile create mode 100644 samples/xml/insecuremvc/gradle/dependency-locks/providedCompile.lockfile create mode 100644 samples/xml/insecuremvc/gradle/dependency-locks/providedRuntime.lockfile create mode 100644 samples/xml/insecuremvc/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/xml/insecuremvc/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/xml/insecuremvc/gradle/dependency-locks/springBoot.lockfile create mode 100644 samples/xml/insecuremvc/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/xml/insecuremvc/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/xml/insecuremvc/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/xml/insecuremvc/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/xml/insecuremvc/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/xml/insecuremvc/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/xml/insecuremvc/gradle/dependency-locks/tests.lockfile create mode 100644 samples/xml/jaas/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/xml/jaas/gradle/dependency-locks/archives.lockfile create mode 100644 samples/xml/jaas/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/xml/jaas/gradle/dependency-locks/compile.lockfile create mode 100644 samples/xml/jaas/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/xml/jaas/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/xml/jaas/gradle/dependency-locks/default.lockfile create mode 100644 samples/xml/jaas/gradle/dependency-locks/gretty.lockfile create mode 100644 samples/xml/jaas/gradle/dependency-locks/grettyNoSpringBoot.lockfile create mode 100644 samples/xml/jaas/gradle/dependency-locks/grettyProductRuntime.lockfile create mode 100644 samples/xml/jaas/gradle/dependency-locks/grettyProvidedCompile.lockfile create mode 100644 samples/xml/jaas/gradle/dependency-locks/grettyRunnerJetty7.lockfile create mode 100644 samples/xml/jaas/gradle/dependency-locks/grettyRunnerJetty8.lockfile create mode 100644 samples/xml/jaas/gradle/dependency-locks/grettyRunnerJetty9.lockfile create mode 100644 samples/xml/jaas/gradle/dependency-locks/grettyRunnerJetty93.lockfile create mode 100644 samples/xml/jaas/gradle/dependency-locks/grettyRunnerJetty94.lockfile create mode 100644 samples/xml/jaas/gradle/dependency-locks/grettyRunnerTomcat85.lockfile create mode 100644 samples/xml/jaas/gradle/dependency-locks/grettyRunnerTomcat9.lockfile create mode 100644 samples/xml/jaas/gradle/dependency-locks/grettySpringLoaded.lockfile create mode 100644 samples/xml/jaas/gradle/dependency-locks/grettyStarter.lockfile create mode 100644 samples/xml/jaas/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile create mode 100644 samples/xml/jaas/gradle/dependency-locks/integrationTestCompile.lockfile create mode 100644 samples/xml/jaas/gradle/dependency-locks/integrationTestCompileClasspath.lockfile create mode 100644 samples/xml/jaas/gradle/dependency-locks/integrationTestCompileOnly.lockfile create mode 100644 samples/xml/jaas/gradle/dependency-locks/integrationTestRuntime.lockfile create mode 100644 samples/xml/jaas/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile create mode 100644 samples/xml/jaas/gradle/dependency-locks/optional.lockfile create mode 100644 samples/xml/jaas/gradle/dependency-locks/provided.lockfile create mode 100644 samples/xml/jaas/gradle/dependency-locks/providedCompile.lockfile create mode 100644 samples/xml/jaas/gradle/dependency-locks/providedRuntime.lockfile create mode 100644 samples/xml/jaas/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/xml/jaas/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/xml/jaas/gradle/dependency-locks/springBoot.lockfile create mode 100644 samples/xml/jaas/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/xml/jaas/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/xml/jaas/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/xml/jaas/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/xml/jaas/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/xml/jaas/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/xml/jaas/gradle/dependency-locks/tests.lockfile create mode 100644 samples/xml/ldap/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/xml/ldap/gradle/dependency-locks/archives.lockfile create mode 100644 samples/xml/ldap/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/xml/ldap/gradle/dependency-locks/compile.lockfile create mode 100644 samples/xml/ldap/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/xml/ldap/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/xml/ldap/gradle/dependency-locks/default.lockfile create mode 100644 samples/xml/ldap/gradle/dependency-locks/gretty.lockfile create mode 100644 samples/xml/ldap/gradle/dependency-locks/grettyNoSpringBoot.lockfile create mode 100644 samples/xml/ldap/gradle/dependency-locks/grettyProductRuntime.lockfile create mode 100644 samples/xml/ldap/gradle/dependency-locks/grettyProvidedCompile.lockfile create mode 100644 samples/xml/ldap/gradle/dependency-locks/grettyRunnerJetty7.lockfile create mode 100644 samples/xml/ldap/gradle/dependency-locks/grettyRunnerJetty8.lockfile create mode 100644 samples/xml/ldap/gradle/dependency-locks/grettyRunnerJetty9.lockfile create mode 100644 samples/xml/ldap/gradle/dependency-locks/grettyRunnerJetty93.lockfile create mode 100644 samples/xml/ldap/gradle/dependency-locks/grettyRunnerJetty94.lockfile create mode 100644 samples/xml/ldap/gradle/dependency-locks/grettyRunnerTomcat85.lockfile create mode 100644 samples/xml/ldap/gradle/dependency-locks/grettyRunnerTomcat9.lockfile create mode 100644 samples/xml/ldap/gradle/dependency-locks/grettySpringLoaded.lockfile create mode 100644 samples/xml/ldap/gradle/dependency-locks/grettyStarter.lockfile create mode 100644 samples/xml/ldap/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile create mode 100644 samples/xml/ldap/gradle/dependency-locks/integrationTestCompile.lockfile create mode 100644 samples/xml/ldap/gradle/dependency-locks/integrationTestCompileClasspath.lockfile create mode 100644 samples/xml/ldap/gradle/dependency-locks/integrationTestCompileOnly.lockfile create mode 100644 samples/xml/ldap/gradle/dependency-locks/integrationTestRuntime.lockfile create mode 100644 samples/xml/ldap/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile create mode 100644 samples/xml/ldap/gradle/dependency-locks/optional.lockfile create mode 100644 samples/xml/ldap/gradle/dependency-locks/provided.lockfile create mode 100644 samples/xml/ldap/gradle/dependency-locks/providedCompile.lockfile create mode 100644 samples/xml/ldap/gradle/dependency-locks/providedRuntime.lockfile create mode 100644 samples/xml/ldap/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/xml/ldap/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/xml/ldap/gradle/dependency-locks/springBoot.lockfile create mode 100644 samples/xml/ldap/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/xml/ldap/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/xml/ldap/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/xml/ldap/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/xml/ldap/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/xml/ldap/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/xml/ldap/gradle/dependency-locks/tests.lockfile create mode 100644 samples/xml/oauth2login/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/xml/oauth2login/gradle/dependency-locks/archives.lockfile create mode 100644 samples/xml/oauth2login/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/xml/oauth2login/gradle/dependency-locks/compile.lockfile create mode 100644 samples/xml/oauth2login/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/xml/oauth2login/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/xml/oauth2login/gradle/dependency-locks/default.lockfile create mode 100644 samples/xml/oauth2login/gradle/dependency-locks/gretty.lockfile create mode 100644 samples/xml/oauth2login/gradle/dependency-locks/grettyNoSpringBoot.lockfile create mode 100644 samples/xml/oauth2login/gradle/dependency-locks/grettyProductRuntime.lockfile create mode 100644 samples/xml/oauth2login/gradle/dependency-locks/grettyProvidedCompile.lockfile create mode 100644 samples/xml/oauth2login/gradle/dependency-locks/grettyRunnerJetty7.lockfile create mode 100644 samples/xml/oauth2login/gradle/dependency-locks/grettyRunnerJetty8.lockfile create mode 100644 samples/xml/oauth2login/gradle/dependency-locks/grettyRunnerJetty9.lockfile create mode 100644 samples/xml/oauth2login/gradle/dependency-locks/grettyRunnerJetty93.lockfile create mode 100644 samples/xml/oauth2login/gradle/dependency-locks/grettyRunnerJetty94.lockfile create mode 100644 samples/xml/oauth2login/gradle/dependency-locks/grettyRunnerTomcat85.lockfile create mode 100644 samples/xml/oauth2login/gradle/dependency-locks/grettyRunnerTomcat9.lockfile create mode 100644 samples/xml/oauth2login/gradle/dependency-locks/grettySpringLoaded.lockfile create mode 100644 samples/xml/oauth2login/gradle/dependency-locks/grettyStarter.lockfile create mode 100644 samples/xml/oauth2login/gradle/dependency-locks/optional.lockfile create mode 100644 samples/xml/oauth2login/gradle/dependency-locks/provided.lockfile create mode 100644 samples/xml/oauth2login/gradle/dependency-locks/providedCompile.lockfile create mode 100644 samples/xml/oauth2login/gradle/dependency-locks/providedRuntime.lockfile create mode 100644 samples/xml/oauth2login/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/xml/oauth2login/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/xml/oauth2login/gradle/dependency-locks/springBoot.lockfile create mode 100644 samples/xml/oauth2login/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/xml/oauth2login/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/xml/oauth2login/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/xml/oauth2login/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/xml/oauth2login/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/xml/oauth2login/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/xml/oauth2login/gradle/dependency-locks/tests.lockfile create mode 100644 samples/xml/openid/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/xml/openid/gradle/dependency-locks/archives.lockfile create mode 100644 samples/xml/openid/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/xml/openid/gradle/dependency-locks/compile.lockfile create mode 100644 samples/xml/openid/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/xml/openid/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/xml/openid/gradle/dependency-locks/default.lockfile create mode 100644 samples/xml/openid/gradle/dependency-locks/gretty.lockfile create mode 100644 samples/xml/openid/gradle/dependency-locks/grettyNoSpringBoot.lockfile create mode 100644 samples/xml/openid/gradle/dependency-locks/grettyProductRuntime.lockfile create mode 100644 samples/xml/openid/gradle/dependency-locks/grettyProvidedCompile.lockfile create mode 100644 samples/xml/openid/gradle/dependency-locks/grettyRunnerJetty7.lockfile create mode 100644 samples/xml/openid/gradle/dependency-locks/grettyRunnerJetty8.lockfile create mode 100644 samples/xml/openid/gradle/dependency-locks/grettyRunnerJetty9.lockfile create mode 100644 samples/xml/openid/gradle/dependency-locks/grettyRunnerJetty93.lockfile create mode 100644 samples/xml/openid/gradle/dependency-locks/grettyRunnerJetty94.lockfile create mode 100644 samples/xml/openid/gradle/dependency-locks/grettyRunnerTomcat85.lockfile create mode 100644 samples/xml/openid/gradle/dependency-locks/grettyRunnerTomcat9.lockfile create mode 100644 samples/xml/openid/gradle/dependency-locks/grettySpringLoaded.lockfile create mode 100644 samples/xml/openid/gradle/dependency-locks/grettyStarter.lockfile create mode 100644 samples/xml/openid/gradle/dependency-locks/optional.lockfile create mode 100644 samples/xml/openid/gradle/dependency-locks/provided.lockfile create mode 100644 samples/xml/openid/gradle/dependency-locks/providedCompile.lockfile create mode 100644 samples/xml/openid/gradle/dependency-locks/providedRuntime.lockfile create mode 100644 samples/xml/openid/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/xml/openid/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/xml/openid/gradle/dependency-locks/springBoot.lockfile create mode 100644 samples/xml/openid/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/xml/openid/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/xml/openid/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/xml/openid/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/xml/openid/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/xml/openid/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/xml/openid/gradle/dependency-locks/tests.lockfile create mode 100644 samples/xml/preauth/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/xml/preauth/gradle/dependency-locks/archives.lockfile create mode 100644 samples/xml/preauth/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/xml/preauth/gradle/dependency-locks/compile.lockfile create mode 100644 samples/xml/preauth/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/xml/preauth/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/xml/preauth/gradle/dependency-locks/default.lockfile create mode 100644 samples/xml/preauth/gradle/dependency-locks/gretty.lockfile create mode 100644 samples/xml/preauth/gradle/dependency-locks/grettyNoSpringBoot.lockfile create mode 100644 samples/xml/preauth/gradle/dependency-locks/grettyProductRuntime.lockfile create mode 100644 samples/xml/preauth/gradle/dependency-locks/grettyProvidedCompile.lockfile create mode 100644 samples/xml/preauth/gradle/dependency-locks/grettyRunnerJetty7.lockfile create mode 100644 samples/xml/preauth/gradle/dependency-locks/grettyRunnerJetty8.lockfile create mode 100644 samples/xml/preauth/gradle/dependency-locks/grettyRunnerJetty9.lockfile create mode 100644 samples/xml/preauth/gradle/dependency-locks/grettyRunnerJetty93.lockfile create mode 100644 samples/xml/preauth/gradle/dependency-locks/grettyRunnerJetty94.lockfile create mode 100644 samples/xml/preauth/gradle/dependency-locks/grettyRunnerTomcat85.lockfile create mode 100644 samples/xml/preauth/gradle/dependency-locks/grettyRunnerTomcat9.lockfile create mode 100644 samples/xml/preauth/gradle/dependency-locks/grettySpringLoaded.lockfile create mode 100644 samples/xml/preauth/gradle/dependency-locks/grettyStarter.lockfile create mode 100644 samples/xml/preauth/gradle/dependency-locks/optional.lockfile create mode 100644 samples/xml/preauth/gradle/dependency-locks/provided.lockfile create mode 100644 samples/xml/preauth/gradle/dependency-locks/providedCompile.lockfile create mode 100644 samples/xml/preauth/gradle/dependency-locks/providedRuntime.lockfile create mode 100644 samples/xml/preauth/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/xml/preauth/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/xml/preauth/gradle/dependency-locks/springBoot.lockfile create mode 100644 samples/xml/preauth/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/xml/preauth/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/xml/preauth/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/xml/preauth/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/xml/preauth/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/xml/preauth/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/xml/preauth/gradle/dependency-locks/tests.lockfile create mode 100644 samples/xml/servletapi/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/xml/servletapi/gradle/dependency-locks/archives.lockfile create mode 100644 samples/xml/servletapi/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/xml/servletapi/gradle/dependency-locks/compile.lockfile create mode 100644 samples/xml/servletapi/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/xml/servletapi/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/xml/servletapi/gradle/dependency-locks/default.lockfile create mode 100644 samples/xml/servletapi/gradle/dependency-locks/gretty.lockfile create mode 100644 samples/xml/servletapi/gradle/dependency-locks/grettyNoSpringBoot.lockfile create mode 100644 samples/xml/servletapi/gradle/dependency-locks/grettyProductRuntime.lockfile create mode 100644 samples/xml/servletapi/gradle/dependency-locks/grettyProvidedCompile.lockfile create mode 100644 samples/xml/servletapi/gradle/dependency-locks/grettyRunnerJetty7.lockfile create mode 100644 samples/xml/servletapi/gradle/dependency-locks/grettyRunnerJetty8.lockfile create mode 100644 samples/xml/servletapi/gradle/dependency-locks/grettyRunnerJetty9.lockfile create mode 100644 samples/xml/servletapi/gradle/dependency-locks/grettyRunnerJetty93.lockfile create mode 100644 samples/xml/servletapi/gradle/dependency-locks/grettyRunnerJetty94.lockfile create mode 100644 samples/xml/servletapi/gradle/dependency-locks/grettyRunnerTomcat85.lockfile create mode 100644 samples/xml/servletapi/gradle/dependency-locks/grettyRunnerTomcat9.lockfile create mode 100644 samples/xml/servletapi/gradle/dependency-locks/grettySpringLoaded.lockfile create mode 100644 samples/xml/servletapi/gradle/dependency-locks/grettyStarter.lockfile create mode 100644 samples/xml/servletapi/gradle/dependency-locks/optional.lockfile create mode 100644 samples/xml/servletapi/gradle/dependency-locks/provided.lockfile create mode 100644 samples/xml/servletapi/gradle/dependency-locks/providedCompile.lockfile create mode 100644 samples/xml/servletapi/gradle/dependency-locks/providedRuntime.lockfile create mode 100644 samples/xml/servletapi/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/xml/servletapi/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/xml/servletapi/gradle/dependency-locks/springBoot.lockfile create mode 100644 samples/xml/servletapi/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/xml/servletapi/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/xml/servletapi/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/xml/servletapi/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/xml/servletapi/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/xml/servletapi/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/xml/servletapi/gradle/dependency-locks/tests.lockfile create mode 100644 samples/xml/tutorial/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/xml/tutorial/gradle/dependency-locks/archives.lockfile create mode 100644 samples/xml/tutorial/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/xml/tutorial/gradle/dependency-locks/compile.lockfile create mode 100644 samples/xml/tutorial/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/xml/tutorial/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/xml/tutorial/gradle/dependency-locks/default.lockfile create mode 100644 samples/xml/tutorial/gradle/dependency-locks/gretty.lockfile create mode 100644 samples/xml/tutorial/gradle/dependency-locks/grettyNoSpringBoot.lockfile create mode 100644 samples/xml/tutorial/gradle/dependency-locks/grettyProductRuntime.lockfile create mode 100644 samples/xml/tutorial/gradle/dependency-locks/grettyProvidedCompile.lockfile create mode 100644 samples/xml/tutorial/gradle/dependency-locks/grettyRunnerJetty7.lockfile create mode 100644 samples/xml/tutorial/gradle/dependency-locks/grettyRunnerJetty8.lockfile create mode 100644 samples/xml/tutorial/gradle/dependency-locks/grettyRunnerJetty9.lockfile create mode 100644 samples/xml/tutorial/gradle/dependency-locks/grettyRunnerJetty93.lockfile create mode 100644 samples/xml/tutorial/gradle/dependency-locks/grettyRunnerJetty94.lockfile create mode 100644 samples/xml/tutorial/gradle/dependency-locks/grettyRunnerTomcat85.lockfile create mode 100644 samples/xml/tutorial/gradle/dependency-locks/grettyRunnerTomcat9.lockfile create mode 100644 samples/xml/tutorial/gradle/dependency-locks/grettySpringLoaded.lockfile create mode 100644 samples/xml/tutorial/gradle/dependency-locks/grettyStarter.lockfile create mode 100644 samples/xml/tutorial/gradle/dependency-locks/optional.lockfile create mode 100644 samples/xml/tutorial/gradle/dependency-locks/provided.lockfile create mode 100644 samples/xml/tutorial/gradle/dependency-locks/providedCompile.lockfile create mode 100644 samples/xml/tutorial/gradle/dependency-locks/providedRuntime.lockfile create mode 100644 samples/xml/tutorial/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/xml/tutorial/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/xml/tutorial/gradle/dependency-locks/springBoot.lockfile create mode 100644 samples/xml/tutorial/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/xml/tutorial/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/xml/tutorial/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/xml/tutorial/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/xml/tutorial/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/xml/tutorial/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/xml/tutorial/gradle/dependency-locks/tests.lockfile create mode 100644 taglibs/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 taglibs/gradle/dependency-locks/archives.lockfile create mode 100644 taglibs/gradle/dependency-locks/checkstyle.lockfile create mode 100644 taglibs/gradle/dependency-locks/compile.lockfile create mode 100644 taglibs/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 taglibs/gradle/dependency-locks/compileOnly.lockfile create mode 100644 taglibs/gradle/dependency-locks/default.lockfile create mode 100644 taglibs/gradle/dependency-locks/jacocoAgent.lockfile create mode 100644 taglibs/gradle/dependency-locks/jacocoAnt.lockfile create mode 100644 taglibs/gradle/dependency-locks/merging.lockfile create mode 100644 taglibs/gradle/dependency-locks/optional.lockfile create mode 100644 taglibs/gradle/dependency-locks/provided.lockfile create mode 100644 taglibs/gradle/dependency-locks/runtime.lockfile create mode 100644 taglibs/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 taglibs/gradle/dependency-locks/runtimeMerge.lockfile create mode 100644 taglibs/gradle/dependency-locks/signatures.lockfile create mode 100644 taglibs/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 taglibs/gradle/dependency-locks/testCompile.lockfile create mode 100644 taglibs/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 taglibs/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 taglibs/gradle/dependency-locks/testRuntime.lockfile create mode 100644 taglibs/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 taglibs/gradle/dependency-locks/tests.lockfile create mode 100644 test/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 test/gradle/dependency-locks/archives.lockfile create mode 100644 test/gradle/dependency-locks/checkstyle.lockfile create mode 100644 test/gradle/dependency-locks/compile.lockfile create mode 100644 test/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 test/gradle/dependency-locks/compileOnly.lockfile create mode 100644 test/gradle/dependency-locks/default.lockfile create mode 100644 test/gradle/dependency-locks/jacocoAgent.lockfile create mode 100644 test/gradle/dependency-locks/jacocoAnt.lockfile create mode 100644 test/gradle/dependency-locks/merging.lockfile create mode 100644 test/gradle/dependency-locks/optional.lockfile create mode 100644 test/gradle/dependency-locks/provided.lockfile create mode 100644 test/gradle/dependency-locks/runtime.lockfile create mode 100644 test/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 test/gradle/dependency-locks/runtimeMerge.lockfile create mode 100644 test/gradle/dependency-locks/signatures.lockfile create mode 100644 test/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 test/gradle/dependency-locks/testCompile.lockfile create mode 100644 test/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 test/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 test/gradle/dependency-locks/testRuntime.lockfile create mode 100644 test/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 test/gradle/dependency-locks/tests.lockfile create mode 100644 web/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 web/gradle/dependency-locks/archives.lockfile create mode 100644 web/gradle/dependency-locks/checkstyle.lockfile create mode 100644 web/gradle/dependency-locks/compile.lockfile create mode 100644 web/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 web/gradle/dependency-locks/compileOnly.lockfile create mode 100644 web/gradle/dependency-locks/default.lockfile create mode 100644 web/gradle/dependency-locks/jacocoAgent.lockfile create mode 100644 web/gradle/dependency-locks/jacocoAnt.lockfile create mode 100644 web/gradle/dependency-locks/merging.lockfile create mode 100644 web/gradle/dependency-locks/optional.lockfile create mode 100644 web/gradle/dependency-locks/provided.lockfile create mode 100644 web/gradle/dependency-locks/runtime.lockfile create mode 100644 web/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 web/gradle/dependency-locks/runtimeMerge.lockfile create mode 100644 web/gradle/dependency-locks/signatures.lockfile create mode 100644 web/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 web/gradle/dependency-locks/testCompile.lockfile create mode 100644 web/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 web/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 web/gradle/dependency-locks/testRuntime.lockfile create mode 100644 web/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 web/gradle/dependency-locks/tests.lockfile diff --git a/acl/gradle/dependency-locks/annotationProcessor.lockfile b/acl/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/acl/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/acl/gradle/dependency-locks/archives.lockfile b/acl/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/acl/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/acl/gradle/dependency-locks/checkstyle.lockfile b/acl/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/acl/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/acl/gradle/dependency-locks/compile.lockfile b/acl/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..b339bb6c92 --- /dev/null +++ b/acl/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,15 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/acl/gradle/dependency-locks/compileClasspath.lockfile b/acl/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..b339bb6c92 --- /dev/null +++ b/acl/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,15 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/acl/gradle/dependency-locks/compileOnly.lockfile b/acl/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/acl/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/acl/gradle/dependency-locks/default.lockfile b/acl/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..b339bb6c92 --- /dev/null +++ b/acl/gradle/dependency-locks/default.lockfile @@ -0,0 +1,15 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/acl/gradle/dependency-locks/jacocoAgent.lockfile b/acl/gradle/dependency-locks/jacocoAgent.lockfile new file mode 100644 index 0000000000..8909233ca7 --- /dev/null +++ b/acl/gradle/dependency-locks/jacocoAgent.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jacoco:org.jacoco.agent:0.8.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/acl/gradle/dependency-locks/jacocoAnt.lockfile b/acl/gradle/dependency-locks/jacocoAnt.lockfile new file mode 100644 index 0000000000..e6bf2b121e --- /dev/null +++ b/acl/gradle/dependency-locks/jacocoAnt.lockfile @@ -0,0 +1,15 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jacoco:org.jacoco.agent:0.8.2 +org.jacoco:org.jacoco.ant:0.8.2 +org.jacoco:org.jacoco.core:0.8.2 +org.jacoco:org.jacoco.report:0.8.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm-analysis:6.2.1 +org.ow2.asm:asm-commons:6.2.1 +org.ow2.asm:asm-tree:6.2.1 +org.ow2.asm:asm:6.2.1 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/acl/gradle/dependency-locks/merging.lockfile b/acl/gradle/dependency-locks/merging.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/acl/gradle/dependency-locks/merging.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/acl/gradle/dependency-locks/optional.lockfile b/acl/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..209c48d5c2 --- /dev/null +++ b/acl/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,9 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +net.sf.ehcache:ehcache:2.10.6 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/acl/gradle/dependency-locks/provided.lockfile b/acl/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/acl/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/acl/gradle/dependency-locks/runtime.lockfile b/acl/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..b339bb6c92 --- /dev/null +++ b/acl/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,15 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/acl/gradle/dependency-locks/runtimeClasspath.lockfile b/acl/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..b339bb6c92 --- /dev/null +++ b/acl/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,15 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/acl/gradle/dependency-locks/runtimeMerge.lockfile b/acl/gradle/dependency-locks/runtimeMerge.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/acl/gradle/dependency-locks/runtimeMerge.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/acl/gradle/dependency-locks/signatures.lockfile b/acl/gradle/dependency-locks/signatures.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/acl/gradle/dependency-locks/signatures.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/acl/gradle/dependency-locks/testAnnotationProcessor.lockfile b/acl/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/acl/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/acl/gradle/dependency-locks/testCompile.lockfile b/acl/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..50ec7f6026 --- /dev/null +++ b/acl/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,24 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context-support:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/acl/gradle/dependency-locks/testCompileClasspath.lockfile b/acl/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..50ec7f6026 --- /dev/null +++ b/acl/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,24 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context-support:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/acl/gradle/dependency-locks/testCompileOnly.lockfile b/acl/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/acl/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/acl/gradle/dependency-locks/testRuntime.lockfile b/acl/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..1c0f271a35 --- /dev/null +++ b/acl/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,25 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.hsqldb:hsqldb:2.5.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context-support:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/acl/gradle/dependency-locks/testRuntimeClasspath.lockfile b/acl/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..1c0f271a35 --- /dev/null +++ b/acl/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,25 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.hsqldb:hsqldb:2.5.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context-support:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/acl/gradle/dependency-locks/tests.lockfile b/acl/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..1c0f271a35 --- /dev/null +++ b/acl/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,25 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.hsqldb:hsqldb:2.5.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context-support:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/aspects/gradle/dependency-locks/annotationProcessor.lockfile b/aspects/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/aspects/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/aspects/gradle/dependency-locks/archives.lockfile b/aspects/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/aspects/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/aspects/gradle/dependency-locks/aspect.lockfile b/aspects/gradle/dependency-locks/aspect.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/aspects/gradle/dependency-locks/aspect.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/aspects/gradle/dependency-locks/aspectj.lockfile b/aspects/gradle/dependency-locks/aspectj.lockfile new file mode 100644 index 0000000000..c8da7818dd --- /dev/null +++ b/aspects/gradle/dependency-locks/aspectj.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.aspectj:aspectjtools:1.9.6 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/aspects/gradle/dependency-locks/checkstyle.lockfile b/aspects/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/aspects/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/aspects/gradle/dependency-locks/compile.lockfile b/aspects/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..53a2759c63 --- /dev/null +++ b/aspects/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,14 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.aspectj:aspectjrt:1.9.6 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/aspects/gradle/dependency-locks/compileClasspath.lockfile b/aspects/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..53a2759c63 --- /dev/null +++ b/aspects/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,14 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.aspectj:aspectjrt:1.9.6 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/aspects/gradle/dependency-locks/compileOnly.lockfile b/aspects/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/aspects/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/aspects/gradle/dependency-locks/default.lockfile b/aspects/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..53a2759c63 --- /dev/null +++ b/aspects/gradle/dependency-locks/default.lockfile @@ -0,0 +1,14 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.aspectj:aspectjrt:1.9.6 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/aspects/gradle/dependency-locks/inpath.lockfile b/aspects/gradle/dependency-locks/inpath.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/aspects/gradle/dependency-locks/inpath.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/aspects/gradle/dependency-locks/jacocoAgent.lockfile b/aspects/gradle/dependency-locks/jacocoAgent.lockfile new file mode 100644 index 0000000000..8909233ca7 --- /dev/null +++ b/aspects/gradle/dependency-locks/jacocoAgent.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jacoco:org.jacoco.agent:0.8.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/aspects/gradle/dependency-locks/jacocoAnt.lockfile b/aspects/gradle/dependency-locks/jacocoAnt.lockfile new file mode 100644 index 0000000000..e6bf2b121e --- /dev/null +++ b/aspects/gradle/dependency-locks/jacocoAnt.lockfile @@ -0,0 +1,15 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jacoco:org.jacoco.agent:0.8.2 +org.jacoco:org.jacoco.ant:0.8.2 +org.jacoco:org.jacoco.core:0.8.2 +org.jacoco:org.jacoco.report:0.8.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm-analysis:6.2.1 +org.ow2.asm:asm-commons:6.2.1 +org.ow2.asm:asm-tree:6.2.1 +org.ow2.asm:asm:6.2.1 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/aspects/gradle/dependency-locks/merging.lockfile b/aspects/gradle/dependency-locks/merging.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/aspects/gradle/dependency-locks/merging.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/aspects/gradle/dependency-locks/optional.lockfile b/aspects/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/aspects/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/aspects/gradle/dependency-locks/provided.lockfile b/aspects/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/aspects/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/aspects/gradle/dependency-locks/runtime.lockfile b/aspects/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..53a2759c63 --- /dev/null +++ b/aspects/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,14 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.aspectj:aspectjrt:1.9.6 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/aspects/gradle/dependency-locks/runtimeClasspath.lockfile b/aspects/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..53a2759c63 --- /dev/null +++ b/aspects/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,14 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.aspectj:aspectjrt:1.9.6 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/aspects/gradle/dependency-locks/runtimeMerge.lockfile b/aspects/gradle/dependency-locks/runtimeMerge.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/aspects/gradle/dependency-locks/runtimeMerge.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/aspects/gradle/dependency-locks/signatures.lockfile b/aspects/gradle/dependency-locks/signatures.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/aspects/gradle/dependency-locks/signatures.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/aspects/gradle/dependency-locks/testAnnotationProcessor.lockfile b/aspects/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/aspects/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/aspects/gradle/dependency-locks/testAspect.lockfile b/aspects/gradle/dependency-locks/testAspect.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/aspects/gradle/dependency-locks/testAspect.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/aspects/gradle/dependency-locks/testCompile.lockfile b/aspects/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..eb559a0edc --- /dev/null +++ b/aspects/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,22 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.aspectj:aspectjrt:1.9.6 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/aspects/gradle/dependency-locks/testCompileClasspath.lockfile b/aspects/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..eb559a0edc --- /dev/null +++ b/aspects/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,22 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.aspectj:aspectjrt:1.9.6 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/aspects/gradle/dependency-locks/testCompileOnly.lockfile b/aspects/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/aspects/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/aspects/gradle/dependency-locks/testInpath.lockfile b/aspects/gradle/dependency-locks/testInpath.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/aspects/gradle/dependency-locks/testInpath.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/aspects/gradle/dependency-locks/testRuntime.lockfile b/aspects/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..eb559a0edc --- /dev/null +++ b/aspects/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,22 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.aspectj:aspectjrt:1.9.6 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/aspects/gradle/dependency-locks/testRuntimeClasspath.lockfile b/aspects/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..eb559a0edc --- /dev/null +++ b/aspects/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,22 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.aspectj:aspectjrt:1.9.6 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/aspects/gradle/dependency-locks/tests.lockfile b/aspects/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..eb559a0edc --- /dev/null +++ b/aspects/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,22 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.aspectj:aspectjrt:1.9.6 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/cas/gradle/dependency-locks/annotationProcessor.lockfile b/cas/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/cas/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/cas/gradle/dependency-locks/archives.lockfile b/cas/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/cas/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/cas/gradle/dependency-locks/checkstyle.lockfile b/cas/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/cas/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/cas/gradle/dependency-locks/compile.lockfile b/cas/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..6d0e637be7 --- /dev/null +++ b/cas/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,23 @@ +# 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. +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +commons-codec:commons-codec:1.14 +io.projectreactor:reactor-bom:2020.0.0 +org.bouncycastle:bcpkix-jdk15on:1.66 +org.bouncycastle:bcprov-jdk15on:1.66 +org.jasig.cas.client:cas-client-core:3.6.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/cas/gradle/dependency-locks/compileClasspath.lockfile b/cas/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..6d0e637be7 --- /dev/null +++ b/cas/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,23 @@ +# 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. +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +commons-codec:commons-codec:1.14 +io.projectreactor:reactor-bom:2020.0.0 +org.bouncycastle:bcpkix-jdk15on:1.66 +org.bouncycastle:bcprov-jdk15on:1.66 +org.jasig.cas.client:cas-client-core:3.6.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/cas/gradle/dependency-locks/compileOnly.lockfile b/cas/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/cas/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/cas/gradle/dependency-locks/default.lockfile b/cas/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..6d0e637be7 --- /dev/null +++ b/cas/gradle/dependency-locks/default.lockfile @@ -0,0 +1,23 @@ +# 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. +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +commons-codec:commons-codec:1.14 +io.projectreactor:reactor-bom:2020.0.0 +org.bouncycastle:bcpkix-jdk15on:1.66 +org.bouncycastle:bcprov-jdk15on:1.66 +org.jasig.cas.client:cas-client-core:3.6.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/cas/gradle/dependency-locks/jacocoAgent.lockfile b/cas/gradle/dependency-locks/jacocoAgent.lockfile new file mode 100644 index 0000000000..8909233ca7 --- /dev/null +++ b/cas/gradle/dependency-locks/jacocoAgent.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jacoco:org.jacoco.agent:0.8.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/cas/gradle/dependency-locks/jacocoAnt.lockfile b/cas/gradle/dependency-locks/jacocoAnt.lockfile new file mode 100644 index 0000000000..e6bf2b121e --- /dev/null +++ b/cas/gradle/dependency-locks/jacocoAnt.lockfile @@ -0,0 +1,15 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jacoco:org.jacoco.agent:0.8.2 +org.jacoco:org.jacoco.ant:0.8.2 +org.jacoco:org.jacoco.core:0.8.2 +org.jacoco:org.jacoco.report:0.8.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm-analysis:6.2.1 +org.ow2.asm:asm-commons:6.2.1 +org.ow2.asm:asm-tree:6.2.1 +org.ow2.asm:asm:6.2.1 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/cas/gradle/dependency-locks/merging.lockfile b/cas/gradle/dependency-locks/merging.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/cas/gradle/dependency-locks/merging.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/cas/gradle/dependency-locks/optional.lockfile b/cas/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..3bf995f9b7 --- /dev/null +++ b/cas/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,13 @@ +# 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. +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +io.projectreactor:reactor-bom:2020.0.0 +net.sf.ehcache:ehcache:2.10.6 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/cas/gradle/dependency-locks/provided.lockfile b/cas/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/cas/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/cas/gradle/dependency-locks/runtime.lockfile b/cas/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..6d0e637be7 --- /dev/null +++ b/cas/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,23 @@ +# 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. +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +commons-codec:commons-codec:1.14 +io.projectreactor:reactor-bom:2020.0.0 +org.bouncycastle:bcpkix-jdk15on:1.66 +org.bouncycastle:bcprov-jdk15on:1.66 +org.jasig.cas.client:cas-client-core:3.6.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/cas/gradle/dependency-locks/runtimeClasspath.lockfile b/cas/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..6d0e637be7 --- /dev/null +++ b/cas/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,23 @@ +# 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. +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +commons-codec:commons-codec:1.14 +io.projectreactor:reactor-bom:2020.0.0 +org.bouncycastle:bcpkix-jdk15on:1.66 +org.bouncycastle:bcprov-jdk15on:1.66 +org.jasig.cas.client:cas-client-core:3.6.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/cas/gradle/dependency-locks/runtimeMerge.lockfile b/cas/gradle/dependency-locks/runtimeMerge.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/cas/gradle/dependency-locks/runtimeMerge.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/cas/gradle/dependency-locks/signatures.lockfile b/cas/gradle/dependency-locks/signatures.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/cas/gradle/dependency-locks/signatures.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/cas/gradle/dependency-locks/testAnnotationProcessor.lockfile b/cas/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/cas/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/cas/gradle/dependency-locks/testCompile.lockfile b/cas/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..585e2c4432 --- /dev/null +++ b/cas/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,33 @@ +# 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. +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.14 +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.bouncycastle:bcpkix-jdk15on:1.66 +org.bouncycastle:bcprov-jdk15on:1.66 +org.hamcrest:hamcrest-core:1.3 +org.jasig.cas.client:cas-client-core:3.6.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/cas/gradle/dependency-locks/testCompileClasspath.lockfile b/cas/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..585e2c4432 --- /dev/null +++ b/cas/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,33 @@ +# 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. +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.14 +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.bouncycastle:bcpkix-jdk15on:1.66 +org.bouncycastle:bcprov-jdk15on:1.66 +org.hamcrest:hamcrest-core:1.3 +org.jasig.cas.client:cas-client-core:3.6.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/cas/gradle/dependency-locks/testCompileOnly.lockfile b/cas/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/cas/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/cas/gradle/dependency-locks/testRuntime.lockfile b/cas/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..585e2c4432 --- /dev/null +++ b/cas/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,33 @@ +# 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. +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.14 +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.bouncycastle:bcpkix-jdk15on:1.66 +org.bouncycastle:bcprov-jdk15on:1.66 +org.hamcrest:hamcrest-core:1.3 +org.jasig.cas.client:cas-client-core:3.6.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/cas/gradle/dependency-locks/testRuntimeClasspath.lockfile b/cas/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..585e2c4432 --- /dev/null +++ b/cas/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,33 @@ +# 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. +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.14 +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.bouncycastle:bcpkix-jdk15on:1.66 +org.bouncycastle:bcprov-jdk15on:1.66 +org.hamcrest:hamcrest-core:1.3 +org.jasig.cas.client:cas-client-core:3.6.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/cas/gradle/dependency-locks/tests.lockfile b/cas/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..585e2c4432 --- /dev/null +++ b/cas/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,33 @@ +# 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. +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.14 +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.bouncycastle:bcpkix-jdk15on:1.66 +org.bouncycastle:bcprov-jdk15on:1.66 +org.hamcrest:hamcrest-core:1.3 +org.jasig.cas.client:cas-client-core:3.6.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/config/gradle/dependency-locks/annotationProcessor.lockfile b/config/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/config/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/config/gradle/dependency-locks/apiDependenciesMetadata.lockfile b/config/gradle/dependency-locks/apiDependenciesMetadata.lockfile new file mode 100644 index 0000000000..c62ecb61d6 --- /dev/null +++ b/config/gradle/dependency-locks/apiDependenciesMetadata.lockfile @@ -0,0 +1,18 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/config/gradle/dependency-locks/archives.lockfile b/config/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/config/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/config/gradle/dependency-locks/checkstyle.lockfile b/config/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/config/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/config/gradle/dependency-locks/compile.lockfile b/config/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..3f491a6518 --- /dev/null +++ b/config/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,13 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/config/gradle/dependency-locks/compileClasspath.lockfile b/config/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..c62ecb61d6 --- /dev/null +++ b/config/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,18 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/config/gradle/dependency-locks/compileOnly.lockfile b/config/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/config/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/config/gradle/dependency-locks/compileOnlyDependenciesMetadata.lockfile b/config/gradle/dependency-locks/compileOnlyDependenciesMetadata.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/config/gradle/dependency-locks/compileOnlyDependenciesMetadata.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/config/gradle/dependency-locks/default.lockfile b/config/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..c62ecb61d6 --- /dev/null +++ b/config/gradle/dependency-locks/default.lockfile @@ -0,0 +1,18 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/config/gradle/dependency-locks/implementationDependenciesMetadata.lockfile b/config/gradle/dependency-locks/implementationDependenciesMetadata.lockfile new file mode 100644 index 0000000000..c62ecb61d6 --- /dev/null +++ b/config/gradle/dependency-locks/implementationDependenciesMetadata.lockfile @@ -0,0 +1,18 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/config/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile b/config/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/config/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/config/gradle/dependency-locks/integrationTestApiDependenciesMetadata.lockfile b/config/gradle/dependency-locks/integrationTestApiDependenciesMetadata.lockfile new file mode 100644 index 0000000000..04aa2d0e7b --- /dev/null +++ b/config/gradle/dependency-locks/integrationTestApiDependenciesMetadata.lockfile @@ -0,0 +1,228 @@ +# 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. +antlr:antlr:2.7.7 +asm:asm:3.1 +bouncycastle:bcprov-jdk15:140 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.fasterxml.woodstox:woodstox-core:5.0.3 +com.fasterxml:classmate:1.5.1 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.google.code.findbugs:jsr305:3.0.1 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.inject:guice:3.0 +com.google.j2objc:j2objc-annotations:1.1 +com.h2database:h2:1.4.200 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.1.2 +com.nimbusds:oauth2-oidc-sdk:8.23.1 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.14 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:2.6 +commons-lang:commons-lang:2.4 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.dropwizard.metrics:metrics-core:3.1.2 +io.netty:netty-buffer:4.1.53.Final +io.netty:netty-codec-dns:4.1.53.Final +io.netty:netty-codec-http2:4.1.53.Final +io.netty:netty-codec-http:4.1.53.Final +io.netty:netty-codec-socks:4.1.53.Final +io.netty:netty-codec:4.1.53.Final +io.netty:netty-common:4.1.53.Final +io.netty:netty-handler-proxy:4.1.53.Final +io.netty:netty-handler:4.1.53.Final +io.netty:netty-resolver-dns:4.1.53.Final +io.netty:netty-resolver:4.1.53.Final +io.netty:netty-transport-native-epoll:4.1.53.Final +io.netty:netty-transport-native-unix-common:4.1.53.Final +io.netty:netty-transport:4.1.53.Final +io.projectreactor.netty:reactor-netty-core:1.0.0 +io.projectreactor.netty:reactor-netty-http:1.0.0 +io.projectreactor.netty:reactor-netty:1.0.0 +io.projectreactor.tools:blockhound:1.0.4.RELEASE +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.projectreactor:reactor-test:3.4.0 +io.r2dbc:r2dbc-h2:0.8.4.RELEASE +io.r2dbc:r2dbc-spi-test:0.8.3.RELEASE +io.r2dbc:r2dbc-spi:0.8.3.RELEASE +io.rsocket:rsocket-core:1.1.0 +io.rsocket:rsocket-transport-netty:1.1.0 +javax.activation:javax.activation-api:1.2.0 +javax.annotation:jsr250-api:1.0 +javax.inject:javax.inject:1 +javax.persistence:javax.persistence-api:2.2 +javax.servlet:javax.servlet-api:4.0.1 +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +joda-time:joda-time:2.9 +junit:junit:4.13 +ldapsdk:ldapsdk:4.1 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +net.jcip:jcip-annotations:1.0 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +net.shibboleth.utilities:java-support:7.5.1 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +net.sourceforge.nekohtml:nekohtml:1.9.22 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.apache.mina:mina-core:2.0.0-M6 +org.apache.santuario:xmlsec:2.0.10 +org.apache.velocity:velocity:1.7 +org.apiguardian:apiguardian-api:1.1.0 +org.aspectj:aspectjrt:1.9.6 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.bouncycastle:bcpkix-jdk15on:1.66 +org.bouncycastle:bcprov-jdk15on:1.66 +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.codehaus.woodstox:stax2-api:3.1.4 +org.cryptacular:cryptacular:1.1.3 +org.dom4j:dom4j:2.1.3 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hsqldb:hsqldb:2.5.1 +org.jasig.cas.client:cas-client-core:3.6.1 +org.javassist:javassist:3.27.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-reflect:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.openid4java:openid4java-nodeps:0.9.6 +org.opensaml:opensaml-core:3.4.5 +org.opensaml:opensaml-messaging-api:3.4.5 +org.opensaml:opensaml-profile-api:3.4.5 +org.opensaml:opensaml-saml-api:3.4.5 +org.opensaml:opensaml-saml-impl:3.4.5 +org.opensaml:opensaml-security-api:3.4.5 +org.opensaml:opensaml-security-impl:3.4.5 +org.opensaml:opensaml-soap-api:3.4.5 +org.opensaml:opensaml-soap-impl:3.4.5 +org.opensaml:opensaml-storage-api:3.4.5 +org.opensaml:opensaml-xmlsec-api:3.4.5 +org.opensaml:opensaml-xmlsec-impl:3.4.5 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.reactivestreams:reactive-streams:1.0.3 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-chrome-driver:3.141.59 +org.seleniumhq.selenium:selenium-edge-driver:3.141.59 +org.seleniumhq.selenium:selenium-firefox-driver:3.141.59 +org.seleniumhq.selenium:selenium-ie-driver:3.141.59 +org.seleniumhq.selenium:selenium-java:3.141.59 +org.seleniumhq.selenium:selenium-opera-driver:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-safari-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.sonatype.sisu.inject:cglib:2.2.1-v20090111 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-messaging:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webflux:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.springframework:spring-websocket:5.3.0 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/config/gradle/dependency-locks/integrationTestCompile.lockfile b/config/gradle/dependency-locks/integrationTestCompile.lockfile new file mode 100644 index 0000000000..e5eb02ce5a --- /dev/null +++ b/config/gradle/dependency-locks/integrationTestCompile.lockfile @@ -0,0 +1,234 @@ +# 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. +antlr:antlr:2.7.7 +asm:asm:3.1 +bouncycastle:bcprov-jdk15:140 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.fasterxml.woodstox:woodstox-core:5.0.3 +com.fasterxml:classmate:1.5.1 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.google.code.findbugs:jsr305:3.0.1 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.inject:guice:3.0 +com.google.j2objc:j2objc-annotations:1.1 +com.h2database:h2:1.4.200 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.1.2 +com.nimbusds:oauth2-oidc-sdk:8.23.1 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.14 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:2.6 +commons-lang:commons-lang:2.4 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.dropwizard.metrics:metrics-core:3.1.2 +io.netty:netty-buffer:4.1.53.Final +io.netty:netty-codec-dns:4.1.53.Final +io.netty:netty-codec-http2:4.1.53.Final +io.netty:netty-codec-http:4.1.53.Final +io.netty:netty-codec-socks:4.1.53.Final +io.netty:netty-codec:4.1.53.Final +io.netty:netty-common:4.1.53.Final +io.netty:netty-handler-proxy:4.1.53.Final +io.netty:netty-handler:4.1.53.Final +io.netty:netty-resolver-dns:4.1.53.Final +io.netty:netty-resolver:4.1.53.Final +io.netty:netty-transport-native-epoll:4.1.53.Final +io.netty:netty-transport-native-unix-common:4.1.53.Final +io.netty:netty-transport:4.1.53.Final +io.projectreactor.netty:reactor-netty-core:1.0.0 +io.projectreactor.netty:reactor-netty-http-brave:1.0.0 +io.projectreactor.netty:reactor-netty-http:1.0.0 +io.projectreactor.netty:reactor-netty:1.0.0 +io.projectreactor.tools:blockhound:1.0.4.RELEASE +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.projectreactor:reactor-test:3.4.0 +io.r2dbc:r2dbc-h2:0.8.4.RELEASE +io.r2dbc:r2dbc-spi-test:0.8.3.RELEASE +io.r2dbc:r2dbc-spi:0.8.3.RELEASE +io.rsocket:rsocket-core:1.1.0 +io.rsocket:rsocket-transport-netty:1.1.0 +io.zipkin.brave:brave-instrumentation-http:5.12.7 +io.zipkin.brave:brave:5.12.7 +io.zipkin.reporter2:zipkin-reporter-brave:2.15.2 +io.zipkin.reporter2:zipkin-reporter:2.15.2 +io.zipkin.zipkin2:zipkin:2.21.7 +javax.activation:javax.activation-api:1.2.0 +javax.annotation:jsr250-api:1.0 +javax.inject:javax.inject:1 +javax.persistence:javax.persistence-api:2.2 +javax.servlet:javax.servlet-api:4.0.1 +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +joda-time:joda-time:2.9 +junit:junit:4.13 +ldapsdk:ldapsdk:4.1 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +net.jcip:jcip-annotations:1.0 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +net.shibboleth.utilities:java-support:7.5.1 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +net.sourceforge.nekohtml:nekohtml:1.9.22 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.apache.mina:mina-core:2.0.0-M6 +org.apache.santuario:xmlsec:2.0.10 +org.apache.velocity:velocity:1.7 +org.apiguardian:apiguardian-api:1.1.0 +org.aspectj:aspectjrt:1.9.6 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.bouncycastle:bcpkix-jdk15on:1.66 +org.bouncycastle:bcprov-jdk15on:1.66 +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.codehaus.woodstox:stax2-api:3.1.4 +org.cryptacular:cryptacular:1.1.3 +org.dom4j:dom4j:2.1.3 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hsqldb:hsqldb:2.5.1 +org.jasig.cas.client:cas-client-core:3.6.1 +org.javassist:javassist:3.27.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-reflect:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.openid4java:openid4java-nodeps:0.9.6 +org.opensaml:opensaml-core:3.4.5 +org.opensaml:opensaml-messaging-api:3.4.5 +org.opensaml:opensaml-profile-api:3.4.5 +org.opensaml:opensaml-saml-api:3.4.5 +org.opensaml:opensaml-saml-impl:3.4.5 +org.opensaml:opensaml-security-api:3.4.5 +org.opensaml:opensaml-security-impl:3.4.5 +org.opensaml:opensaml-soap-api:3.4.5 +org.opensaml:opensaml-soap-impl:3.4.5 +org.opensaml:opensaml-storage-api:3.4.5 +org.opensaml:opensaml-xmlsec-api:3.4.5 +org.opensaml:opensaml-xmlsec-impl:3.4.5 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.reactivestreams:reactive-streams:1.0.3 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-chrome-driver:3.141.59 +org.seleniumhq.selenium:selenium-edge-driver:3.141.59 +org.seleniumhq.selenium:selenium-firefox-driver:3.141.59 +org.seleniumhq.selenium:selenium-ie-driver:3.141.59 +org.seleniumhq.selenium:selenium-java:3.141.59 +org.seleniumhq.selenium:selenium-opera-driver:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-safari-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.sonatype.sisu.inject:cglib:2.2.1-v20090111 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-messaging:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webflux:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.springframework:spring-websocket:5.3.0 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/config/gradle/dependency-locks/integrationTestCompileClasspath.lockfile b/config/gradle/dependency-locks/integrationTestCompileClasspath.lockfile new file mode 100644 index 0000000000..04aa2d0e7b --- /dev/null +++ b/config/gradle/dependency-locks/integrationTestCompileClasspath.lockfile @@ -0,0 +1,228 @@ +# 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. +antlr:antlr:2.7.7 +asm:asm:3.1 +bouncycastle:bcprov-jdk15:140 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.fasterxml.woodstox:woodstox-core:5.0.3 +com.fasterxml:classmate:1.5.1 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.google.code.findbugs:jsr305:3.0.1 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.inject:guice:3.0 +com.google.j2objc:j2objc-annotations:1.1 +com.h2database:h2:1.4.200 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.1.2 +com.nimbusds:oauth2-oidc-sdk:8.23.1 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.14 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:2.6 +commons-lang:commons-lang:2.4 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.dropwizard.metrics:metrics-core:3.1.2 +io.netty:netty-buffer:4.1.53.Final +io.netty:netty-codec-dns:4.1.53.Final +io.netty:netty-codec-http2:4.1.53.Final +io.netty:netty-codec-http:4.1.53.Final +io.netty:netty-codec-socks:4.1.53.Final +io.netty:netty-codec:4.1.53.Final +io.netty:netty-common:4.1.53.Final +io.netty:netty-handler-proxy:4.1.53.Final +io.netty:netty-handler:4.1.53.Final +io.netty:netty-resolver-dns:4.1.53.Final +io.netty:netty-resolver:4.1.53.Final +io.netty:netty-transport-native-epoll:4.1.53.Final +io.netty:netty-transport-native-unix-common:4.1.53.Final +io.netty:netty-transport:4.1.53.Final +io.projectreactor.netty:reactor-netty-core:1.0.0 +io.projectreactor.netty:reactor-netty-http:1.0.0 +io.projectreactor.netty:reactor-netty:1.0.0 +io.projectreactor.tools:blockhound:1.0.4.RELEASE +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.projectreactor:reactor-test:3.4.0 +io.r2dbc:r2dbc-h2:0.8.4.RELEASE +io.r2dbc:r2dbc-spi-test:0.8.3.RELEASE +io.r2dbc:r2dbc-spi:0.8.3.RELEASE +io.rsocket:rsocket-core:1.1.0 +io.rsocket:rsocket-transport-netty:1.1.0 +javax.activation:javax.activation-api:1.2.0 +javax.annotation:jsr250-api:1.0 +javax.inject:javax.inject:1 +javax.persistence:javax.persistence-api:2.2 +javax.servlet:javax.servlet-api:4.0.1 +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +joda-time:joda-time:2.9 +junit:junit:4.13 +ldapsdk:ldapsdk:4.1 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +net.jcip:jcip-annotations:1.0 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +net.shibboleth.utilities:java-support:7.5.1 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +net.sourceforge.nekohtml:nekohtml:1.9.22 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.apache.mina:mina-core:2.0.0-M6 +org.apache.santuario:xmlsec:2.0.10 +org.apache.velocity:velocity:1.7 +org.apiguardian:apiguardian-api:1.1.0 +org.aspectj:aspectjrt:1.9.6 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.bouncycastle:bcpkix-jdk15on:1.66 +org.bouncycastle:bcprov-jdk15on:1.66 +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.codehaus.woodstox:stax2-api:3.1.4 +org.cryptacular:cryptacular:1.1.3 +org.dom4j:dom4j:2.1.3 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hsqldb:hsqldb:2.5.1 +org.jasig.cas.client:cas-client-core:3.6.1 +org.javassist:javassist:3.27.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-reflect:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.openid4java:openid4java-nodeps:0.9.6 +org.opensaml:opensaml-core:3.4.5 +org.opensaml:opensaml-messaging-api:3.4.5 +org.opensaml:opensaml-profile-api:3.4.5 +org.opensaml:opensaml-saml-api:3.4.5 +org.opensaml:opensaml-saml-impl:3.4.5 +org.opensaml:opensaml-security-api:3.4.5 +org.opensaml:opensaml-security-impl:3.4.5 +org.opensaml:opensaml-soap-api:3.4.5 +org.opensaml:opensaml-soap-impl:3.4.5 +org.opensaml:opensaml-storage-api:3.4.5 +org.opensaml:opensaml-xmlsec-api:3.4.5 +org.opensaml:opensaml-xmlsec-impl:3.4.5 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.reactivestreams:reactive-streams:1.0.3 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-chrome-driver:3.141.59 +org.seleniumhq.selenium:selenium-edge-driver:3.141.59 +org.seleniumhq.selenium:selenium-firefox-driver:3.141.59 +org.seleniumhq.selenium:selenium-ie-driver:3.141.59 +org.seleniumhq.selenium:selenium-java:3.141.59 +org.seleniumhq.selenium:selenium-opera-driver:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-safari-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.sonatype.sisu.inject:cglib:2.2.1-v20090111 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-messaging:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webflux:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.springframework:spring-websocket:5.3.0 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/config/gradle/dependency-locks/integrationTestCompileOnly.lockfile b/config/gradle/dependency-locks/integrationTestCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/config/gradle/dependency-locks/integrationTestCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/config/gradle/dependency-locks/integrationTestCompileOnlyDependenciesMetadata.lockfile b/config/gradle/dependency-locks/integrationTestCompileOnlyDependenciesMetadata.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/config/gradle/dependency-locks/integrationTestCompileOnlyDependenciesMetadata.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/config/gradle/dependency-locks/integrationTestImplementationDependenciesMetadata.lockfile b/config/gradle/dependency-locks/integrationTestImplementationDependenciesMetadata.lockfile new file mode 100644 index 0000000000..04aa2d0e7b --- /dev/null +++ b/config/gradle/dependency-locks/integrationTestImplementationDependenciesMetadata.lockfile @@ -0,0 +1,228 @@ +# 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. +antlr:antlr:2.7.7 +asm:asm:3.1 +bouncycastle:bcprov-jdk15:140 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.fasterxml.woodstox:woodstox-core:5.0.3 +com.fasterxml:classmate:1.5.1 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.google.code.findbugs:jsr305:3.0.1 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.inject:guice:3.0 +com.google.j2objc:j2objc-annotations:1.1 +com.h2database:h2:1.4.200 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.1.2 +com.nimbusds:oauth2-oidc-sdk:8.23.1 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.14 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:2.6 +commons-lang:commons-lang:2.4 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.dropwizard.metrics:metrics-core:3.1.2 +io.netty:netty-buffer:4.1.53.Final +io.netty:netty-codec-dns:4.1.53.Final +io.netty:netty-codec-http2:4.1.53.Final +io.netty:netty-codec-http:4.1.53.Final +io.netty:netty-codec-socks:4.1.53.Final +io.netty:netty-codec:4.1.53.Final +io.netty:netty-common:4.1.53.Final +io.netty:netty-handler-proxy:4.1.53.Final +io.netty:netty-handler:4.1.53.Final +io.netty:netty-resolver-dns:4.1.53.Final +io.netty:netty-resolver:4.1.53.Final +io.netty:netty-transport-native-epoll:4.1.53.Final +io.netty:netty-transport-native-unix-common:4.1.53.Final +io.netty:netty-transport:4.1.53.Final +io.projectreactor.netty:reactor-netty-core:1.0.0 +io.projectreactor.netty:reactor-netty-http:1.0.0 +io.projectreactor.netty:reactor-netty:1.0.0 +io.projectreactor.tools:blockhound:1.0.4.RELEASE +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.projectreactor:reactor-test:3.4.0 +io.r2dbc:r2dbc-h2:0.8.4.RELEASE +io.r2dbc:r2dbc-spi-test:0.8.3.RELEASE +io.r2dbc:r2dbc-spi:0.8.3.RELEASE +io.rsocket:rsocket-core:1.1.0 +io.rsocket:rsocket-transport-netty:1.1.0 +javax.activation:javax.activation-api:1.2.0 +javax.annotation:jsr250-api:1.0 +javax.inject:javax.inject:1 +javax.persistence:javax.persistence-api:2.2 +javax.servlet:javax.servlet-api:4.0.1 +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +joda-time:joda-time:2.9 +junit:junit:4.13 +ldapsdk:ldapsdk:4.1 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +net.jcip:jcip-annotations:1.0 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +net.shibboleth.utilities:java-support:7.5.1 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +net.sourceforge.nekohtml:nekohtml:1.9.22 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.apache.mina:mina-core:2.0.0-M6 +org.apache.santuario:xmlsec:2.0.10 +org.apache.velocity:velocity:1.7 +org.apiguardian:apiguardian-api:1.1.0 +org.aspectj:aspectjrt:1.9.6 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.bouncycastle:bcpkix-jdk15on:1.66 +org.bouncycastle:bcprov-jdk15on:1.66 +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.codehaus.woodstox:stax2-api:3.1.4 +org.cryptacular:cryptacular:1.1.3 +org.dom4j:dom4j:2.1.3 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hsqldb:hsqldb:2.5.1 +org.jasig.cas.client:cas-client-core:3.6.1 +org.javassist:javassist:3.27.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-reflect:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.openid4java:openid4java-nodeps:0.9.6 +org.opensaml:opensaml-core:3.4.5 +org.opensaml:opensaml-messaging-api:3.4.5 +org.opensaml:opensaml-profile-api:3.4.5 +org.opensaml:opensaml-saml-api:3.4.5 +org.opensaml:opensaml-saml-impl:3.4.5 +org.opensaml:opensaml-security-api:3.4.5 +org.opensaml:opensaml-security-impl:3.4.5 +org.opensaml:opensaml-soap-api:3.4.5 +org.opensaml:opensaml-soap-impl:3.4.5 +org.opensaml:opensaml-storage-api:3.4.5 +org.opensaml:opensaml-xmlsec-api:3.4.5 +org.opensaml:opensaml-xmlsec-impl:3.4.5 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.reactivestreams:reactive-streams:1.0.3 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-chrome-driver:3.141.59 +org.seleniumhq.selenium:selenium-edge-driver:3.141.59 +org.seleniumhq.selenium:selenium-firefox-driver:3.141.59 +org.seleniumhq.selenium:selenium-ie-driver:3.141.59 +org.seleniumhq.selenium:selenium-java:3.141.59 +org.seleniumhq.selenium:selenium-opera-driver:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-safari-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.sonatype.sisu.inject:cglib:2.2.1-v20090111 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-messaging:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webflux:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.springframework:spring-websocket:5.3.0 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/config/gradle/dependency-locks/integrationTestKotlinScriptDef.lockfile b/config/gradle/dependency-locks/integrationTestKotlinScriptDef.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/config/gradle/dependency-locks/integrationTestKotlinScriptDef.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/config/gradle/dependency-locks/integrationTestKotlinScriptDefExtensions.lockfile b/config/gradle/dependency-locks/integrationTestKotlinScriptDefExtensions.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/config/gradle/dependency-locks/integrationTestKotlinScriptDefExtensions.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/config/gradle/dependency-locks/integrationTestRuntime.lockfile b/config/gradle/dependency-locks/integrationTestRuntime.lockfile new file mode 100644 index 0000000000..e5eb02ce5a --- /dev/null +++ b/config/gradle/dependency-locks/integrationTestRuntime.lockfile @@ -0,0 +1,234 @@ +# 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. +antlr:antlr:2.7.7 +asm:asm:3.1 +bouncycastle:bcprov-jdk15:140 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.fasterxml.woodstox:woodstox-core:5.0.3 +com.fasterxml:classmate:1.5.1 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.google.code.findbugs:jsr305:3.0.1 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.inject:guice:3.0 +com.google.j2objc:j2objc-annotations:1.1 +com.h2database:h2:1.4.200 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.1.2 +com.nimbusds:oauth2-oidc-sdk:8.23.1 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.14 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:2.6 +commons-lang:commons-lang:2.4 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.dropwizard.metrics:metrics-core:3.1.2 +io.netty:netty-buffer:4.1.53.Final +io.netty:netty-codec-dns:4.1.53.Final +io.netty:netty-codec-http2:4.1.53.Final +io.netty:netty-codec-http:4.1.53.Final +io.netty:netty-codec-socks:4.1.53.Final +io.netty:netty-codec:4.1.53.Final +io.netty:netty-common:4.1.53.Final +io.netty:netty-handler-proxy:4.1.53.Final +io.netty:netty-handler:4.1.53.Final +io.netty:netty-resolver-dns:4.1.53.Final +io.netty:netty-resolver:4.1.53.Final +io.netty:netty-transport-native-epoll:4.1.53.Final +io.netty:netty-transport-native-unix-common:4.1.53.Final +io.netty:netty-transport:4.1.53.Final +io.projectreactor.netty:reactor-netty-core:1.0.0 +io.projectreactor.netty:reactor-netty-http-brave:1.0.0 +io.projectreactor.netty:reactor-netty-http:1.0.0 +io.projectreactor.netty:reactor-netty:1.0.0 +io.projectreactor.tools:blockhound:1.0.4.RELEASE +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.projectreactor:reactor-test:3.4.0 +io.r2dbc:r2dbc-h2:0.8.4.RELEASE +io.r2dbc:r2dbc-spi-test:0.8.3.RELEASE +io.r2dbc:r2dbc-spi:0.8.3.RELEASE +io.rsocket:rsocket-core:1.1.0 +io.rsocket:rsocket-transport-netty:1.1.0 +io.zipkin.brave:brave-instrumentation-http:5.12.7 +io.zipkin.brave:brave:5.12.7 +io.zipkin.reporter2:zipkin-reporter-brave:2.15.2 +io.zipkin.reporter2:zipkin-reporter:2.15.2 +io.zipkin.zipkin2:zipkin:2.21.7 +javax.activation:javax.activation-api:1.2.0 +javax.annotation:jsr250-api:1.0 +javax.inject:javax.inject:1 +javax.persistence:javax.persistence-api:2.2 +javax.servlet:javax.servlet-api:4.0.1 +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +joda-time:joda-time:2.9 +junit:junit:4.13 +ldapsdk:ldapsdk:4.1 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +net.jcip:jcip-annotations:1.0 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +net.shibboleth.utilities:java-support:7.5.1 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +net.sourceforge.nekohtml:nekohtml:1.9.22 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.apache.mina:mina-core:2.0.0-M6 +org.apache.santuario:xmlsec:2.0.10 +org.apache.velocity:velocity:1.7 +org.apiguardian:apiguardian-api:1.1.0 +org.aspectj:aspectjrt:1.9.6 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.bouncycastle:bcpkix-jdk15on:1.66 +org.bouncycastle:bcprov-jdk15on:1.66 +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.codehaus.woodstox:stax2-api:3.1.4 +org.cryptacular:cryptacular:1.1.3 +org.dom4j:dom4j:2.1.3 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hsqldb:hsqldb:2.5.1 +org.jasig.cas.client:cas-client-core:3.6.1 +org.javassist:javassist:3.27.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-reflect:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.openid4java:openid4java-nodeps:0.9.6 +org.opensaml:opensaml-core:3.4.5 +org.opensaml:opensaml-messaging-api:3.4.5 +org.opensaml:opensaml-profile-api:3.4.5 +org.opensaml:opensaml-saml-api:3.4.5 +org.opensaml:opensaml-saml-impl:3.4.5 +org.opensaml:opensaml-security-api:3.4.5 +org.opensaml:opensaml-security-impl:3.4.5 +org.opensaml:opensaml-soap-api:3.4.5 +org.opensaml:opensaml-soap-impl:3.4.5 +org.opensaml:opensaml-storage-api:3.4.5 +org.opensaml:opensaml-xmlsec-api:3.4.5 +org.opensaml:opensaml-xmlsec-impl:3.4.5 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.reactivestreams:reactive-streams:1.0.3 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-chrome-driver:3.141.59 +org.seleniumhq.selenium:selenium-edge-driver:3.141.59 +org.seleniumhq.selenium:selenium-firefox-driver:3.141.59 +org.seleniumhq.selenium:selenium-ie-driver:3.141.59 +org.seleniumhq.selenium:selenium-java:3.141.59 +org.seleniumhq.selenium:selenium-opera-driver:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-safari-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.sonatype.sisu.inject:cglib:2.2.1-v20090111 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-messaging:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webflux:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.springframework:spring-websocket:5.3.0 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/config/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile b/config/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile new file mode 100644 index 0000000000..e5eb02ce5a --- /dev/null +++ b/config/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile @@ -0,0 +1,234 @@ +# 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. +antlr:antlr:2.7.7 +asm:asm:3.1 +bouncycastle:bcprov-jdk15:140 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.fasterxml.woodstox:woodstox-core:5.0.3 +com.fasterxml:classmate:1.5.1 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.google.code.findbugs:jsr305:3.0.1 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.inject:guice:3.0 +com.google.j2objc:j2objc-annotations:1.1 +com.h2database:h2:1.4.200 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.1.2 +com.nimbusds:oauth2-oidc-sdk:8.23.1 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.14 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:2.6 +commons-lang:commons-lang:2.4 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.dropwizard.metrics:metrics-core:3.1.2 +io.netty:netty-buffer:4.1.53.Final +io.netty:netty-codec-dns:4.1.53.Final +io.netty:netty-codec-http2:4.1.53.Final +io.netty:netty-codec-http:4.1.53.Final +io.netty:netty-codec-socks:4.1.53.Final +io.netty:netty-codec:4.1.53.Final +io.netty:netty-common:4.1.53.Final +io.netty:netty-handler-proxy:4.1.53.Final +io.netty:netty-handler:4.1.53.Final +io.netty:netty-resolver-dns:4.1.53.Final +io.netty:netty-resolver:4.1.53.Final +io.netty:netty-transport-native-epoll:4.1.53.Final +io.netty:netty-transport-native-unix-common:4.1.53.Final +io.netty:netty-transport:4.1.53.Final +io.projectreactor.netty:reactor-netty-core:1.0.0 +io.projectreactor.netty:reactor-netty-http-brave:1.0.0 +io.projectreactor.netty:reactor-netty-http:1.0.0 +io.projectreactor.netty:reactor-netty:1.0.0 +io.projectreactor.tools:blockhound:1.0.4.RELEASE +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.projectreactor:reactor-test:3.4.0 +io.r2dbc:r2dbc-h2:0.8.4.RELEASE +io.r2dbc:r2dbc-spi-test:0.8.3.RELEASE +io.r2dbc:r2dbc-spi:0.8.3.RELEASE +io.rsocket:rsocket-core:1.1.0 +io.rsocket:rsocket-transport-netty:1.1.0 +io.zipkin.brave:brave-instrumentation-http:5.12.7 +io.zipkin.brave:brave:5.12.7 +io.zipkin.reporter2:zipkin-reporter-brave:2.15.2 +io.zipkin.reporter2:zipkin-reporter:2.15.2 +io.zipkin.zipkin2:zipkin:2.21.7 +javax.activation:javax.activation-api:1.2.0 +javax.annotation:jsr250-api:1.0 +javax.inject:javax.inject:1 +javax.persistence:javax.persistence-api:2.2 +javax.servlet:javax.servlet-api:4.0.1 +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +joda-time:joda-time:2.9 +junit:junit:4.13 +ldapsdk:ldapsdk:4.1 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +net.jcip:jcip-annotations:1.0 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +net.shibboleth.utilities:java-support:7.5.1 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +net.sourceforge.nekohtml:nekohtml:1.9.22 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.apache.mina:mina-core:2.0.0-M6 +org.apache.santuario:xmlsec:2.0.10 +org.apache.velocity:velocity:1.7 +org.apiguardian:apiguardian-api:1.1.0 +org.aspectj:aspectjrt:1.9.6 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.bouncycastle:bcpkix-jdk15on:1.66 +org.bouncycastle:bcprov-jdk15on:1.66 +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.codehaus.woodstox:stax2-api:3.1.4 +org.cryptacular:cryptacular:1.1.3 +org.dom4j:dom4j:2.1.3 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hsqldb:hsqldb:2.5.1 +org.jasig.cas.client:cas-client-core:3.6.1 +org.javassist:javassist:3.27.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-reflect:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.openid4java:openid4java-nodeps:0.9.6 +org.opensaml:opensaml-core:3.4.5 +org.opensaml:opensaml-messaging-api:3.4.5 +org.opensaml:opensaml-profile-api:3.4.5 +org.opensaml:opensaml-saml-api:3.4.5 +org.opensaml:opensaml-saml-impl:3.4.5 +org.opensaml:opensaml-security-api:3.4.5 +org.opensaml:opensaml-security-impl:3.4.5 +org.opensaml:opensaml-soap-api:3.4.5 +org.opensaml:opensaml-soap-impl:3.4.5 +org.opensaml:opensaml-storage-api:3.4.5 +org.opensaml:opensaml-xmlsec-api:3.4.5 +org.opensaml:opensaml-xmlsec-impl:3.4.5 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.reactivestreams:reactive-streams:1.0.3 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-chrome-driver:3.141.59 +org.seleniumhq.selenium:selenium-edge-driver:3.141.59 +org.seleniumhq.selenium:selenium-firefox-driver:3.141.59 +org.seleniumhq.selenium:selenium-ie-driver:3.141.59 +org.seleniumhq.selenium:selenium-java:3.141.59 +org.seleniumhq.selenium:selenium-opera-driver:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-safari-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.sonatype.sisu.inject:cglib:2.2.1-v20090111 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-messaging:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webflux:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.springframework:spring-websocket:5.3.0 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/config/gradle/dependency-locks/integrationTestRuntimeOnlyDependenciesMetadata.lockfile b/config/gradle/dependency-locks/integrationTestRuntimeOnlyDependenciesMetadata.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/config/gradle/dependency-locks/integrationTestRuntimeOnlyDependenciesMetadata.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/config/gradle/dependency-locks/jacocoAgent.lockfile b/config/gradle/dependency-locks/jacocoAgent.lockfile new file mode 100644 index 0000000000..8909233ca7 --- /dev/null +++ b/config/gradle/dependency-locks/jacocoAgent.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jacoco:org.jacoco.agent:0.8.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/config/gradle/dependency-locks/jacocoAnt.lockfile b/config/gradle/dependency-locks/jacocoAnt.lockfile new file mode 100644 index 0000000000..e6bf2b121e --- /dev/null +++ b/config/gradle/dependency-locks/jacocoAnt.lockfile @@ -0,0 +1,15 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jacoco:org.jacoco.agent:0.8.2 +org.jacoco:org.jacoco.ant:0.8.2 +org.jacoco:org.jacoco.core:0.8.2 +org.jacoco:org.jacoco.report:0.8.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm-analysis:6.2.1 +org.ow2.asm:asm-commons:6.2.1 +org.ow2.asm:asm-tree:6.2.1 +org.ow2.asm:asm:6.2.1 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/config/gradle/dependency-locks/kotlinCompilerClasspath.lockfile b/config/gradle/dependency-locks/kotlinCompilerClasspath.lockfile new file mode 100644 index 0000000000..c80a4bea4a --- /dev/null +++ b/config/gradle/dependency-locks/kotlinCompilerClasspath.lockfile @@ -0,0 +1,15 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.intellij.deps:trove4j:1.0.20181211 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-compiler-embeddable:1.4.10 +org.jetbrains.kotlin:kotlin-daemon-embeddable:1.4.10 +org.jetbrains.kotlin:kotlin-reflect:1.4.10 +org.jetbrains.kotlin:kotlin-script-runtime:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/config/gradle/dependency-locks/kotlinCompilerPluginClasspath.lockfile b/config/gradle/dependency-locks/kotlinCompilerPluginClasspath.lockfile new file mode 100644 index 0000000000..f0bb90d42d --- /dev/null +++ b/config/gradle/dependency-locks/kotlinCompilerPluginClasspath.lockfile @@ -0,0 +1,16 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-script-runtime:1.4.10 +org.jetbrains.kotlin:kotlin-scripting-common:1.4.10 +org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4.10 +org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4.10 +org.jetbrains.kotlin:kotlin-scripting-jvm:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.7 +org.jetbrains:annotations:13.0 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/config/gradle/dependency-locks/kotlinKlibCommonizerClasspath.lockfile b/config/gradle/dependency-locks/kotlinKlibCommonizerClasspath.lockfile new file mode 100644 index 0000000000..45b6e2aa3e --- /dev/null +++ b/config/gradle/dependency-locks/kotlinKlibCommonizerClasspath.lockfile @@ -0,0 +1,16 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.intellij.deps:trove4j:1.0.20181211 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-compiler-embeddable:1.4.10 +org.jetbrains.kotlin:kotlin-daemon-embeddable:1.4.10 +org.jetbrains.kotlin:kotlin-klib-commonizer-embeddable:1.4.10 +org.jetbrains.kotlin:kotlin-reflect:1.4.10 +org.jetbrains.kotlin:kotlin-script-runtime:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/config/gradle/dependency-locks/kotlinNativeCompilerPluginClasspath.lockfile b/config/gradle/dependency-locks/kotlinNativeCompilerPluginClasspath.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/config/gradle/dependency-locks/kotlinNativeCompilerPluginClasspath.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/config/gradle/dependency-locks/kotlinScriptDef.lockfile b/config/gradle/dependency-locks/kotlinScriptDef.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/config/gradle/dependency-locks/kotlinScriptDef.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/config/gradle/dependency-locks/kotlinScriptDefExtensions.lockfile b/config/gradle/dependency-locks/kotlinScriptDefExtensions.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/config/gradle/dependency-locks/kotlinScriptDefExtensions.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/config/gradle/dependency-locks/merging.lockfile b/config/gradle/dependency-locks/merging.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/config/gradle/dependency-locks/merging.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/config/gradle/dependency-locks/optional.lockfile b/config/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..662b8675da --- /dev/null +++ b/config/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,80 @@ +# 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. +asm:asm:3.1 +com.fasterxml.woodstox:woodstox-core:5.0.3 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.google.code.findbugs:jsr305:3.0.1 +com.google.guava:guava:20.0 +com.google.inject:guice:3.0 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.1.2 +com.nimbusds:oauth2-oidc-sdk:8.23.1 +commons-codec:commons-codec:1.14 +commons-collections:commons-collections:3.2.2 +commons-lang:commons-lang:2.4 +commons-logging:commons-logging:1.2 +io.dropwizard.metrics:metrics-core:3.1.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.rsocket:rsocket-core:1.1.0 +javax.inject:javax.inject:1 +joda-time:joda-time:2.9 +net.jcip:jcip-annotations:1.0 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +net.shibboleth.utilities:java-support:7.5.1 +net.sourceforge.nekohtml:nekohtml:1.9.22 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.santuario:xmlsec:2.0.10 +org.apache.velocity:velocity:1.7 +org.aspectj:aspectjweaver:1.9.6 +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.woodstox:stax2-api:3.1.4 +org.cryptacular:cryptacular:1.1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-reflect:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.openid4java:openid4java-nodeps:0.9.6 +org.opensaml:opensaml-core:3.4.5 +org.opensaml:opensaml-messaging-api:3.4.5 +org.opensaml:opensaml-profile-api:3.4.5 +org.opensaml:opensaml-saml-api:3.4.5 +org.opensaml:opensaml-saml-impl:3.4.5 +org.opensaml:opensaml-security-api:3.4.5 +org.opensaml:opensaml-security-impl:3.4.5 +org.opensaml:opensaml-soap-api:3.4.5 +org.opensaml:opensaml-soap-impl:3.4.5 +org.opensaml:opensaml-storage-api:3.4.5 +org.opensaml:opensaml-xmlsec-api:3.4.5 +org.opensaml:opensaml-xmlsec-impl:3.4.5 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:slf4j-api:1.7.30 +org.sonatype.sisu.inject:cglib:2.2.1-v20090111 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-messaging:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webflux:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.springframework:spring-websocket:5.3.0 +xerces:xercesImpl:2.11.0 +xml-apis:xml-apis:1.4.01 diff --git a/config/gradle/dependency-locks/provided.lockfile b/config/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/config/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/config/gradle/dependency-locks/runtime.lockfile b/config/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..3f491a6518 --- /dev/null +++ b/config/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,13 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/config/gradle/dependency-locks/runtimeClasspath.lockfile b/config/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..c62ecb61d6 --- /dev/null +++ b/config/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,18 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/config/gradle/dependency-locks/runtimeMerge.lockfile b/config/gradle/dependency-locks/runtimeMerge.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/config/gradle/dependency-locks/runtimeMerge.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/config/gradle/dependency-locks/runtimeOnlyDependenciesMetadata.lockfile b/config/gradle/dependency-locks/runtimeOnlyDependenciesMetadata.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/config/gradle/dependency-locks/runtimeOnlyDependenciesMetadata.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/config/gradle/dependency-locks/signatures.lockfile b/config/gradle/dependency-locks/signatures.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/config/gradle/dependency-locks/signatures.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/config/gradle/dependency-locks/testAnnotationProcessor.lockfile b/config/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/config/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/config/gradle/dependency-locks/testApiDependenciesMetadata.lockfile b/config/gradle/dependency-locks/testApiDependenciesMetadata.lockfile new file mode 100644 index 0000000000..7aeb497a84 --- /dev/null +++ b/config/gradle/dependency-locks/testApiDependenciesMetadata.lockfile @@ -0,0 +1,212 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.fasterxml.woodstox:woodstox-core:5.0.3 +com.fasterxml:classmate:1.5.1 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.google.code.findbugs:jsr305:3.0.1 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.j2objc:j2objc-annotations:1.1 +com.h2database:h2:1.4.200 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.1.2 +com.nimbusds:oauth2-oidc-sdk:8.23.1 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.14 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:2.6 +commons-lang:commons-lang:2.4 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.dropwizard.metrics:metrics-core:3.1.2 +io.netty:netty-buffer:4.1.53.Final +io.netty:netty-codec-dns:4.1.53.Final +io.netty:netty-codec-http2:4.1.53.Final +io.netty:netty-codec-http:4.1.53.Final +io.netty:netty-codec-socks:4.1.53.Final +io.netty:netty-codec:4.1.53.Final +io.netty:netty-common:4.1.53.Final +io.netty:netty-handler-proxy:4.1.53.Final +io.netty:netty-handler:4.1.53.Final +io.netty:netty-resolver-dns:4.1.53.Final +io.netty:netty-resolver:4.1.53.Final +io.netty:netty-transport-native-epoll:4.1.53.Final +io.netty:netty-transport-native-unix-common:4.1.53.Final +io.netty:netty-transport:4.1.53.Final +io.projectreactor.netty:reactor-netty-core:1.0.0 +io.projectreactor.netty:reactor-netty-http:1.0.0 +io.projectreactor.netty:reactor-netty:1.0.0 +io.projectreactor.tools:blockhound:1.0.4.RELEASE +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.projectreactor:reactor-test:3.4.0 +io.r2dbc:r2dbc-h2:0.8.4.RELEASE +io.r2dbc:r2dbc-spi-test:0.8.3.RELEASE +io.r2dbc:r2dbc-spi:0.8.3.RELEASE +io.rsocket:rsocket-core:1.1.0 +io.rsocket:rsocket-transport-netty:1.1.0 +javax.activation:javax.activation-api:1.2.0 +javax.annotation:jsr250-api:1.0 +javax.persistence:javax.persistence-api:2.2 +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +joda-time:joda-time:2.9 +junit:junit:4.13 +ldapsdk:ldapsdk:4.1 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +net.jcip:jcip-annotations:1.0 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +net.shibboleth.utilities:java-support:7.5.1 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.apache.mina:mina-core:2.0.0-M6 +org.apache.santuario:xmlsec:2.0.10 +org.apache.velocity:velocity:1.7 +org.apiguardian:apiguardian-api:1.1.0 +org.aspectj:aspectjrt:1.9.6 +org.assertj:assertj-core:3.18.0 +org.bouncycastle:bcpkix-jdk15on:1.66 +org.bouncycastle:bcprov-jdk15on:1.66 +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.codehaus.woodstox:stax2-api:3.1.4 +org.cryptacular:cryptacular:1.1.3 +org.dom4j:dom4j:2.1.3 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hsqldb:hsqldb:2.5.1 +org.jasig.cas.client:cas-client-core:3.6.1 +org.javassist:javassist:3.27.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.openid4java:openid4java-nodeps:0.9.6 +org.opensaml:opensaml-core:3.4.5 +org.opensaml:opensaml-messaging-api:3.4.5 +org.opensaml:opensaml-profile-api:3.4.5 +org.opensaml:opensaml-saml-api:3.4.5 +org.opensaml:opensaml-saml-impl:3.4.5 +org.opensaml:opensaml-security-api:3.4.5 +org.opensaml:opensaml-security-impl:3.4.5 +org.opensaml:opensaml-soap-api:3.4.5 +org.opensaml:opensaml-soap-impl:3.4.5 +org.opensaml:opensaml-storage-api:3.4.5 +org.opensaml:opensaml-xmlsec-api:3.4.5 +org.opensaml:opensaml-xmlsec-impl:3.4.5 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.reactivestreams:reactive-streams:1.0.3 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-chrome-driver:3.141.59 +org.seleniumhq.selenium:selenium-edge-driver:3.141.59 +org.seleniumhq.selenium:selenium-firefox-driver:3.141.59 +org.seleniumhq.selenium:selenium-ie-driver:3.141.59 +org.seleniumhq.selenium:selenium-java:3.141.59 +org.seleniumhq.selenium:selenium-opera-driver:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-safari-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webflux:5.3.0 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/config/gradle/dependency-locks/testCompile.lockfile b/config/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..6293cbfd09 --- /dev/null +++ b/config/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,218 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.fasterxml.woodstox:woodstox-core:5.0.3 +com.fasterxml:classmate:1.5.1 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.google.code.findbugs:jsr305:3.0.1 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.j2objc:j2objc-annotations:1.1 +com.h2database:h2:1.4.200 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.1.2 +com.nimbusds:oauth2-oidc-sdk:8.23.1 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.14 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:2.6 +commons-lang:commons-lang:2.4 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.dropwizard.metrics:metrics-core:3.1.2 +io.netty:netty-buffer:4.1.53.Final +io.netty:netty-codec-dns:4.1.53.Final +io.netty:netty-codec-http2:4.1.53.Final +io.netty:netty-codec-http:4.1.53.Final +io.netty:netty-codec-socks:4.1.53.Final +io.netty:netty-codec:4.1.53.Final +io.netty:netty-common:4.1.53.Final +io.netty:netty-handler-proxy:4.1.53.Final +io.netty:netty-handler:4.1.53.Final +io.netty:netty-resolver-dns:4.1.53.Final +io.netty:netty-resolver:4.1.53.Final +io.netty:netty-transport-native-epoll:4.1.53.Final +io.netty:netty-transport-native-unix-common:4.1.53.Final +io.netty:netty-transport:4.1.53.Final +io.projectreactor.netty:reactor-netty-core:1.0.0 +io.projectreactor.netty:reactor-netty-http-brave:1.0.0 +io.projectreactor.netty:reactor-netty-http:1.0.0 +io.projectreactor.netty:reactor-netty:1.0.0 +io.projectreactor.tools:blockhound:1.0.4.RELEASE +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.projectreactor:reactor-test:3.4.0 +io.r2dbc:r2dbc-h2:0.8.4.RELEASE +io.r2dbc:r2dbc-spi-test:0.8.3.RELEASE +io.r2dbc:r2dbc-spi:0.8.3.RELEASE +io.rsocket:rsocket-core:1.1.0 +io.rsocket:rsocket-transport-netty:1.1.0 +io.zipkin.brave:brave-instrumentation-http:5.12.7 +io.zipkin.brave:brave:5.12.7 +io.zipkin.reporter2:zipkin-reporter-brave:2.15.2 +io.zipkin.reporter2:zipkin-reporter:2.15.2 +io.zipkin.zipkin2:zipkin:2.21.7 +javax.activation:javax.activation-api:1.2.0 +javax.annotation:jsr250-api:1.0 +javax.persistence:javax.persistence-api:2.2 +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +joda-time:joda-time:2.9 +junit:junit:4.13 +ldapsdk:ldapsdk:4.1 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +net.jcip:jcip-annotations:1.0 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +net.shibboleth.utilities:java-support:7.5.1 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.apache.mina:mina-core:2.0.0-M6 +org.apache.santuario:xmlsec:2.0.10 +org.apache.velocity:velocity:1.7 +org.apiguardian:apiguardian-api:1.1.0 +org.aspectj:aspectjrt:1.9.6 +org.assertj:assertj-core:3.18.0 +org.bouncycastle:bcpkix-jdk15on:1.66 +org.bouncycastle:bcprov-jdk15on:1.66 +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.codehaus.woodstox:stax2-api:3.1.4 +org.cryptacular:cryptacular:1.1.3 +org.dom4j:dom4j:2.1.3 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hsqldb:hsqldb:2.5.1 +org.jasig.cas.client:cas-client-core:3.6.1 +org.javassist:javassist:3.27.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.openid4java:openid4java-nodeps:0.9.6 +org.opensaml:opensaml-core:3.4.5 +org.opensaml:opensaml-messaging-api:3.4.5 +org.opensaml:opensaml-profile-api:3.4.5 +org.opensaml:opensaml-saml-api:3.4.5 +org.opensaml:opensaml-saml-impl:3.4.5 +org.opensaml:opensaml-security-api:3.4.5 +org.opensaml:opensaml-security-impl:3.4.5 +org.opensaml:opensaml-soap-api:3.4.5 +org.opensaml:opensaml-soap-impl:3.4.5 +org.opensaml:opensaml-storage-api:3.4.5 +org.opensaml:opensaml-xmlsec-api:3.4.5 +org.opensaml:opensaml-xmlsec-impl:3.4.5 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.reactivestreams:reactive-streams:1.0.3 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-chrome-driver:3.141.59 +org.seleniumhq.selenium:selenium-edge-driver:3.141.59 +org.seleniumhq.selenium:selenium-firefox-driver:3.141.59 +org.seleniumhq.selenium:selenium-ie-driver:3.141.59 +org.seleniumhq.selenium:selenium-java:3.141.59 +org.seleniumhq.selenium:selenium-opera-driver:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-safari-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webflux:5.3.0 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/config/gradle/dependency-locks/testCompileClasspath.lockfile b/config/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..5005b698d5 --- /dev/null +++ b/config/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,217 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.fasterxml.woodstox:woodstox-core:5.0.3 +com.fasterxml:classmate:1.5.1 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.google.code.findbugs:jsr305:3.0.1 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.j2objc:j2objc-annotations:1.1 +com.h2database:h2:1.4.200 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.1.2 +com.nimbusds:oauth2-oidc-sdk:8.23.1 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.14 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:2.6 +commons-lang:commons-lang:2.4 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.dropwizard.metrics:metrics-core:3.1.2 +io.netty:netty-buffer:4.1.53.Final +io.netty:netty-codec-dns:4.1.53.Final +io.netty:netty-codec-http2:4.1.53.Final +io.netty:netty-codec-http:4.1.53.Final +io.netty:netty-codec-socks:4.1.53.Final +io.netty:netty-codec:4.1.53.Final +io.netty:netty-common:4.1.53.Final +io.netty:netty-handler-proxy:4.1.53.Final +io.netty:netty-handler:4.1.53.Final +io.netty:netty-resolver-dns:4.1.53.Final +io.netty:netty-resolver:4.1.53.Final +io.netty:netty-transport-native-epoll:4.1.53.Final +io.netty:netty-transport-native-unix-common:4.1.53.Final +io.netty:netty-transport:4.1.53.Final +io.projectreactor.netty:reactor-netty-core:1.0.0 +io.projectreactor.netty:reactor-netty-http:1.0.0 +io.projectreactor.netty:reactor-netty:1.0.0 +io.projectreactor.tools:blockhound:1.0.4.RELEASE +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.projectreactor:reactor-test:3.4.0 +io.r2dbc:r2dbc-h2:0.8.4.RELEASE +io.r2dbc:r2dbc-spi-test:0.8.3.RELEASE +io.r2dbc:r2dbc-spi:0.8.3.RELEASE +io.rsocket:rsocket-core:1.1.0 +io.rsocket:rsocket-transport-netty:1.1.0 +javax.activation:javax.activation-api:1.2.0 +javax.annotation:jsr250-api:1.0 +javax.persistence:javax.persistence-api:2.2 +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +joda-time:joda-time:2.9 +junit:junit:4.13 +ldapsdk:ldapsdk:4.1 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +net.jcip:jcip-annotations:1.0 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +net.shibboleth.utilities:java-support:7.5.1 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.apache.mina:mina-core:2.0.0-M6 +org.apache.santuario:xmlsec:2.0.10 +org.apache.velocity:velocity:1.7 +org.apiguardian:apiguardian-api:1.1.0 +org.aspectj:aspectjrt:1.9.6 +org.assertj:assertj-core:3.18.0 +org.bouncycastle:bcpkix-jdk15on:1.66 +org.bouncycastle:bcprov-jdk15on:1.66 +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.codehaus.woodstox:stax2-api:3.1.4 +org.cryptacular:cryptacular:1.1.3 +org.dom4j:dom4j:2.1.3 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hsqldb:hsqldb:2.5.1 +org.jasig.cas.client:cas-client-core:3.6.1 +org.javassist:javassist:3.27.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.openid4java:openid4java-nodeps:0.9.6 +org.opensaml:opensaml-core:3.4.5 +org.opensaml:opensaml-messaging-api:3.4.5 +org.opensaml:opensaml-profile-api:3.4.5 +org.opensaml:opensaml-saml-api:3.4.5 +org.opensaml:opensaml-saml-impl:3.4.5 +org.opensaml:opensaml-security-api:3.4.5 +org.opensaml:opensaml-security-impl:3.4.5 +org.opensaml:opensaml-soap-api:3.4.5 +org.opensaml:opensaml-soap-impl:3.4.5 +org.opensaml:opensaml-storage-api:3.4.5 +org.opensaml:opensaml-xmlsec-api:3.4.5 +org.opensaml:opensaml-xmlsec-impl:3.4.5 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.reactivestreams:reactive-streams:1.0.3 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-chrome-driver:3.141.59 +org.seleniumhq.selenium:selenium-edge-driver:3.141.59 +org.seleniumhq.selenium:selenium-firefox-driver:3.141.59 +org.seleniumhq.selenium:selenium-ie-driver:3.141.59 +org.seleniumhq.selenium:selenium-java:3.141.59 +org.seleniumhq.selenium:selenium-opera-driver:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-safari-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webflux:5.3.0 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/config/gradle/dependency-locks/testCompileOnly.lockfile b/config/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/config/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/config/gradle/dependency-locks/testCompileOnlyDependenciesMetadata.lockfile b/config/gradle/dependency-locks/testCompileOnlyDependenciesMetadata.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/config/gradle/dependency-locks/testCompileOnlyDependenciesMetadata.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/config/gradle/dependency-locks/testImplementationDependenciesMetadata.lockfile b/config/gradle/dependency-locks/testImplementationDependenciesMetadata.lockfile new file mode 100644 index 0000000000..5005b698d5 --- /dev/null +++ b/config/gradle/dependency-locks/testImplementationDependenciesMetadata.lockfile @@ -0,0 +1,217 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.fasterxml.woodstox:woodstox-core:5.0.3 +com.fasterxml:classmate:1.5.1 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.google.code.findbugs:jsr305:3.0.1 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.j2objc:j2objc-annotations:1.1 +com.h2database:h2:1.4.200 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.1.2 +com.nimbusds:oauth2-oidc-sdk:8.23.1 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.14 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:2.6 +commons-lang:commons-lang:2.4 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.dropwizard.metrics:metrics-core:3.1.2 +io.netty:netty-buffer:4.1.53.Final +io.netty:netty-codec-dns:4.1.53.Final +io.netty:netty-codec-http2:4.1.53.Final +io.netty:netty-codec-http:4.1.53.Final +io.netty:netty-codec-socks:4.1.53.Final +io.netty:netty-codec:4.1.53.Final +io.netty:netty-common:4.1.53.Final +io.netty:netty-handler-proxy:4.1.53.Final +io.netty:netty-handler:4.1.53.Final +io.netty:netty-resolver-dns:4.1.53.Final +io.netty:netty-resolver:4.1.53.Final +io.netty:netty-transport-native-epoll:4.1.53.Final +io.netty:netty-transport-native-unix-common:4.1.53.Final +io.netty:netty-transport:4.1.53.Final +io.projectreactor.netty:reactor-netty-core:1.0.0 +io.projectreactor.netty:reactor-netty-http:1.0.0 +io.projectreactor.netty:reactor-netty:1.0.0 +io.projectreactor.tools:blockhound:1.0.4.RELEASE +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.projectreactor:reactor-test:3.4.0 +io.r2dbc:r2dbc-h2:0.8.4.RELEASE +io.r2dbc:r2dbc-spi-test:0.8.3.RELEASE +io.r2dbc:r2dbc-spi:0.8.3.RELEASE +io.rsocket:rsocket-core:1.1.0 +io.rsocket:rsocket-transport-netty:1.1.0 +javax.activation:javax.activation-api:1.2.0 +javax.annotation:jsr250-api:1.0 +javax.persistence:javax.persistence-api:2.2 +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +joda-time:joda-time:2.9 +junit:junit:4.13 +ldapsdk:ldapsdk:4.1 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +net.jcip:jcip-annotations:1.0 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +net.shibboleth.utilities:java-support:7.5.1 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.apache.mina:mina-core:2.0.0-M6 +org.apache.santuario:xmlsec:2.0.10 +org.apache.velocity:velocity:1.7 +org.apiguardian:apiguardian-api:1.1.0 +org.aspectj:aspectjrt:1.9.6 +org.assertj:assertj-core:3.18.0 +org.bouncycastle:bcpkix-jdk15on:1.66 +org.bouncycastle:bcprov-jdk15on:1.66 +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.codehaus.woodstox:stax2-api:3.1.4 +org.cryptacular:cryptacular:1.1.3 +org.dom4j:dom4j:2.1.3 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hsqldb:hsqldb:2.5.1 +org.jasig.cas.client:cas-client-core:3.6.1 +org.javassist:javassist:3.27.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.openid4java:openid4java-nodeps:0.9.6 +org.opensaml:opensaml-core:3.4.5 +org.opensaml:opensaml-messaging-api:3.4.5 +org.opensaml:opensaml-profile-api:3.4.5 +org.opensaml:opensaml-saml-api:3.4.5 +org.opensaml:opensaml-saml-impl:3.4.5 +org.opensaml:opensaml-security-api:3.4.5 +org.opensaml:opensaml-security-impl:3.4.5 +org.opensaml:opensaml-soap-api:3.4.5 +org.opensaml:opensaml-soap-impl:3.4.5 +org.opensaml:opensaml-storage-api:3.4.5 +org.opensaml:opensaml-xmlsec-api:3.4.5 +org.opensaml:opensaml-xmlsec-impl:3.4.5 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.reactivestreams:reactive-streams:1.0.3 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-chrome-driver:3.141.59 +org.seleniumhq.selenium:selenium-edge-driver:3.141.59 +org.seleniumhq.selenium:selenium-firefox-driver:3.141.59 +org.seleniumhq.selenium:selenium-ie-driver:3.141.59 +org.seleniumhq.selenium:selenium-java:3.141.59 +org.seleniumhq.selenium:selenium-opera-driver:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-safari-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webflux:5.3.0 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/config/gradle/dependency-locks/testKotlinScriptDef.lockfile b/config/gradle/dependency-locks/testKotlinScriptDef.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/config/gradle/dependency-locks/testKotlinScriptDef.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/config/gradle/dependency-locks/testKotlinScriptDefExtensions.lockfile b/config/gradle/dependency-locks/testKotlinScriptDefExtensions.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/config/gradle/dependency-locks/testKotlinScriptDefExtensions.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/config/gradle/dependency-locks/testRuntime.lockfile b/config/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..6293cbfd09 --- /dev/null +++ b/config/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,218 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.fasterxml.woodstox:woodstox-core:5.0.3 +com.fasterxml:classmate:1.5.1 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.google.code.findbugs:jsr305:3.0.1 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.j2objc:j2objc-annotations:1.1 +com.h2database:h2:1.4.200 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.1.2 +com.nimbusds:oauth2-oidc-sdk:8.23.1 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.14 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:2.6 +commons-lang:commons-lang:2.4 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.dropwizard.metrics:metrics-core:3.1.2 +io.netty:netty-buffer:4.1.53.Final +io.netty:netty-codec-dns:4.1.53.Final +io.netty:netty-codec-http2:4.1.53.Final +io.netty:netty-codec-http:4.1.53.Final +io.netty:netty-codec-socks:4.1.53.Final +io.netty:netty-codec:4.1.53.Final +io.netty:netty-common:4.1.53.Final +io.netty:netty-handler-proxy:4.1.53.Final +io.netty:netty-handler:4.1.53.Final +io.netty:netty-resolver-dns:4.1.53.Final +io.netty:netty-resolver:4.1.53.Final +io.netty:netty-transport-native-epoll:4.1.53.Final +io.netty:netty-transport-native-unix-common:4.1.53.Final +io.netty:netty-transport:4.1.53.Final +io.projectreactor.netty:reactor-netty-core:1.0.0 +io.projectreactor.netty:reactor-netty-http-brave:1.0.0 +io.projectreactor.netty:reactor-netty-http:1.0.0 +io.projectreactor.netty:reactor-netty:1.0.0 +io.projectreactor.tools:blockhound:1.0.4.RELEASE +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.projectreactor:reactor-test:3.4.0 +io.r2dbc:r2dbc-h2:0.8.4.RELEASE +io.r2dbc:r2dbc-spi-test:0.8.3.RELEASE +io.r2dbc:r2dbc-spi:0.8.3.RELEASE +io.rsocket:rsocket-core:1.1.0 +io.rsocket:rsocket-transport-netty:1.1.0 +io.zipkin.brave:brave-instrumentation-http:5.12.7 +io.zipkin.brave:brave:5.12.7 +io.zipkin.reporter2:zipkin-reporter-brave:2.15.2 +io.zipkin.reporter2:zipkin-reporter:2.15.2 +io.zipkin.zipkin2:zipkin:2.21.7 +javax.activation:javax.activation-api:1.2.0 +javax.annotation:jsr250-api:1.0 +javax.persistence:javax.persistence-api:2.2 +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +joda-time:joda-time:2.9 +junit:junit:4.13 +ldapsdk:ldapsdk:4.1 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +net.jcip:jcip-annotations:1.0 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +net.shibboleth.utilities:java-support:7.5.1 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.apache.mina:mina-core:2.0.0-M6 +org.apache.santuario:xmlsec:2.0.10 +org.apache.velocity:velocity:1.7 +org.apiguardian:apiguardian-api:1.1.0 +org.aspectj:aspectjrt:1.9.6 +org.assertj:assertj-core:3.18.0 +org.bouncycastle:bcpkix-jdk15on:1.66 +org.bouncycastle:bcprov-jdk15on:1.66 +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.codehaus.woodstox:stax2-api:3.1.4 +org.cryptacular:cryptacular:1.1.3 +org.dom4j:dom4j:2.1.3 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hsqldb:hsqldb:2.5.1 +org.jasig.cas.client:cas-client-core:3.6.1 +org.javassist:javassist:3.27.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.openid4java:openid4java-nodeps:0.9.6 +org.opensaml:opensaml-core:3.4.5 +org.opensaml:opensaml-messaging-api:3.4.5 +org.opensaml:opensaml-profile-api:3.4.5 +org.opensaml:opensaml-saml-api:3.4.5 +org.opensaml:opensaml-saml-impl:3.4.5 +org.opensaml:opensaml-security-api:3.4.5 +org.opensaml:opensaml-security-impl:3.4.5 +org.opensaml:opensaml-soap-api:3.4.5 +org.opensaml:opensaml-soap-impl:3.4.5 +org.opensaml:opensaml-storage-api:3.4.5 +org.opensaml:opensaml-xmlsec-api:3.4.5 +org.opensaml:opensaml-xmlsec-impl:3.4.5 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.reactivestreams:reactive-streams:1.0.3 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-chrome-driver:3.141.59 +org.seleniumhq.selenium:selenium-edge-driver:3.141.59 +org.seleniumhq.selenium:selenium-firefox-driver:3.141.59 +org.seleniumhq.selenium:selenium-ie-driver:3.141.59 +org.seleniumhq.selenium:selenium-java:3.141.59 +org.seleniumhq.selenium:selenium-opera-driver:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-safari-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webflux:5.3.0 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/config/gradle/dependency-locks/testRuntimeClasspath.lockfile b/config/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..f7154d9c3a --- /dev/null +++ b/config/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,223 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.fasterxml.woodstox:woodstox-core:5.0.3 +com.fasterxml:classmate:1.5.1 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.google.code.findbugs:jsr305:3.0.1 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.j2objc:j2objc-annotations:1.1 +com.h2database:h2:1.4.200 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.1.2 +com.nimbusds:oauth2-oidc-sdk:8.23.1 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.14 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:2.6 +commons-lang:commons-lang:2.4 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.dropwizard.metrics:metrics-core:3.1.2 +io.netty:netty-buffer:4.1.53.Final +io.netty:netty-codec-dns:4.1.53.Final +io.netty:netty-codec-http2:4.1.53.Final +io.netty:netty-codec-http:4.1.53.Final +io.netty:netty-codec-socks:4.1.53.Final +io.netty:netty-codec:4.1.53.Final +io.netty:netty-common:4.1.53.Final +io.netty:netty-handler-proxy:4.1.53.Final +io.netty:netty-handler:4.1.53.Final +io.netty:netty-resolver-dns:4.1.53.Final +io.netty:netty-resolver:4.1.53.Final +io.netty:netty-transport-native-epoll:4.1.53.Final +io.netty:netty-transport-native-unix-common:4.1.53.Final +io.netty:netty-transport:4.1.53.Final +io.projectreactor.netty:reactor-netty-core:1.0.0 +io.projectreactor.netty:reactor-netty-http-brave:1.0.0 +io.projectreactor.netty:reactor-netty-http:1.0.0 +io.projectreactor.netty:reactor-netty:1.0.0 +io.projectreactor.tools:blockhound:1.0.4.RELEASE +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.projectreactor:reactor-test:3.4.0 +io.r2dbc:r2dbc-h2:0.8.4.RELEASE +io.r2dbc:r2dbc-spi-test:0.8.3.RELEASE +io.r2dbc:r2dbc-spi:0.8.3.RELEASE +io.rsocket:rsocket-core:1.1.0 +io.rsocket:rsocket-transport-netty:1.1.0 +io.zipkin.brave:brave-instrumentation-http:5.12.7 +io.zipkin.brave:brave:5.12.7 +io.zipkin.reporter2:zipkin-reporter-brave:2.15.2 +io.zipkin.reporter2:zipkin-reporter:2.15.2 +io.zipkin.zipkin2:zipkin:2.21.7 +javax.activation:javax.activation-api:1.2.0 +javax.annotation:jsr250-api:1.0 +javax.persistence:javax.persistence-api:2.2 +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +joda-time:joda-time:2.9 +junit:junit:4.13 +ldapsdk:ldapsdk:4.1 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +net.jcip:jcip-annotations:1.0 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +net.shibboleth.utilities:java-support:7.5.1 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.apache.mina:mina-core:2.0.0-M6 +org.apache.santuario:xmlsec:2.0.10 +org.apache.velocity:velocity:1.7 +org.apiguardian:apiguardian-api:1.1.0 +org.aspectj:aspectjrt:1.9.6 +org.assertj:assertj-core:3.18.0 +org.bouncycastle:bcpkix-jdk15on:1.66 +org.bouncycastle:bcprov-jdk15on:1.66 +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.codehaus.woodstox:stax2-api:3.1.4 +org.cryptacular:cryptacular:1.1.3 +org.dom4j:dom4j:2.1.3 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hsqldb:hsqldb:2.5.1 +org.jasig.cas.client:cas-client-core:3.6.1 +org.javassist:javassist:3.27.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.openid4java:openid4java-nodeps:0.9.6 +org.opensaml:opensaml-core:3.4.5 +org.opensaml:opensaml-messaging-api:3.4.5 +org.opensaml:opensaml-profile-api:3.4.5 +org.opensaml:opensaml-saml-api:3.4.5 +org.opensaml:opensaml-saml-impl:3.4.5 +org.opensaml:opensaml-security-api:3.4.5 +org.opensaml:opensaml-security-impl:3.4.5 +org.opensaml:opensaml-soap-api:3.4.5 +org.opensaml:opensaml-soap-impl:3.4.5 +org.opensaml:opensaml-storage-api:3.4.5 +org.opensaml:opensaml-xmlsec-api:3.4.5 +org.opensaml:opensaml-xmlsec-impl:3.4.5 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.reactivestreams:reactive-streams:1.0.3 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-chrome-driver:3.141.59 +org.seleniumhq.selenium:selenium-edge-driver:3.141.59 +org.seleniumhq.selenium:selenium-firefox-driver:3.141.59 +org.seleniumhq.selenium:selenium-ie-driver:3.141.59 +org.seleniumhq.selenium:selenium-java:3.141.59 +org.seleniumhq.selenium:selenium-opera-driver:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-safari-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webflux:5.3.0 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/config/gradle/dependency-locks/testRuntimeOnlyDependenciesMetadata.lockfile b/config/gradle/dependency-locks/testRuntimeOnlyDependenciesMetadata.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/config/gradle/dependency-locks/testRuntimeOnlyDependenciesMetadata.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/config/gradle/dependency-locks/tests.lockfile b/config/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..6293cbfd09 --- /dev/null +++ b/config/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,218 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.fasterxml.woodstox:woodstox-core:5.0.3 +com.fasterxml:classmate:1.5.1 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.google.code.findbugs:jsr305:3.0.1 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.j2objc:j2objc-annotations:1.1 +com.h2database:h2:1.4.200 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.1.2 +com.nimbusds:oauth2-oidc-sdk:8.23.1 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.14 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:2.6 +commons-lang:commons-lang:2.4 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.dropwizard.metrics:metrics-core:3.1.2 +io.netty:netty-buffer:4.1.53.Final +io.netty:netty-codec-dns:4.1.53.Final +io.netty:netty-codec-http2:4.1.53.Final +io.netty:netty-codec-http:4.1.53.Final +io.netty:netty-codec-socks:4.1.53.Final +io.netty:netty-codec:4.1.53.Final +io.netty:netty-common:4.1.53.Final +io.netty:netty-handler-proxy:4.1.53.Final +io.netty:netty-handler:4.1.53.Final +io.netty:netty-resolver-dns:4.1.53.Final +io.netty:netty-resolver:4.1.53.Final +io.netty:netty-transport-native-epoll:4.1.53.Final +io.netty:netty-transport-native-unix-common:4.1.53.Final +io.netty:netty-transport:4.1.53.Final +io.projectreactor.netty:reactor-netty-core:1.0.0 +io.projectreactor.netty:reactor-netty-http-brave:1.0.0 +io.projectreactor.netty:reactor-netty-http:1.0.0 +io.projectreactor.netty:reactor-netty:1.0.0 +io.projectreactor.tools:blockhound:1.0.4.RELEASE +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.projectreactor:reactor-test:3.4.0 +io.r2dbc:r2dbc-h2:0.8.4.RELEASE +io.r2dbc:r2dbc-spi-test:0.8.3.RELEASE +io.r2dbc:r2dbc-spi:0.8.3.RELEASE +io.rsocket:rsocket-core:1.1.0 +io.rsocket:rsocket-transport-netty:1.1.0 +io.zipkin.brave:brave-instrumentation-http:5.12.7 +io.zipkin.brave:brave:5.12.7 +io.zipkin.reporter2:zipkin-reporter-brave:2.15.2 +io.zipkin.reporter2:zipkin-reporter:2.15.2 +io.zipkin.zipkin2:zipkin:2.21.7 +javax.activation:javax.activation-api:1.2.0 +javax.annotation:jsr250-api:1.0 +javax.persistence:javax.persistence-api:2.2 +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +joda-time:joda-time:2.9 +junit:junit:4.13 +ldapsdk:ldapsdk:4.1 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +net.jcip:jcip-annotations:1.0 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +net.shibboleth.utilities:java-support:7.5.1 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.apache.mina:mina-core:2.0.0-M6 +org.apache.santuario:xmlsec:2.0.10 +org.apache.velocity:velocity:1.7 +org.apiguardian:apiguardian-api:1.1.0 +org.aspectj:aspectjrt:1.9.6 +org.assertj:assertj-core:3.18.0 +org.bouncycastle:bcpkix-jdk15on:1.66 +org.bouncycastle:bcprov-jdk15on:1.66 +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.codehaus.woodstox:stax2-api:3.1.4 +org.cryptacular:cryptacular:1.1.3 +org.dom4j:dom4j:2.1.3 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hsqldb:hsqldb:2.5.1 +org.jasig.cas.client:cas-client-core:3.6.1 +org.javassist:javassist:3.27.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.openid4java:openid4java-nodeps:0.9.6 +org.opensaml:opensaml-core:3.4.5 +org.opensaml:opensaml-messaging-api:3.4.5 +org.opensaml:opensaml-profile-api:3.4.5 +org.opensaml:opensaml-saml-api:3.4.5 +org.opensaml:opensaml-saml-impl:3.4.5 +org.opensaml:opensaml-security-api:3.4.5 +org.opensaml:opensaml-security-impl:3.4.5 +org.opensaml:opensaml-soap-api:3.4.5 +org.opensaml:opensaml-soap-impl:3.4.5 +org.opensaml:opensaml-storage-api:3.4.5 +org.opensaml:opensaml-xmlsec-api:3.4.5 +org.opensaml:opensaml-xmlsec-impl:3.4.5 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.reactivestreams:reactive-streams:1.0.3 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-chrome-driver:3.141.59 +org.seleniumhq.selenium:selenium-edge-driver:3.141.59 +org.seleniumhq.selenium:selenium-firefox-driver:3.141.59 +org.seleniumhq.selenium:selenium-ie-driver:3.141.59 +org.seleniumhq.selenium:selenium-java:3.141.59 +org.seleniumhq.selenium:selenium-opera-driver:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-safari-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webflux:5.3.0 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/core/gradle/dependency-locks/annotationProcessor.lockfile b/core/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/core/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/core/gradle/dependency-locks/archives.lockfile b/core/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/core/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/core/gradle/dependency-locks/checkstyle.lockfile b/core/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/core/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/core/gradle/dependency-locks/compile.lockfile b/core/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..3f491a6518 --- /dev/null +++ b/core/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,13 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/core/gradle/dependency-locks/compileClasspath.lockfile b/core/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..3f491a6518 --- /dev/null +++ b/core/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,13 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/core/gradle/dependency-locks/compileOnly.lockfile b/core/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/core/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/core/gradle/dependency-locks/default.lockfile b/core/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..3f491a6518 --- /dev/null +++ b/core/gradle/dependency-locks/default.lockfile @@ -0,0 +1,13 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/core/gradle/dependency-locks/included.lockfile b/core/gradle/dependency-locks/included.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/core/gradle/dependency-locks/included.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/core/gradle/dependency-locks/jacocoAgent.lockfile b/core/gradle/dependency-locks/jacocoAgent.lockfile new file mode 100644 index 0000000000..8909233ca7 --- /dev/null +++ b/core/gradle/dependency-locks/jacocoAgent.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jacoco:org.jacoco.agent:0.8.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/core/gradle/dependency-locks/jacocoAnt.lockfile b/core/gradle/dependency-locks/jacocoAnt.lockfile new file mode 100644 index 0000000000..e6bf2b121e --- /dev/null +++ b/core/gradle/dependency-locks/jacocoAnt.lockfile @@ -0,0 +1,15 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jacoco:org.jacoco.agent:0.8.2 +org.jacoco:org.jacoco.ant:0.8.2 +org.jacoco:org.jacoco.core:0.8.2 +org.jacoco:org.jacoco.report:0.8.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm-analysis:6.2.1 +org.ow2.asm:asm-commons:6.2.1 +org.ow2.asm:asm-tree:6.2.1 +org.ow2.asm:asm:6.2.1 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/core/gradle/dependency-locks/merging.lockfile b/core/gradle/dependency-locks/merging.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/core/gradle/dependency-locks/merging.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/core/gradle/dependency-locks/optional.lockfile b/core/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..0684d22f9b --- /dev/null +++ b/core/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,22 @@ +# 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. +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +javax.annotation:jsr250-api:1.0 +net.sf.ehcache:ehcache:2.10.6 +org.aspectj:aspectjrt:1.9.6 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/core/gradle/dependency-locks/provided.lockfile b/core/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/core/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/core/gradle/dependency-locks/runtime.lockfile b/core/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..3f491a6518 --- /dev/null +++ b/core/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,13 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/core/gradle/dependency-locks/runtimeClasspath.lockfile b/core/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..3f491a6518 --- /dev/null +++ b/core/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,13 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/core/gradle/dependency-locks/runtimeMerge.lockfile b/core/gradle/dependency-locks/runtimeMerge.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/core/gradle/dependency-locks/runtimeMerge.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/core/gradle/dependency-locks/signatures.lockfile b/core/gradle/dependency-locks/signatures.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/core/gradle/dependency-locks/signatures.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/core/gradle/dependency-locks/testAnnotationProcessor.lockfile b/core/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/core/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/core/gradle/dependency-locks/testCompile.lockfile b/core/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..0bc7c2a481 --- /dev/null +++ b/core/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,36 @@ +# 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. +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-collections:commons-collections:3.2.2 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.projectreactor:reactor-test:3.4.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.javassist:javassist:3.27.0-GA +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/core/gradle/dependency-locks/testCompileClasspath.lockfile b/core/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..0bc7c2a481 --- /dev/null +++ b/core/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,36 @@ +# 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. +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-collections:commons-collections:3.2.2 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.projectreactor:reactor-test:3.4.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.javassist:javassist:3.27.0-GA +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/core/gradle/dependency-locks/testCompileOnly.lockfile b/core/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/core/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/core/gradle/dependency-locks/testRuntime.lockfile b/core/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..ebfc99aa54 --- /dev/null +++ b/core/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,37 @@ +# 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. +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-collections:commons-collections:3.2.2 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.projectreactor:reactor-test:3.4.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.27.0-GA +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/core/gradle/dependency-locks/testRuntimeClasspath.lockfile b/core/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..ebfc99aa54 --- /dev/null +++ b/core/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,37 @@ +# 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. +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-collections:commons-collections:3.2.2 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.projectreactor:reactor-test:3.4.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.27.0-GA +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/core/gradle/dependency-locks/tests.lockfile b/core/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..ebfc99aa54 --- /dev/null +++ b/core/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,37 @@ +# 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. +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-collections:commons-collections:3.2.2 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.projectreactor:reactor-test:3.4.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.27.0-GA +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/crypto/gradle/dependency-locks/annotationProcessor.lockfile b/crypto/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/crypto/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/crypto/gradle/dependency-locks/archives.lockfile b/crypto/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/crypto/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/crypto/gradle/dependency-locks/checkstyle.lockfile b/crypto/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/crypto/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/crypto/gradle/dependency-locks/compile.lockfile b/crypto/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/crypto/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/crypto/gradle/dependency-locks/compileClasspath.lockfile b/crypto/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/crypto/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/crypto/gradle/dependency-locks/compileOnly.lockfile b/crypto/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/crypto/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/crypto/gradle/dependency-locks/default.lockfile b/crypto/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/crypto/gradle/dependency-locks/default.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/crypto/gradle/dependency-locks/jacocoAgent.lockfile b/crypto/gradle/dependency-locks/jacocoAgent.lockfile new file mode 100644 index 0000000000..8909233ca7 --- /dev/null +++ b/crypto/gradle/dependency-locks/jacocoAgent.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jacoco:org.jacoco.agent:0.8.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/crypto/gradle/dependency-locks/jacocoAnt.lockfile b/crypto/gradle/dependency-locks/jacocoAnt.lockfile new file mode 100644 index 0000000000..e6bf2b121e --- /dev/null +++ b/crypto/gradle/dependency-locks/jacocoAnt.lockfile @@ -0,0 +1,15 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jacoco:org.jacoco.agent:0.8.2 +org.jacoco:org.jacoco.ant:0.8.2 +org.jacoco:org.jacoco.core:0.8.2 +org.jacoco:org.jacoco.report:0.8.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm-analysis:6.2.1 +org.ow2.asm:asm-commons:6.2.1 +org.ow2.asm:asm-tree:6.2.1 +org.ow2.asm:asm:6.2.1 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/crypto/gradle/dependency-locks/merging.lockfile b/crypto/gradle/dependency-locks/merging.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/crypto/gradle/dependency-locks/merging.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/crypto/gradle/dependency-locks/optional.lockfile b/crypto/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..3ff0e9ad39 --- /dev/null +++ b/crypto/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,10 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.bouncycastle:bcpkix-jdk15on:1.66 +org.bouncycastle:bcprov-jdk15on:1.66 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/crypto/gradle/dependency-locks/provided.lockfile b/crypto/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/crypto/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/crypto/gradle/dependency-locks/runtime.lockfile b/crypto/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/crypto/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/crypto/gradle/dependency-locks/runtimeClasspath.lockfile b/crypto/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/crypto/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/crypto/gradle/dependency-locks/runtimeMerge.lockfile b/crypto/gradle/dependency-locks/runtimeMerge.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/crypto/gradle/dependency-locks/runtimeMerge.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/crypto/gradle/dependency-locks/signatures.lockfile b/crypto/gradle/dependency-locks/signatures.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/crypto/gradle/dependency-locks/signatures.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/crypto/gradle/dependency-locks/testAnnotationProcessor.lockfile b/crypto/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/crypto/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/crypto/gradle/dependency-locks/testCompile.lockfile b/crypto/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..ac8ec9e147 --- /dev/null +++ b/crypto/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,17 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-core:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/crypto/gradle/dependency-locks/testCompileClasspath.lockfile b/crypto/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..ac8ec9e147 --- /dev/null +++ b/crypto/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,17 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-core:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/crypto/gradle/dependency-locks/testCompileOnly.lockfile b/crypto/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/crypto/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/crypto/gradle/dependency-locks/testRuntime.lockfile b/crypto/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..ac8ec9e147 --- /dev/null +++ b/crypto/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,17 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-core:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/crypto/gradle/dependency-locks/testRuntimeClasspath.lockfile b/crypto/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..ac8ec9e147 --- /dev/null +++ b/crypto/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,17 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-core:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/crypto/gradle/dependency-locks/tests.lockfile b/crypto/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..ac8ec9e147 --- /dev/null +++ b/crypto/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,17 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-core:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/data/gradle/dependency-locks/annotationProcessor.lockfile b/data/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/data/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/data/gradle/dependency-locks/archives.lockfile b/data/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/data/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/data/gradle/dependency-locks/checkstyle.lockfile b/data/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/data/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/data/gradle/dependency-locks/compile.lockfile b/data/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..f03223f0e7 --- /dev/null +++ b/data/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,17 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.activation:javax.activation-api:1.2.0 +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/data/gradle/dependency-locks/compileClasspath.lockfile b/data/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..f03223f0e7 --- /dev/null +++ b/data/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,17 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.activation:javax.activation-api:1.2.0 +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/data/gradle/dependency-locks/compileOnly.lockfile b/data/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/data/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/data/gradle/dependency-locks/default.lockfile b/data/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..f03223f0e7 --- /dev/null +++ b/data/gradle/dependency-locks/default.lockfile @@ -0,0 +1,17 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.activation:javax.activation-api:1.2.0 +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/data/gradle/dependency-locks/jacocoAgent.lockfile b/data/gradle/dependency-locks/jacocoAgent.lockfile new file mode 100644 index 0000000000..8909233ca7 --- /dev/null +++ b/data/gradle/dependency-locks/jacocoAgent.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jacoco:org.jacoco.agent:0.8.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/data/gradle/dependency-locks/jacocoAnt.lockfile b/data/gradle/dependency-locks/jacocoAnt.lockfile new file mode 100644 index 0000000000..e6bf2b121e --- /dev/null +++ b/data/gradle/dependency-locks/jacocoAnt.lockfile @@ -0,0 +1,15 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jacoco:org.jacoco.agent:0.8.2 +org.jacoco:org.jacoco.ant:0.8.2 +org.jacoco:org.jacoco.core:0.8.2 +org.jacoco:org.jacoco.report:0.8.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm-analysis:6.2.1 +org.ow2.asm:asm-commons:6.2.1 +org.ow2.asm:asm-tree:6.2.1 +org.ow2.asm:asm:6.2.1 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/data/gradle/dependency-locks/merging.lockfile b/data/gradle/dependency-locks/merging.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/data/gradle/dependency-locks/merging.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/data/gradle/dependency-locks/optional.lockfile b/data/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/data/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/data/gradle/dependency-locks/provided.lockfile b/data/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/data/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/data/gradle/dependency-locks/runtime.lockfile b/data/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..f03223f0e7 --- /dev/null +++ b/data/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,17 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.activation:javax.activation-api:1.2.0 +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/data/gradle/dependency-locks/runtimeClasspath.lockfile b/data/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..f03223f0e7 --- /dev/null +++ b/data/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,17 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.activation:javax.activation-api:1.2.0 +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/data/gradle/dependency-locks/runtimeMerge.lockfile b/data/gradle/dependency-locks/runtimeMerge.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/data/gradle/dependency-locks/runtimeMerge.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/data/gradle/dependency-locks/signatures.lockfile b/data/gradle/dependency-locks/signatures.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/data/gradle/dependency-locks/signatures.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/data/gradle/dependency-locks/testAnnotationProcessor.lockfile b/data/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/data/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/data/gradle/dependency-locks/testCompile.lockfile b/data/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..f2fca6ff5f --- /dev/null +++ b/data/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,25 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.activation:javax.activation-api:1.2.0 +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/data/gradle/dependency-locks/testCompileClasspath.lockfile b/data/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..f2fca6ff5f --- /dev/null +++ b/data/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,25 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.activation:javax.activation-api:1.2.0 +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/data/gradle/dependency-locks/testCompileOnly.lockfile b/data/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/data/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/data/gradle/dependency-locks/testRuntime.lockfile b/data/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..f2fca6ff5f --- /dev/null +++ b/data/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,25 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.activation:javax.activation-api:1.2.0 +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/data/gradle/dependency-locks/testRuntimeClasspath.lockfile b/data/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..f2fca6ff5f --- /dev/null +++ b/data/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,25 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.activation:javax.activation-api:1.2.0 +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/data/gradle/dependency-locks/tests.lockfile b/data/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..f2fca6ff5f --- /dev/null +++ b/data/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,25 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.activation:javax.activation-api:1.2.0 +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/docs/manual/gradle/dependency-locks/annotationProcessor.lockfile b/docs/manual/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/docs/manual/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/docs/manual/gradle/dependency-locks/archives.lockfile b/docs/manual/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/docs/manual/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/docs/manual/gradle/dependency-locks/asciidoctorExtensions.lockfile b/docs/manual/gradle/dependency-locks/asciidoctorExtensions.lockfile new file mode 100644 index 0000000000..9e1d620f7e --- /dev/null +++ b/docs/manual/gradle/dependency-locks/asciidoctorExtensions.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +io.spring.asciidoctor:spring-asciidoctor-extensions-block-switch:0.4.2.RELEASE +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/docs/manual/gradle/dependency-locks/checkstyle.lockfile b/docs/manual/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..c6d3bd6e17 --- /dev/null +++ b/docs/manual/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,22 @@ +# 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. +antlr:antlr:2.7.7 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.2 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:28.1-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.27 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.1.1 +io.projectreactor:reactor-bom:2020.0.0 +net.sf.saxon:Saxon-HE:9.9.1-5 +org.antlr:antlr4-runtime:4.7.2 +org.checkerframework:checker-qual:2.8.1 +org.codehaus.mojo:animal-sniffer-annotations:1.18 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/docs/manual/gradle/dependency-locks/compile.lockfile b/docs/manual/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/docs/manual/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/docs/manual/gradle/dependency-locks/compileClasspath.lockfile b/docs/manual/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/docs/manual/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/docs/manual/gradle/dependency-locks/compileOnly.lockfile b/docs/manual/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/docs/manual/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/docs/manual/gradle/dependency-locks/default.lockfile b/docs/manual/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/docs/manual/gradle/dependency-locks/default.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/docs/manual/gradle/dependency-locks/documentationResources.lockfile b/docs/manual/gradle/dependency-locks/documentationResources.lockfile new file mode 100644 index 0000000000..2e2f6d5b5e --- /dev/null +++ b/docs/manual/gradle/dependency-locks/documentationResources.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +io.spring.docresources:spring-doc-resources:0.2.1.RELEASE +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/docs/manual/gradle/dependency-locks/runtime.lockfile b/docs/manual/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/docs/manual/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/docs/manual/gradle/dependency-locks/runtimeClasspath.lockfile b/docs/manual/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/docs/manual/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/docs/manual/gradle/dependency-locks/testAnnotationProcessor.lockfile b/docs/manual/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/docs/manual/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/docs/manual/gradle/dependency-locks/testCompile.lockfile b/docs/manual/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..13bcb1f2d9 --- /dev/null +++ b/docs/manual/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,43 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +com.unboundid:unboundid-ldapsdk:4.0.14 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:1.4 +commons-lang:commons-lang:2.4 +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-core:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/docs/manual/gradle/dependency-locks/testCompileClasspath.lockfile b/docs/manual/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..13bcb1f2d9 --- /dev/null +++ b/docs/manual/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,43 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +com.unboundid:unboundid-ldapsdk:4.0.14 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:1.4 +commons-lang:commons-lang:2.4 +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-core:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/docs/manual/gradle/dependency-locks/testCompileOnly.lockfile b/docs/manual/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/docs/manual/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/docs/manual/gradle/dependency-locks/testRuntime.lockfile b/docs/manual/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..13bcb1f2d9 --- /dev/null +++ b/docs/manual/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,43 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +com.unboundid:unboundid-ldapsdk:4.0.14 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:1.4 +commons-lang:commons-lang:2.4 +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-core:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/docs/manual/gradle/dependency-locks/testRuntimeClasspath.lockfile b/docs/manual/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..13bcb1f2d9 --- /dev/null +++ b/docs/manual/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,43 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +com.unboundid:unboundid-ldapsdk:4.0.14 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:1.4 +commons-lang:commons-lang:2.4 +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-core:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/itest/context/gradle/dependency-locks/annotationProcessor.lockfile b/itest/context/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/context/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/context/gradle/dependency-locks/archives.lockfile b/itest/context/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/context/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/context/gradle/dependency-locks/checkstyle.lockfile b/itest/context/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/itest/context/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/context/gradle/dependency-locks/compile.lockfile b/itest/context/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..85cf17e5f4 --- /dev/null +++ b/itest/context/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,15 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.python:jython:2.5.4-rc1 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/context/gradle/dependency-locks/compileClasspath.lockfile b/itest/context/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..85cf17e5f4 --- /dev/null +++ b/itest/context/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,15 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.python:jython:2.5.4-rc1 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/context/gradle/dependency-locks/compileOnly.lockfile b/itest/context/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/context/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/context/gradle/dependency-locks/default.lockfile b/itest/context/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..85cf17e5f4 --- /dev/null +++ b/itest/context/gradle/dependency-locks/default.lockfile @@ -0,0 +1,15 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.python:jython:2.5.4-rc1 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/context/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile b/itest/context/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/context/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/context/gradle/dependency-locks/integrationTestCompile.lockfile b/itest/context/gradle/dependency-locks/integrationTestCompile.lockfile new file mode 100644 index 0000000000..dc01118c81 --- /dev/null +++ b/itest/context/gradle/dependency-locks/integrationTestCompile.lockfile @@ -0,0 +1,25 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.python:jython:2.5.4-rc1 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/itest/context/gradle/dependency-locks/integrationTestCompileClasspath.lockfile b/itest/context/gradle/dependency-locks/integrationTestCompileClasspath.lockfile new file mode 100644 index 0000000000..dc01118c81 --- /dev/null +++ b/itest/context/gradle/dependency-locks/integrationTestCompileClasspath.lockfile @@ -0,0 +1,25 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.python:jython:2.5.4-rc1 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/itest/context/gradle/dependency-locks/integrationTestCompileOnly.lockfile b/itest/context/gradle/dependency-locks/integrationTestCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/context/gradle/dependency-locks/integrationTestCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/context/gradle/dependency-locks/integrationTestRuntime.lockfile b/itest/context/gradle/dependency-locks/integrationTestRuntime.lockfile new file mode 100644 index 0000000000..3df81c4dc0 --- /dev/null +++ b/itest/context/gradle/dependency-locks/integrationTestRuntime.lockfile @@ -0,0 +1,31 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.python:jython:2.5.4-rc1 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/itest/context/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile b/itest/context/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile new file mode 100644 index 0000000000..3df81c4dc0 --- /dev/null +++ b/itest/context/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile @@ -0,0 +1,31 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.python:jython:2.5.4-rc1 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/itest/context/gradle/dependency-locks/optional.lockfile b/itest/context/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/context/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/context/gradle/dependency-locks/provided.lockfile b/itest/context/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/context/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/context/gradle/dependency-locks/runtime.lockfile b/itest/context/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..85cf17e5f4 --- /dev/null +++ b/itest/context/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,15 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.python:jython:2.5.4-rc1 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/context/gradle/dependency-locks/runtimeClasspath.lockfile b/itest/context/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..85cf17e5f4 --- /dev/null +++ b/itest/context/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,15 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.python:jython:2.5.4-rc1 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/context/gradle/dependency-locks/testAnnotationProcessor.lockfile b/itest/context/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/context/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/context/gradle/dependency-locks/testCompile.lockfile b/itest/context/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..dc01118c81 --- /dev/null +++ b/itest/context/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,25 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.python:jython:2.5.4-rc1 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/itest/context/gradle/dependency-locks/testCompileClasspath.lockfile b/itest/context/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..dc01118c81 --- /dev/null +++ b/itest/context/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,25 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.python:jython:2.5.4-rc1 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/itest/context/gradle/dependency-locks/testCompileOnly.lockfile b/itest/context/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/context/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/context/gradle/dependency-locks/testRuntime.lockfile b/itest/context/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..3df81c4dc0 --- /dev/null +++ b/itest/context/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,31 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.python:jython:2.5.4-rc1 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/itest/context/gradle/dependency-locks/testRuntimeClasspath.lockfile b/itest/context/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..3df81c4dc0 --- /dev/null +++ b/itest/context/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,31 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.python:jython:2.5.4-rc1 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/itest/context/gradle/dependency-locks/tests.lockfile b/itest/context/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..3df81c4dc0 --- /dev/null +++ b/itest/context/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,31 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.python:jython:2.5.4-rc1 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/annotationProcessor.lockfile b/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/archives.lockfile b/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/checkstyle.lockfile b/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/compile.lockfile b/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..66a12b4e5c --- /dev/null +++ b/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,21 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/compileClasspath.lockfile b/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..66a12b4e5c --- /dev/null +++ b/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,21 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/compileOnly.lockfile b/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/default.lockfile b/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..96da578d03 --- /dev/null +++ b/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/default.lockfile @@ -0,0 +1,53 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:1.4 +commons-lang:commons-lang:2.4 +io.projectreactor:reactor-bom:2020.0.0 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.mina:mina-core:2.0.0-M6 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile b/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/integrationTestCompile.lockfile b/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/integrationTestCompile.lockfile new file mode 100644 index 0000000000..a26461499f --- /dev/null +++ b/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/integrationTestCompile.lockfile @@ -0,0 +1,29 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/integrationTestCompileClasspath.lockfile b/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/integrationTestCompileClasspath.lockfile new file mode 100644 index 0000000000..a26461499f --- /dev/null +++ b/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/integrationTestCompileClasspath.lockfile @@ -0,0 +1,29 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/integrationTestCompileOnly.lockfile b/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/integrationTestCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/integrationTestCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/integrationTestRuntime.lockfile b/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/integrationTestRuntime.lockfile new file mode 100644 index 0000000000..ce47c01e9c --- /dev/null +++ b/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/integrationTestRuntime.lockfile @@ -0,0 +1,61 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:1.4 +commons-lang:commons-lang:2.4 +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.mina:mina-core:2.0.0-M6 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile b/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile new file mode 100644 index 0000000000..ce47c01e9c --- /dev/null +++ b/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile @@ -0,0 +1,61 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:1.4 +commons-lang:commons-lang:2.4 +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.mina:mina-core:2.0.0-M6 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/optional.lockfile b/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/provided.lockfile b/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/runtime.lockfile b/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..96da578d03 --- /dev/null +++ b/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,53 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:1.4 +commons-lang:commons-lang:2.4 +io.projectreactor:reactor-bom:2020.0.0 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.mina:mina-core:2.0.0-M6 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/runtimeClasspath.lockfile b/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..96da578d03 --- /dev/null +++ b/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,53 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:1.4 +commons-lang:commons-lang:2.4 +io.projectreactor:reactor-bom:2020.0.0 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.mina:mina-core:2.0.0-M6 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/testAnnotationProcessor.lockfile b/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/testCompile.lockfile b/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..a26461499f --- /dev/null +++ b/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,29 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/testCompileClasspath.lockfile b/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..a26461499f --- /dev/null +++ b/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,29 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/testCompileOnly.lockfile b/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/testRuntime.lockfile b/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..ce47c01e9c --- /dev/null +++ b/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,61 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:1.4 +commons-lang:commons-lang:2.4 +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.mina:mina-core:2.0.0-M6 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/testRuntimeClasspath.lockfile b/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..ce47c01e9c --- /dev/null +++ b/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,61 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:1.4 +commons-lang:commons-lang:2.4 +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.mina:mina-core:2.0.0-M6 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/tests.lockfile b/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..ce47c01e9c --- /dev/null +++ b/itest/ldap/embedded-ldap-apacheds-default/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,61 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:1.4 +commons-lang:commons-lang:2.4 +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.mina:mina-core:2.0.0-M6 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/annotationProcessor.lockfile b/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/archives.lockfile b/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/checkstyle.lockfile b/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/compile.lockfile b/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..66a12b4e5c --- /dev/null +++ b/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,21 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/compileClasspath.lockfile b/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..66a12b4e5c --- /dev/null +++ b/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,21 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/compileOnly.lockfile b/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/default.lockfile b/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..96da578d03 --- /dev/null +++ b/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/default.lockfile @@ -0,0 +1,53 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:1.4 +commons-lang:commons-lang:2.4 +io.projectreactor:reactor-bom:2020.0.0 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.mina:mina-core:2.0.0-M6 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile b/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/integrationTestCompile.lockfile b/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/integrationTestCompile.lockfile new file mode 100644 index 0000000000..a26461499f --- /dev/null +++ b/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/integrationTestCompile.lockfile @@ -0,0 +1,29 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/integrationTestCompileClasspath.lockfile b/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/integrationTestCompileClasspath.lockfile new file mode 100644 index 0000000000..a26461499f --- /dev/null +++ b/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/integrationTestCompileClasspath.lockfile @@ -0,0 +1,29 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/integrationTestCompileOnly.lockfile b/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/integrationTestCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/integrationTestCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/integrationTestRuntime.lockfile b/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/integrationTestRuntime.lockfile new file mode 100644 index 0000000000..ce47c01e9c --- /dev/null +++ b/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/integrationTestRuntime.lockfile @@ -0,0 +1,61 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:1.4 +commons-lang:commons-lang:2.4 +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.mina:mina-core:2.0.0-M6 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile b/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile new file mode 100644 index 0000000000..ce47c01e9c --- /dev/null +++ b/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile @@ -0,0 +1,61 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:1.4 +commons-lang:commons-lang:2.4 +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.mina:mina-core:2.0.0-M6 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/optional.lockfile b/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/provided.lockfile b/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/runtime.lockfile b/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..96da578d03 --- /dev/null +++ b/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,53 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:1.4 +commons-lang:commons-lang:2.4 +io.projectreactor:reactor-bom:2020.0.0 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.mina:mina-core:2.0.0-M6 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/runtimeClasspath.lockfile b/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..96da578d03 --- /dev/null +++ b/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,53 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:1.4 +commons-lang:commons-lang:2.4 +io.projectreactor:reactor-bom:2020.0.0 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.mina:mina-core:2.0.0-M6 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/testAnnotationProcessor.lockfile b/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/testCompile.lockfile b/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..a26461499f --- /dev/null +++ b/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,29 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/testCompileClasspath.lockfile b/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..a26461499f --- /dev/null +++ b/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,29 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/testCompileOnly.lockfile b/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/testRuntime.lockfile b/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..ce47c01e9c --- /dev/null +++ b/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,61 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:1.4 +commons-lang:commons-lang:2.4 +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.mina:mina-core:2.0.0-M6 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/testRuntimeClasspath.lockfile b/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..ce47c01e9c --- /dev/null +++ b/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,61 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:1.4 +commons-lang:commons-lang:2.4 +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.mina:mina-core:2.0.0-M6 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/tests.lockfile b/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..ce47c01e9c --- /dev/null +++ b/itest/ldap/embedded-ldap-mode-apacheds/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,61 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:1.4 +commons-lang:commons-lang:2.4 +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.mina:mina-core:2.0.0-M6 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/annotationProcessor.lockfile b/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/archives.lockfile b/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/checkstyle.lockfile b/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/compile.lockfile b/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..66a12b4e5c --- /dev/null +++ b/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,21 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/compileClasspath.lockfile b/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..66a12b4e5c --- /dev/null +++ b/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,21 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/compileOnly.lockfile b/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/default.lockfile b/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..66a12b4e5c --- /dev/null +++ b/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/default.lockfile @@ -0,0 +1,21 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile b/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/integrationTestCompile.lockfile b/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/integrationTestCompile.lockfile new file mode 100644 index 0000000000..7714c3ff73 --- /dev/null +++ b/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/integrationTestCompile.lockfile @@ -0,0 +1,30 @@ +# 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. +com.unboundid:unboundid-ldapsdk:4.0.14 +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/integrationTestCompileClasspath.lockfile b/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/integrationTestCompileClasspath.lockfile new file mode 100644 index 0000000000..7714c3ff73 --- /dev/null +++ b/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/integrationTestCompileClasspath.lockfile @@ -0,0 +1,30 @@ +# 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. +com.unboundid:unboundid-ldapsdk:4.0.14 +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/integrationTestCompileOnly.lockfile b/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/integrationTestCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/integrationTestCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/integrationTestRuntime.lockfile b/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/integrationTestRuntime.lockfile new file mode 100644 index 0000000000..7714c3ff73 --- /dev/null +++ b/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/integrationTestRuntime.lockfile @@ -0,0 +1,30 @@ +# 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. +com.unboundid:unboundid-ldapsdk:4.0.14 +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile b/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile new file mode 100644 index 0000000000..7714c3ff73 --- /dev/null +++ b/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile @@ -0,0 +1,30 @@ +# 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. +com.unboundid:unboundid-ldapsdk:4.0.14 +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/optional.lockfile b/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/provided.lockfile b/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/runtime.lockfile b/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..66a12b4e5c --- /dev/null +++ b/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,21 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/runtimeClasspath.lockfile b/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..66a12b4e5c --- /dev/null +++ b/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,21 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/testAnnotationProcessor.lockfile b/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/testCompile.lockfile b/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..7714c3ff73 --- /dev/null +++ b/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,30 @@ +# 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. +com.unboundid:unboundid-ldapsdk:4.0.14 +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/testCompileClasspath.lockfile b/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..7714c3ff73 --- /dev/null +++ b/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,30 @@ +# 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. +com.unboundid:unboundid-ldapsdk:4.0.14 +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/testCompileOnly.lockfile b/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/testRuntime.lockfile b/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..7714c3ff73 --- /dev/null +++ b/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,30 @@ +# 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. +com.unboundid:unboundid-ldapsdk:4.0.14 +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/testRuntimeClasspath.lockfile b/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..7714c3ff73 --- /dev/null +++ b/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,30 @@ +# 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. +com.unboundid:unboundid-ldapsdk:4.0.14 +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/tests.lockfile b/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..7714c3ff73 --- /dev/null +++ b/itest/ldap/embedded-ldap-mode-unboundid/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,30 @@ +# 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. +com.unboundid:unboundid-ldapsdk:4.0.14 +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-none/gradle/dependency-locks/annotationProcessor.lockfile b/itest/ldap/embedded-ldap-none/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/ldap/embedded-ldap-none/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/ldap/embedded-ldap-none/gradle/dependency-locks/archives.lockfile b/itest/ldap/embedded-ldap-none/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/ldap/embedded-ldap-none/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/ldap/embedded-ldap-none/gradle/dependency-locks/checkstyle.lockfile b/itest/ldap/embedded-ldap-none/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/itest/ldap/embedded-ldap-none/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/ldap/embedded-ldap-none/gradle/dependency-locks/compile.lockfile b/itest/ldap/embedded-ldap-none/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..66a12b4e5c --- /dev/null +++ b/itest/ldap/embedded-ldap-none/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,21 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-none/gradle/dependency-locks/compileClasspath.lockfile b/itest/ldap/embedded-ldap-none/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..66a12b4e5c --- /dev/null +++ b/itest/ldap/embedded-ldap-none/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,21 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-none/gradle/dependency-locks/compileOnly.lockfile b/itest/ldap/embedded-ldap-none/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/ldap/embedded-ldap-none/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/ldap/embedded-ldap-none/gradle/dependency-locks/default.lockfile b/itest/ldap/embedded-ldap-none/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..66a12b4e5c --- /dev/null +++ b/itest/ldap/embedded-ldap-none/gradle/dependency-locks/default.lockfile @@ -0,0 +1,21 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-none/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile b/itest/ldap/embedded-ldap-none/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/ldap/embedded-ldap-none/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/ldap/embedded-ldap-none/gradle/dependency-locks/integrationTestCompile.lockfile b/itest/ldap/embedded-ldap-none/gradle/dependency-locks/integrationTestCompile.lockfile new file mode 100644 index 0000000000..a26461499f --- /dev/null +++ b/itest/ldap/embedded-ldap-none/gradle/dependency-locks/integrationTestCompile.lockfile @@ -0,0 +1,29 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-none/gradle/dependency-locks/integrationTestCompileClasspath.lockfile b/itest/ldap/embedded-ldap-none/gradle/dependency-locks/integrationTestCompileClasspath.lockfile new file mode 100644 index 0000000000..a26461499f --- /dev/null +++ b/itest/ldap/embedded-ldap-none/gradle/dependency-locks/integrationTestCompileClasspath.lockfile @@ -0,0 +1,29 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-none/gradle/dependency-locks/integrationTestCompileOnly.lockfile b/itest/ldap/embedded-ldap-none/gradle/dependency-locks/integrationTestCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/ldap/embedded-ldap-none/gradle/dependency-locks/integrationTestCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/ldap/embedded-ldap-none/gradle/dependency-locks/integrationTestRuntime.lockfile b/itest/ldap/embedded-ldap-none/gradle/dependency-locks/integrationTestRuntime.lockfile new file mode 100644 index 0000000000..a26461499f --- /dev/null +++ b/itest/ldap/embedded-ldap-none/gradle/dependency-locks/integrationTestRuntime.lockfile @@ -0,0 +1,29 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-none/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile b/itest/ldap/embedded-ldap-none/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile new file mode 100644 index 0000000000..a26461499f --- /dev/null +++ b/itest/ldap/embedded-ldap-none/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile @@ -0,0 +1,29 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-none/gradle/dependency-locks/optional.lockfile b/itest/ldap/embedded-ldap-none/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/ldap/embedded-ldap-none/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/ldap/embedded-ldap-none/gradle/dependency-locks/provided.lockfile b/itest/ldap/embedded-ldap-none/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/ldap/embedded-ldap-none/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/ldap/embedded-ldap-none/gradle/dependency-locks/runtime.lockfile b/itest/ldap/embedded-ldap-none/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..66a12b4e5c --- /dev/null +++ b/itest/ldap/embedded-ldap-none/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,21 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-none/gradle/dependency-locks/runtimeClasspath.lockfile b/itest/ldap/embedded-ldap-none/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..66a12b4e5c --- /dev/null +++ b/itest/ldap/embedded-ldap-none/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,21 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-none/gradle/dependency-locks/testAnnotationProcessor.lockfile b/itest/ldap/embedded-ldap-none/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/ldap/embedded-ldap-none/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/ldap/embedded-ldap-none/gradle/dependency-locks/testCompile.lockfile b/itest/ldap/embedded-ldap-none/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..a26461499f --- /dev/null +++ b/itest/ldap/embedded-ldap-none/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,29 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-none/gradle/dependency-locks/testCompileClasspath.lockfile b/itest/ldap/embedded-ldap-none/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..a26461499f --- /dev/null +++ b/itest/ldap/embedded-ldap-none/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,29 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-none/gradle/dependency-locks/testCompileOnly.lockfile b/itest/ldap/embedded-ldap-none/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/ldap/embedded-ldap-none/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/ldap/embedded-ldap-none/gradle/dependency-locks/testRuntime.lockfile b/itest/ldap/embedded-ldap-none/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..a26461499f --- /dev/null +++ b/itest/ldap/embedded-ldap-none/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,29 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-none/gradle/dependency-locks/testRuntimeClasspath.lockfile b/itest/ldap/embedded-ldap-none/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..a26461499f --- /dev/null +++ b/itest/ldap/embedded-ldap-none/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,29 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-none/gradle/dependency-locks/tests.lockfile b/itest/ldap/embedded-ldap-none/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..a26461499f --- /dev/null +++ b/itest/ldap/embedded-ldap-none/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,29 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/annotationProcessor.lockfile b/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/archives.lockfile b/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/checkstyle.lockfile b/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/compile.lockfile b/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..66a12b4e5c --- /dev/null +++ b/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,21 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/compileClasspath.lockfile b/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..66a12b4e5c --- /dev/null +++ b/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,21 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/compileOnly.lockfile b/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/default.lockfile b/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..66a12b4e5c --- /dev/null +++ b/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/default.lockfile @@ -0,0 +1,21 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile b/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/integrationTestCompile.lockfile b/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/integrationTestCompile.lockfile new file mode 100644 index 0000000000..7714c3ff73 --- /dev/null +++ b/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/integrationTestCompile.lockfile @@ -0,0 +1,30 @@ +# 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. +com.unboundid:unboundid-ldapsdk:4.0.14 +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/integrationTestCompileClasspath.lockfile b/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/integrationTestCompileClasspath.lockfile new file mode 100644 index 0000000000..7714c3ff73 --- /dev/null +++ b/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/integrationTestCompileClasspath.lockfile @@ -0,0 +1,30 @@ +# 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. +com.unboundid:unboundid-ldapsdk:4.0.14 +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/integrationTestCompileOnly.lockfile b/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/integrationTestCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/integrationTestCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/integrationTestRuntime.lockfile b/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/integrationTestRuntime.lockfile new file mode 100644 index 0000000000..7714c3ff73 --- /dev/null +++ b/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/integrationTestRuntime.lockfile @@ -0,0 +1,30 @@ +# 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. +com.unboundid:unboundid-ldapsdk:4.0.14 +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile b/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile new file mode 100644 index 0000000000..7714c3ff73 --- /dev/null +++ b/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile @@ -0,0 +1,30 @@ +# 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. +com.unboundid:unboundid-ldapsdk:4.0.14 +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/optional.lockfile b/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/provided.lockfile b/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/runtime.lockfile b/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..66a12b4e5c --- /dev/null +++ b/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,21 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/runtimeClasspath.lockfile b/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..66a12b4e5c --- /dev/null +++ b/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,21 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/testAnnotationProcessor.lockfile b/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/testCompile.lockfile b/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..7714c3ff73 --- /dev/null +++ b/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,30 @@ +# 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. +com.unboundid:unboundid-ldapsdk:4.0.14 +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/testCompileClasspath.lockfile b/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..7714c3ff73 --- /dev/null +++ b/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,30 @@ +# 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. +com.unboundid:unboundid-ldapsdk:4.0.14 +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/testCompileOnly.lockfile b/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/testRuntime.lockfile b/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..7714c3ff73 --- /dev/null +++ b/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,30 @@ +# 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. +com.unboundid:unboundid-ldapsdk:4.0.14 +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/testRuntimeClasspath.lockfile b/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..7714c3ff73 --- /dev/null +++ b/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,30 @@ +# 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. +com.unboundid:unboundid-ldapsdk:4.0.14 +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/tests.lockfile b/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..7714c3ff73 --- /dev/null +++ b/itest/ldap/embedded-ldap-unboundid-default/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,30 @@ +# 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. +com.unboundid:unboundid-ldapsdk:4.0.14 +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/itest/web/gradle/dependency-locks/annotationProcessor.lockfile b/itest/web/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/web/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/web/gradle/dependency-locks/archives.lockfile b/itest/web/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/web/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/web/gradle/dependency-locks/checkstyle.lockfile b/itest/web/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/itest/web/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/web/gradle/dependency-locks/compile.lockfile b/itest/web/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..b90cce951f --- /dev/null +++ b/itest/web/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,14 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/itest/web/gradle/dependency-locks/compileClasspath.lockfile b/itest/web/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..b90cce951f --- /dev/null +++ b/itest/web/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,14 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/itest/web/gradle/dependency-locks/compileOnly.lockfile b/itest/web/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/web/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/web/gradle/dependency-locks/default.lockfile b/itest/web/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..b90cce951f --- /dev/null +++ b/itest/web/gradle/dependency-locks/default.lockfile @@ -0,0 +1,14 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/itest/web/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile b/itest/web/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/web/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/web/gradle/dependency-locks/integrationTestCompile.lockfile b/itest/web/gradle/dependency-locks/integrationTestCompile.lockfile new file mode 100644 index 0000000000..3a444fa9ab --- /dev/null +++ b/itest/web/gradle/dependency-locks/integrationTestCompile.lockfile @@ -0,0 +1,24 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/itest/web/gradle/dependency-locks/integrationTestCompileClasspath.lockfile b/itest/web/gradle/dependency-locks/integrationTestCompileClasspath.lockfile new file mode 100644 index 0000000000..3a444fa9ab --- /dev/null +++ b/itest/web/gradle/dependency-locks/integrationTestCompileClasspath.lockfile @@ -0,0 +1,24 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/itest/web/gradle/dependency-locks/integrationTestCompileOnly.lockfile b/itest/web/gradle/dependency-locks/integrationTestCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/web/gradle/dependency-locks/integrationTestCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/web/gradle/dependency-locks/integrationTestRuntime.lockfile b/itest/web/gradle/dependency-locks/integrationTestRuntime.lockfile new file mode 100644 index 0000000000..e48c124b0c --- /dev/null +++ b/itest/web/gradle/dependency-locks/integrationTestRuntime.lockfile @@ -0,0 +1,32 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/itest/web/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile b/itest/web/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile new file mode 100644 index 0000000000..e48c124b0c --- /dev/null +++ b/itest/web/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile @@ -0,0 +1,32 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/itest/web/gradle/dependency-locks/optional.lockfile b/itest/web/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/web/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/web/gradle/dependency-locks/provided.lockfile b/itest/web/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/itest/web/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/web/gradle/dependency-locks/runtime.lockfile b/itest/web/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..b90cce951f --- /dev/null +++ b/itest/web/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,14 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/itest/web/gradle/dependency-locks/runtimeClasspath.lockfile b/itest/web/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..b90cce951f --- /dev/null +++ b/itest/web/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,14 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/itest/web/gradle/dependency-locks/testAnnotationProcessor.lockfile b/itest/web/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/web/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/web/gradle/dependency-locks/testCompile.lockfile b/itest/web/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..fdf0b21734 --- /dev/null +++ b/itest/web/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,23 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/itest/web/gradle/dependency-locks/testCompileClasspath.lockfile b/itest/web/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..fdf0b21734 --- /dev/null +++ b/itest/web/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,23 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/itest/web/gradle/dependency-locks/testCompileOnly.lockfile b/itest/web/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/itest/web/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/itest/web/gradle/dependency-locks/testRuntime.lockfile b/itest/web/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..1c83081855 --- /dev/null +++ b/itest/web/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,31 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/itest/web/gradle/dependency-locks/testRuntimeClasspath.lockfile b/itest/web/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..1c83081855 --- /dev/null +++ b/itest/web/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,31 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/itest/web/gradle/dependency-locks/tests.lockfile b/itest/web/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..1c83081855 --- /dev/null +++ b/itest/web/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,31 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/ldap/gradle/dependency-locks/annotationProcessor.lockfile b/ldap/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/ldap/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/ldap/gradle/dependency-locks/archives.lockfile b/ldap/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/ldap/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/ldap/gradle/dependency-locks/checkstyle.lockfile b/ldap/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/ldap/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/ldap/gradle/dependency-locks/compile.lockfile b/ldap/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..9c5e068141 --- /dev/null +++ b/ldap/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,16 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/ldap/gradle/dependency-locks/compileClasspath.lockfile b/ldap/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..9c5e068141 --- /dev/null +++ b/ldap/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,16 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/ldap/gradle/dependency-locks/compileOnly.lockfile b/ldap/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/ldap/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/ldap/gradle/dependency-locks/default.lockfile b/ldap/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..9c5e068141 --- /dev/null +++ b/ldap/gradle/dependency-locks/default.lockfile @@ -0,0 +1,16 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/ldap/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile b/ldap/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/ldap/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/ldap/gradle/dependency-locks/integrationTestCompile.lockfile b/ldap/gradle/dependency-locks/integrationTestCompile.lockfile new file mode 100644 index 0000000000..881aa6d279 --- /dev/null +++ b/ldap/gradle/dependency-locks/integrationTestCompile.lockfile @@ -0,0 +1,60 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +com.unboundid:unboundid-ldapsdk:4.0.14 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:1.4 +commons-lang:commons-lang:2.4 +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +ldapsdk:ldapsdk:4.1 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.mina:mina-core:2.0.0-M6 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/ldap/gradle/dependency-locks/integrationTestCompileClasspath.lockfile b/ldap/gradle/dependency-locks/integrationTestCompileClasspath.lockfile new file mode 100644 index 0000000000..881aa6d279 --- /dev/null +++ b/ldap/gradle/dependency-locks/integrationTestCompileClasspath.lockfile @@ -0,0 +1,60 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +com.unboundid:unboundid-ldapsdk:4.0.14 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:1.4 +commons-lang:commons-lang:2.4 +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +ldapsdk:ldapsdk:4.1 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.mina:mina-core:2.0.0-M6 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/ldap/gradle/dependency-locks/integrationTestCompileOnly.lockfile b/ldap/gradle/dependency-locks/integrationTestCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/ldap/gradle/dependency-locks/integrationTestCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/ldap/gradle/dependency-locks/integrationTestRuntime.lockfile b/ldap/gradle/dependency-locks/integrationTestRuntime.lockfile new file mode 100644 index 0000000000..881aa6d279 --- /dev/null +++ b/ldap/gradle/dependency-locks/integrationTestRuntime.lockfile @@ -0,0 +1,60 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +com.unboundid:unboundid-ldapsdk:4.0.14 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:1.4 +commons-lang:commons-lang:2.4 +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +ldapsdk:ldapsdk:4.1 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.mina:mina-core:2.0.0-M6 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/ldap/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile b/ldap/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile new file mode 100644 index 0000000000..881aa6d279 --- /dev/null +++ b/ldap/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile @@ -0,0 +1,60 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +com.unboundid:unboundid-ldapsdk:4.0.14 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:1.4 +commons-lang:commons-lang:2.4 +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +ldapsdk:ldapsdk:4.1 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.mina:mina-core:2.0.0-M6 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/ldap/gradle/dependency-locks/jacocoAgent.lockfile b/ldap/gradle/dependency-locks/jacocoAgent.lockfile new file mode 100644 index 0000000000..8909233ca7 --- /dev/null +++ b/ldap/gradle/dependency-locks/jacocoAgent.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jacoco:org.jacoco.agent:0.8.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/ldap/gradle/dependency-locks/jacocoAnt.lockfile b/ldap/gradle/dependency-locks/jacocoAnt.lockfile new file mode 100644 index 0000000000..e6bf2b121e --- /dev/null +++ b/ldap/gradle/dependency-locks/jacocoAnt.lockfile @@ -0,0 +1,15 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jacoco:org.jacoco.agent:0.8.2 +org.jacoco:org.jacoco.ant:0.8.2 +org.jacoco:org.jacoco.core:0.8.2 +org.jacoco:org.jacoco.report:0.8.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm-analysis:6.2.1 +org.ow2.asm:asm-commons:6.2.1 +org.ow2.asm:asm-tree:6.2.1 +org.ow2.asm:asm:6.2.1 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/ldap/gradle/dependency-locks/merging.lockfile b/ldap/gradle/dependency-locks/merging.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/ldap/gradle/dependency-locks/merging.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/ldap/gradle/dependency-locks/optional.lockfile b/ldap/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..19d57ad2ae --- /dev/null +++ b/ldap/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,42 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +com.unboundid:unboundid-ldapsdk:4.0.14 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:1.4 +commons-lang:commons-lang:2.4 +io.projectreactor:reactor-bom:2020.0.0 +ldapsdk:ldapsdk:4.1 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.mina:mina-core:2.0.0-M6 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/ldap/gradle/dependency-locks/provided.lockfile b/ldap/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/ldap/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/ldap/gradle/dependency-locks/runtime.lockfile b/ldap/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..9c5e068141 --- /dev/null +++ b/ldap/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,16 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/ldap/gradle/dependency-locks/runtimeClasspath.lockfile b/ldap/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..9c5e068141 --- /dev/null +++ b/ldap/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,16 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/ldap/gradle/dependency-locks/runtimeMerge.lockfile b/ldap/gradle/dependency-locks/runtimeMerge.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/ldap/gradle/dependency-locks/runtimeMerge.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/ldap/gradle/dependency-locks/signatures.lockfile b/ldap/gradle/dependency-locks/signatures.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/ldap/gradle/dependency-locks/signatures.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/ldap/gradle/dependency-locks/testAnnotationProcessor.lockfile b/ldap/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/ldap/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/ldap/gradle/dependency-locks/testCompile.lockfile b/ldap/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..6618450b6d --- /dev/null +++ b/ldap/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,26 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/ldap/gradle/dependency-locks/testCompileClasspath.lockfile b/ldap/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..6618450b6d --- /dev/null +++ b/ldap/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,26 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/ldap/gradle/dependency-locks/testCompileOnly.lockfile b/ldap/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/ldap/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/ldap/gradle/dependency-locks/testRuntime.lockfile b/ldap/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..6618450b6d --- /dev/null +++ b/ldap/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,26 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/ldap/gradle/dependency-locks/testRuntimeClasspath.lockfile b/ldap/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..6618450b6d --- /dev/null +++ b/ldap/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,26 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/ldap/gradle/dependency-locks/tests.lockfile b/ldap/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..6618450b6d --- /dev/null +++ b/ldap/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,26 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/messaging/gradle/dependency-locks/annotationProcessor.lockfile b/messaging/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/messaging/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/messaging/gradle/dependency-locks/archives.lockfile b/messaging/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/messaging/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/messaging/gradle/dependency-locks/checkstyle.lockfile b/messaging/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/messaging/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/messaging/gradle/dependency-locks/compile.lockfile b/messaging/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..dfff9d07ac --- /dev/null +++ b/messaging/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,14 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-messaging:5.3.0 diff --git a/messaging/gradle/dependency-locks/compileClasspath.lockfile b/messaging/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..dfff9d07ac --- /dev/null +++ b/messaging/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,14 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-messaging:5.3.0 diff --git a/messaging/gradle/dependency-locks/compileOnly.lockfile b/messaging/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/messaging/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/messaging/gradle/dependency-locks/default.lockfile b/messaging/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..dfff9d07ac --- /dev/null +++ b/messaging/gradle/dependency-locks/default.lockfile @@ -0,0 +1,14 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-messaging:5.3.0 diff --git a/messaging/gradle/dependency-locks/jacocoAgent.lockfile b/messaging/gradle/dependency-locks/jacocoAgent.lockfile new file mode 100644 index 0000000000..8909233ca7 --- /dev/null +++ b/messaging/gradle/dependency-locks/jacocoAgent.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jacoco:org.jacoco.agent:0.8.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/messaging/gradle/dependency-locks/jacocoAnt.lockfile b/messaging/gradle/dependency-locks/jacocoAnt.lockfile new file mode 100644 index 0000000000..e6bf2b121e --- /dev/null +++ b/messaging/gradle/dependency-locks/jacocoAnt.lockfile @@ -0,0 +1,15 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jacoco:org.jacoco.agent:0.8.2 +org.jacoco:org.jacoco.ant:0.8.2 +org.jacoco:org.jacoco.core:0.8.2 +org.jacoco:org.jacoco.report:0.8.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm-analysis:6.2.1 +org.ow2.asm:asm-commons:6.2.1 +org.ow2.asm:asm-tree:6.2.1 +org.ow2.asm:asm:6.2.1 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/messaging/gradle/dependency-locks/merging.lockfile b/messaging/gradle/dependency-locks/merging.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/messaging/gradle/dependency-locks/merging.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/messaging/gradle/dependency-locks/optional.lockfile b/messaging/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..cc1238f2ca --- /dev/null +++ b/messaging/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,18 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.reactivestreams:reactive-streams:1.0.3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-websocket:5.3.0 diff --git a/messaging/gradle/dependency-locks/provided.lockfile b/messaging/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/messaging/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/messaging/gradle/dependency-locks/runtime.lockfile b/messaging/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..dfff9d07ac --- /dev/null +++ b/messaging/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,14 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-messaging:5.3.0 diff --git a/messaging/gradle/dependency-locks/runtimeClasspath.lockfile b/messaging/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..dfff9d07ac --- /dev/null +++ b/messaging/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,14 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-messaging:5.3.0 diff --git a/messaging/gradle/dependency-locks/runtimeMerge.lockfile b/messaging/gradle/dependency-locks/runtimeMerge.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/messaging/gradle/dependency-locks/runtimeMerge.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/messaging/gradle/dependency-locks/signatures.lockfile b/messaging/gradle/dependency-locks/signatures.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/messaging/gradle/dependency-locks/signatures.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/messaging/gradle/dependency-locks/testAnnotationProcessor.lockfile b/messaging/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/messaging/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/messaging/gradle/dependency-locks/testCompile.lockfile b/messaging/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..f66b455bbf --- /dev/null +++ b/messaging/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,42 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.14 +commons-collections:commons-collections:3.2.2 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.projectreactor:reactor-test:3.4.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.27.0-GA +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-messaging:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/messaging/gradle/dependency-locks/testCompileClasspath.lockfile b/messaging/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..f66b455bbf --- /dev/null +++ b/messaging/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,42 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.14 +commons-collections:commons-collections:3.2.2 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.projectreactor:reactor-test:3.4.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.27.0-GA +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-messaging:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/messaging/gradle/dependency-locks/testCompileOnly.lockfile b/messaging/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/messaging/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/messaging/gradle/dependency-locks/testRuntime.lockfile b/messaging/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..f66b455bbf --- /dev/null +++ b/messaging/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,42 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.14 +commons-collections:commons-collections:3.2.2 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.projectreactor:reactor-test:3.4.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.27.0-GA +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-messaging:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/messaging/gradle/dependency-locks/testRuntimeClasspath.lockfile b/messaging/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..f66b455bbf --- /dev/null +++ b/messaging/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,42 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.14 +commons-collections:commons-collections:3.2.2 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.projectreactor:reactor-test:3.4.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.27.0-GA +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-messaging:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/messaging/gradle/dependency-locks/tests.lockfile b/messaging/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..f66b455bbf --- /dev/null +++ b/messaging/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,42 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.14 +commons-collections:commons-collections:3.2.2 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.projectreactor:reactor-test:3.4.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.27.0-GA +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-messaging:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/oauth2/oauth2-client/gradle/dependency-locks/annotationProcessor.lockfile b/oauth2/oauth2-client/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/oauth2/oauth2-client/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/oauth2/oauth2-client/gradle/dependency-locks/archives.lockfile b/oauth2/oauth2-client/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/oauth2/oauth2-client/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/oauth2/oauth2-client/gradle/dependency-locks/checkstyle.lockfile b/oauth2/oauth2-client/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/oauth2/oauth2-client/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/oauth2/oauth2-client/gradle/dependency-locks/compile.lockfile b/oauth2/oauth2-client/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..f73b3c6a84 --- /dev/null +++ b/oauth2/oauth2-client/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,22 @@ +# 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. +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.1.2 +com.nimbusds:oauth2-oidc-sdk:8.23.1 +io.projectreactor:reactor-bom:2020.0.0 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm:5.0.4 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/oauth2/oauth2-client/gradle/dependency-locks/compileClasspath.lockfile b/oauth2/oauth2-client/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..f73b3c6a84 --- /dev/null +++ b/oauth2/oauth2-client/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,22 @@ +# 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. +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.1.2 +com.nimbusds:oauth2-oidc-sdk:8.23.1 +io.projectreactor:reactor-bom:2020.0.0 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm:5.0.4 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/oauth2/oauth2-client/gradle/dependency-locks/compileOnly.lockfile b/oauth2/oauth2-client/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/oauth2/oauth2-client/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/oauth2/oauth2-client/gradle/dependency-locks/default.lockfile b/oauth2/oauth2-client/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..f73b3c6a84 --- /dev/null +++ b/oauth2/oauth2-client/gradle/dependency-locks/default.lockfile @@ -0,0 +1,22 @@ +# 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. +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.1.2 +com.nimbusds:oauth2-oidc-sdk:8.23.1 +io.projectreactor:reactor-bom:2020.0.0 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm:5.0.4 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/oauth2/oauth2-client/gradle/dependency-locks/jacocoAgent.lockfile b/oauth2/oauth2-client/gradle/dependency-locks/jacocoAgent.lockfile new file mode 100644 index 0000000000..8909233ca7 --- /dev/null +++ b/oauth2/oauth2-client/gradle/dependency-locks/jacocoAgent.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jacoco:org.jacoco.agent:0.8.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/oauth2/oauth2-client/gradle/dependency-locks/jacocoAnt.lockfile b/oauth2/oauth2-client/gradle/dependency-locks/jacocoAnt.lockfile new file mode 100644 index 0000000000..e6bf2b121e --- /dev/null +++ b/oauth2/oauth2-client/gradle/dependency-locks/jacocoAnt.lockfile @@ -0,0 +1,15 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jacoco:org.jacoco.agent:0.8.2 +org.jacoco:org.jacoco.ant:0.8.2 +org.jacoco:org.jacoco.core:0.8.2 +org.jacoco:org.jacoco.report:0.8.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm-analysis:6.2.1 +org.ow2.asm:asm-commons:6.2.1 +org.ow2.asm:asm-tree:6.2.1 +org.ow2.asm:asm:6.2.1 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/oauth2/oauth2-client/gradle/dependency-locks/merging.lockfile b/oauth2/oauth2-client/gradle/dependency-locks/merging.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/oauth2/oauth2-client/gradle/dependency-locks/merging.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/oauth2/oauth2-client/gradle/dependency-locks/optional.lockfile b/oauth2/oauth2-client/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..a7377fa44e --- /dev/null +++ b/oauth2/oauth2-client/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,28 @@ +# 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. +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:nimbus-jose-jwt:9.1.2 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.r2dbc:r2dbc-spi:0.8.3.RELEASE +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.reactivestreams:reactive-streams:1.0.3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-r2dbc:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webflux:5.3.0 diff --git a/oauth2/oauth2-client/gradle/dependency-locks/provided.lockfile b/oauth2/oauth2-client/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/oauth2/oauth2-client/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/oauth2/oauth2-client/gradle/dependency-locks/runtime.lockfile b/oauth2/oauth2-client/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..f73b3c6a84 --- /dev/null +++ b/oauth2/oauth2-client/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,22 @@ +# 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. +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.1.2 +com.nimbusds:oauth2-oidc-sdk:8.23.1 +io.projectreactor:reactor-bom:2020.0.0 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm:5.0.4 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/oauth2/oauth2-client/gradle/dependency-locks/runtimeClasspath.lockfile b/oauth2/oauth2-client/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..f73b3c6a84 --- /dev/null +++ b/oauth2/oauth2-client/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,22 @@ +# 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. +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.1.2 +com.nimbusds:oauth2-oidc-sdk:8.23.1 +io.projectreactor:reactor-bom:2020.0.0 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm:5.0.4 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/oauth2/oauth2-client/gradle/dependency-locks/runtimeMerge.lockfile b/oauth2/oauth2-client/gradle/dependency-locks/runtimeMerge.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/oauth2/oauth2-client/gradle/dependency-locks/runtimeMerge.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/oauth2/oauth2-client/gradle/dependency-locks/signatures.lockfile b/oauth2/oauth2-client/gradle/dependency-locks/signatures.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/oauth2/oauth2-client/gradle/dependency-locks/signatures.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/oauth2/oauth2-client/gradle/dependency-locks/testAnnotationProcessor.lockfile b/oauth2/oauth2-client/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/oauth2/oauth2-client/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/oauth2/oauth2-client/gradle/dependency-locks/testCompile.lockfile b/oauth2/oauth2-client/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..852f01cdcd --- /dev/null +++ b/oauth2/oauth2-client/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,84 @@ +# 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. +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.h2database:h2:1.4.200 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.1.2 +com.nimbusds:oauth2-oidc-sdk:8.23.1 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.53.Final +io.netty:netty-codec-dns:4.1.53.Final +io.netty:netty-codec-http2:4.1.53.Final +io.netty:netty-codec-http:4.1.53.Final +io.netty:netty-codec-socks:4.1.53.Final +io.netty:netty-codec:4.1.53.Final +io.netty:netty-common:4.1.53.Final +io.netty:netty-handler-proxy:4.1.53.Final +io.netty:netty-handler:4.1.53.Final +io.netty:netty-resolver-dns:4.1.53.Final +io.netty:netty-resolver:4.1.53.Final +io.netty:netty-transport-native-epoll:4.1.53.Final +io.netty:netty-transport-native-unix-common:4.1.53.Final +io.netty:netty-transport:4.1.53.Final +io.projectreactor.netty:reactor-netty-core:1.0.0 +io.projectreactor.netty:reactor-netty-http-brave:1.0.0 +io.projectreactor.netty:reactor-netty-http:1.0.0 +io.projectreactor.netty:reactor-netty:1.0.0 +io.projectreactor.tools:blockhound:1.0.4.RELEASE +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.projectreactor:reactor-test:3.4.0 +io.r2dbc:r2dbc-h2:0.8.4.RELEASE +io.r2dbc:r2dbc-spi-test:0.8.3.RELEASE +io.r2dbc:r2dbc-spi:0.8.3.RELEASE +io.zipkin.brave:brave-instrumentation-http:5.12.7 +io.zipkin.brave:brave:5.12.7 +io.zipkin.reporter2:zipkin-reporter-brave:2.15.2 +io.zipkin.reporter2:zipkin-reporter:2.15.2 +io.zipkin.zipkin2:zipkin:2.21.7 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.javassist:javassist:3.27.0-GA +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/oauth2/oauth2-client/gradle/dependency-locks/testCompileClasspath.lockfile b/oauth2/oauth2-client/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..fd63528c3f --- /dev/null +++ b/oauth2/oauth2-client/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,78 @@ +# 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. +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.h2database:h2:1.4.200 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.1.2 +com.nimbusds:oauth2-oidc-sdk:8.23.1 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.53.Final +io.netty:netty-codec-dns:4.1.53.Final +io.netty:netty-codec-http2:4.1.53.Final +io.netty:netty-codec-http:4.1.53.Final +io.netty:netty-codec-socks:4.1.53.Final +io.netty:netty-codec:4.1.53.Final +io.netty:netty-common:4.1.53.Final +io.netty:netty-handler-proxy:4.1.53.Final +io.netty:netty-handler:4.1.53.Final +io.netty:netty-resolver-dns:4.1.53.Final +io.netty:netty-resolver:4.1.53.Final +io.netty:netty-transport-native-epoll:4.1.53.Final +io.netty:netty-transport-native-unix-common:4.1.53.Final +io.netty:netty-transport:4.1.53.Final +io.projectreactor.netty:reactor-netty-core:1.0.0 +io.projectreactor.netty:reactor-netty-http:1.0.0 +io.projectreactor.netty:reactor-netty:1.0.0 +io.projectreactor.tools:blockhound:1.0.4.RELEASE +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.projectreactor:reactor-test:3.4.0 +io.r2dbc:r2dbc-h2:0.8.4.RELEASE +io.r2dbc:r2dbc-spi-test:0.8.3.RELEASE +io.r2dbc:r2dbc-spi:0.8.3.RELEASE +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.javassist:javassist:3.27.0-GA +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/oauth2/oauth2-client/gradle/dependency-locks/testCompileOnly.lockfile b/oauth2/oauth2-client/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/oauth2/oauth2-client/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/oauth2/oauth2-client/gradle/dependency-locks/testRuntime.lockfile b/oauth2/oauth2-client/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..7e9790a637 --- /dev/null +++ b/oauth2/oauth2-client/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,85 @@ +# 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. +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.h2database:h2:1.4.200 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.1.2 +com.nimbusds:oauth2-oidc-sdk:8.23.1 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.53.Final +io.netty:netty-codec-dns:4.1.53.Final +io.netty:netty-codec-http2:4.1.53.Final +io.netty:netty-codec-http:4.1.53.Final +io.netty:netty-codec-socks:4.1.53.Final +io.netty:netty-codec:4.1.53.Final +io.netty:netty-common:4.1.53.Final +io.netty:netty-handler-proxy:4.1.53.Final +io.netty:netty-handler:4.1.53.Final +io.netty:netty-resolver-dns:4.1.53.Final +io.netty:netty-resolver:4.1.53.Final +io.netty:netty-transport-native-epoll:4.1.53.Final +io.netty:netty-transport-native-unix-common:4.1.53.Final +io.netty:netty-transport:4.1.53.Final +io.projectreactor.netty:reactor-netty-core:1.0.0 +io.projectreactor.netty:reactor-netty-http-brave:1.0.0 +io.projectreactor.netty:reactor-netty-http:1.0.0 +io.projectreactor.netty:reactor-netty:1.0.0 +io.projectreactor.tools:blockhound:1.0.4.RELEASE +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.projectreactor:reactor-test:3.4.0 +io.r2dbc:r2dbc-h2:0.8.4.RELEASE +io.r2dbc:r2dbc-spi-test:0.8.3.RELEASE +io.r2dbc:r2dbc-spi:0.8.3.RELEASE +io.zipkin.brave:brave-instrumentation-http:5.12.7 +io.zipkin.brave:brave:5.12.7 +io.zipkin.reporter2:zipkin-reporter-brave:2.15.2 +io.zipkin.reporter2:zipkin-reporter:2.15.2 +io.zipkin.zipkin2:zipkin:2.21.7 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.27.0-GA +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/oauth2/oauth2-client/gradle/dependency-locks/testRuntimeClasspath.lockfile b/oauth2/oauth2-client/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..7e9790a637 --- /dev/null +++ b/oauth2/oauth2-client/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,85 @@ +# 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. +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.h2database:h2:1.4.200 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.1.2 +com.nimbusds:oauth2-oidc-sdk:8.23.1 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.53.Final +io.netty:netty-codec-dns:4.1.53.Final +io.netty:netty-codec-http2:4.1.53.Final +io.netty:netty-codec-http:4.1.53.Final +io.netty:netty-codec-socks:4.1.53.Final +io.netty:netty-codec:4.1.53.Final +io.netty:netty-common:4.1.53.Final +io.netty:netty-handler-proxy:4.1.53.Final +io.netty:netty-handler:4.1.53.Final +io.netty:netty-resolver-dns:4.1.53.Final +io.netty:netty-resolver:4.1.53.Final +io.netty:netty-transport-native-epoll:4.1.53.Final +io.netty:netty-transport-native-unix-common:4.1.53.Final +io.netty:netty-transport:4.1.53.Final +io.projectreactor.netty:reactor-netty-core:1.0.0 +io.projectreactor.netty:reactor-netty-http-brave:1.0.0 +io.projectreactor.netty:reactor-netty-http:1.0.0 +io.projectreactor.netty:reactor-netty:1.0.0 +io.projectreactor.tools:blockhound:1.0.4.RELEASE +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.projectreactor:reactor-test:3.4.0 +io.r2dbc:r2dbc-h2:0.8.4.RELEASE +io.r2dbc:r2dbc-spi-test:0.8.3.RELEASE +io.r2dbc:r2dbc-spi:0.8.3.RELEASE +io.zipkin.brave:brave-instrumentation-http:5.12.7 +io.zipkin.brave:brave:5.12.7 +io.zipkin.reporter2:zipkin-reporter-brave:2.15.2 +io.zipkin.reporter2:zipkin-reporter:2.15.2 +io.zipkin.zipkin2:zipkin:2.21.7 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.27.0-GA +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/oauth2/oauth2-client/gradle/dependency-locks/tests.lockfile b/oauth2/oauth2-client/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..7e9790a637 --- /dev/null +++ b/oauth2/oauth2-client/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,85 @@ +# 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. +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.h2database:h2:1.4.200 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.1.2 +com.nimbusds:oauth2-oidc-sdk:8.23.1 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.53.Final +io.netty:netty-codec-dns:4.1.53.Final +io.netty:netty-codec-http2:4.1.53.Final +io.netty:netty-codec-http:4.1.53.Final +io.netty:netty-codec-socks:4.1.53.Final +io.netty:netty-codec:4.1.53.Final +io.netty:netty-common:4.1.53.Final +io.netty:netty-handler-proxy:4.1.53.Final +io.netty:netty-handler:4.1.53.Final +io.netty:netty-resolver-dns:4.1.53.Final +io.netty:netty-resolver:4.1.53.Final +io.netty:netty-transport-native-epoll:4.1.53.Final +io.netty:netty-transport-native-unix-common:4.1.53.Final +io.netty:netty-transport:4.1.53.Final +io.projectreactor.netty:reactor-netty-core:1.0.0 +io.projectreactor.netty:reactor-netty-http-brave:1.0.0 +io.projectreactor.netty:reactor-netty-http:1.0.0 +io.projectreactor.netty:reactor-netty:1.0.0 +io.projectreactor.tools:blockhound:1.0.4.RELEASE +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.projectreactor:reactor-test:3.4.0 +io.r2dbc:r2dbc-h2:0.8.4.RELEASE +io.r2dbc:r2dbc-spi-test:0.8.3.RELEASE +io.r2dbc:r2dbc-spi:0.8.3.RELEASE +io.zipkin.brave:brave-instrumentation-http:5.12.7 +io.zipkin.brave:brave:5.12.7 +io.zipkin.reporter2:zipkin-reporter-brave:2.15.2 +io.zipkin.reporter2:zipkin-reporter:2.15.2 +io.zipkin.zipkin2:zipkin:2.21.7 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.27.0-GA +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/oauth2/oauth2-core/gradle/dependency-locks/annotationProcessor.lockfile b/oauth2/oauth2-core/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/oauth2/oauth2-core/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/oauth2/oauth2-core/gradle/dependency-locks/archives.lockfile b/oauth2/oauth2-core/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/oauth2/oauth2-core/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/oauth2/oauth2-core/gradle/dependency-locks/checkstyle.lockfile b/oauth2/oauth2-core/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/oauth2/oauth2-core/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/oauth2/oauth2-core/gradle/dependency-locks/compile.lockfile b/oauth2/oauth2-core/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..b90cce951f --- /dev/null +++ b/oauth2/oauth2-core/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,14 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/oauth2/oauth2-core/gradle/dependency-locks/compileClasspath.lockfile b/oauth2/oauth2-core/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..b90cce951f --- /dev/null +++ b/oauth2/oauth2-core/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,14 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/oauth2/oauth2-core/gradle/dependency-locks/compileOnly.lockfile b/oauth2/oauth2-core/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/oauth2/oauth2-core/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/oauth2/oauth2-core/gradle/dependency-locks/default.lockfile b/oauth2/oauth2-core/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..b90cce951f --- /dev/null +++ b/oauth2/oauth2-core/gradle/dependency-locks/default.lockfile @@ -0,0 +1,14 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/oauth2/oauth2-core/gradle/dependency-locks/jacocoAgent.lockfile b/oauth2/oauth2-core/gradle/dependency-locks/jacocoAgent.lockfile new file mode 100644 index 0000000000..8909233ca7 --- /dev/null +++ b/oauth2/oauth2-core/gradle/dependency-locks/jacocoAgent.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jacoco:org.jacoco.agent:0.8.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/oauth2/oauth2-core/gradle/dependency-locks/jacocoAnt.lockfile b/oauth2/oauth2-core/gradle/dependency-locks/jacocoAnt.lockfile new file mode 100644 index 0000000000..e6bf2b121e --- /dev/null +++ b/oauth2/oauth2-core/gradle/dependency-locks/jacocoAnt.lockfile @@ -0,0 +1,15 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jacoco:org.jacoco.agent:0.8.2 +org.jacoco:org.jacoco.ant:0.8.2 +org.jacoco:org.jacoco.core:0.8.2 +org.jacoco:org.jacoco.report:0.8.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm-analysis:6.2.1 +org.ow2.asm:asm-commons:6.2.1 +org.ow2.asm:asm-tree:6.2.1 +org.ow2.asm:asm:6.2.1 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/oauth2/oauth2-core/gradle/dependency-locks/merging.lockfile b/oauth2/oauth2-core/gradle/dependency-locks/merging.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/oauth2/oauth2-core/gradle/dependency-locks/merging.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/oauth2/oauth2-core/gradle/dependency-locks/optional.lockfile b/oauth2/oauth2-core/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..2334530456 --- /dev/null +++ b/oauth2/oauth2-core/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,26 @@ +# 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. +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.1.2 +com.nimbusds:oauth2-oidc-sdk:8.23.1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webflux:5.3.0 diff --git a/oauth2/oauth2-core/gradle/dependency-locks/provided.lockfile b/oauth2/oauth2-core/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/oauth2/oauth2-core/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/oauth2/oauth2-core/gradle/dependency-locks/runtime.lockfile b/oauth2/oauth2-core/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..b90cce951f --- /dev/null +++ b/oauth2/oauth2-core/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,14 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/oauth2/oauth2-core/gradle/dependency-locks/runtimeClasspath.lockfile b/oauth2/oauth2-core/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..b90cce951f --- /dev/null +++ b/oauth2/oauth2-core/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,14 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/oauth2/oauth2-core/gradle/dependency-locks/runtimeMerge.lockfile b/oauth2/oauth2-core/gradle/dependency-locks/runtimeMerge.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/oauth2/oauth2-core/gradle/dependency-locks/runtimeMerge.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/oauth2/oauth2-core/gradle/dependency-locks/signatures.lockfile b/oauth2/oauth2-core/gradle/dependency-locks/signatures.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/oauth2/oauth2-core/gradle/dependency-locks/signatures.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/oauth2/oauth2-core/gradle/dependency-locks/testAnnotationProcessor.lockfile b/oauth2/oauth2-core/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/oauth2/oauth2-core/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/oauth2/oauth2-core/gradle/dependency-locks/testCompile.lockfile b/oauth2/oauth2-core/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..1eea5848c7 --- /dev/null +++ b/oauth2/oauth2-core/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,29 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.javassist:javassist:3.27.0-GA +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/oauth2/oauth2-core/gradle/dependency-locks/testCompileClasspath.lockfile b/oauth2/oauth2-core/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..1eea5848c7 --- /dev/null +++ b/oauth2/oauth2-core/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,29 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.javassist:javassist:3.27.0-GA +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/oauth2/oauth2-core/gradle/dependency-locks/testCompileOnly.lockfile b/oauth2/oauth2-core/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/oauth2/oauth2-core/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/oauth2/oauth2-core/gradle/dependency-locks/testRuntime.lockfile b/oauth2/oauth2-core/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..1eea5848c7 --- /dev/null +++ b/oauth2/oauth2-core/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,29 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.javassist:javassist:3.27.0-GA +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/oauth2/oauth2-core/gradle/dependency-locks/testRuntimeClasspath.lockfile b/oauth2/oauth2-core/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..1eea5848c7 --- /dev/null +++ b/oauth2/oauth2-core/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,29 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.javassist:javassist:3.27.0-GA +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/oauth2/oauth2-core/gradle/dependency-locks/tests.lockfile b/oauth2/oauth2-core/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..1eea5848c7 --- /dev/null +++ b/oauth2/oauth2-core/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,29 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.javassist:javassist:3.27.0-GA +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/oauth2/oauth2-jose/gradle/dependency-locks/annotationProcessor.lockfile b/oauth2/oauth2-jose/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/oauth2/oauth2-jose/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/oauth2/oauth2-jose/gradle/dependency-locks/archives.lockfile b/oauth2/oauth2-jose/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/oauth2/oauth2-jose/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/oauth2/oauth2-jose/gradle/dependency-locks/checkstyle.lockfile b/oauth2/oauth2-jose/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/oauth2/oauth2-jose/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/oauth2/oauth2-jose/gradle/dependency-locks/compile.lockfile b/oauth2/oauth2-jose/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..7f3ba46c90 --- /dev/null +++ b/oauth2/oauth2-jose/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,16 @@ +# 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. +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:nimbus-jose-jwt:9.1.2 +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/oauth2/oauth2-jose/gradle/dependency-locks/compileClasspath.lockfile b/oauth2/oauth2-jose/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..7f3ba46c90 --- /dev/null +++ b/oauth2/oauth2-jose/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,16 @@ +# 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. +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:nimbus-jose-jwt:9.1.2 +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/oauth2/oauth2-jose/gradle/dependency-locks/compileOnly.lockfile b/oauth2/oauth2-jose/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/oauth2/oauth2-jose/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/oauth2/oauth2-jose/gradle/dependency-locks/default.lockfile b/oauth2/oauth2-jose/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..7f3ba46c90 --- /dev/null +++ b/oauth2/oauth2-jose/gradle/dependency-locks/default.lockfile @@ -0,0 +1,16 @@ +# 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. +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:nimbus-jose-jwt:9.1.2 +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/oauth2/oauth2-jose/gradle/dependency-locks/jacocoAgent.lockfile b/oauth2/oauth2-jose/gradle/dependency-locks/jacocoAgent.lockfile new file mode 100644 index 0000000000..8909233ca7 --- /dev/null +++ b/oauth2/oauth2-jose/gradle/dependency-locks/jacocoAgent.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jacoco:org.jacoco.agent:0.8.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/oauth2/oauth2-jose/gradle/dependency-locks/jacocoAnt.lockfile b/oauth2/oauth2-jose/gradle/dependency-locks/jacocoAnt.lockfile new file mode 100644 index 0000000000..e6bf2b121e --- /dev/null +++ b/oauth2/oauth2-jose/gradle/dependency-locks/jacocoAnt.lockfile @@ -0,0 +1,15 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jacoco:org.jacoco.agent:0.8.2 +org.jacoco:org.jacoco.ant:0.8.2 +org.jacoco:org.jacoco.core:0.8.2 +org.jacoco:org.jacoco.report:0.8.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm-analysis:6.2.1 +org.ow2.asm:asm-commons:6.2.1 +org.ow2.asm:asm-tree:6.2.1 +org.ow2.asm:asm:6.2.1 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/oauth2/oauth2-jose/gradle/dependency-locks/merging.lockfile b/oauth2/oauth2-jose/gradle/dependency-locks/merging.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/oauth2/oauth2-jose/gradle/dependency-locks/merging.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/oauth2/oauth2-jose/gradle/dependency-locks/optional.lockfile b/oauth2/oauth2-jose/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..d783f1240b --- /dev/null +++ b/oauth2/oauth2-jose/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,14 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.reactivestreams:reactive-streams:1.0.3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webflux:5.3.0 diff --git a/oauth2/oauth2-jose/gradle/dependency-locks/provided.lockfile b/oauth2/oauth2-jose/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/oauth2/oauth2-jose/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/oauth2/oauth2-jose/gradle/dependency-locks/runtime.lockfile b/oauth2/oauth2-jose/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..7f3ba46c90 --- /dev/null +++ b/oauth2/oauth2-jose/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,16 @@ +# 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. +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:nimbus-jose-jwt:9.1.2 +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/oauth2/oauth2-jose/gradle/dependency-locks/runtimeClasspath.lockfile b/oauth2/oauth2-jose/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..7f3ba46c90 --- /dev/null +++ b/oauth2/oauth2-jose/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,16 @@ +# 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. +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:nimbus-jose-jwt:9.1.2 +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/oauth2/oauth2-jose/gradle/dependency-locks/runtimeMerge.lockfile b/oauth2/oauth2-jose/gradle/dependency-locks/runtimeMerge.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/oauth2/oauth2-jose/gradle/dependency-locks/runtimeMerge.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/oauth2/oauth2-jose/gradle/dependency-locks/signatures.lockfile b/oauth2/oauth2-jose/gradle/dependency-locks/signatures.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/oauth2/oauth2-jose/gradle/dependency-locks/signatures.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/oauth2/oauth2-jose/gradle/dependency-locks/testAnnotationProcessor.lockfile b/oauth2/oauth2-jose/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/oauth2/oauth2-jose/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/oauth2/oauth2-jose/gradle/dependency-locks/testCompile.lockfile b/oauth2/oauth2-jose/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..28bfb1b46b --- /dev/null +++ b/oauth2/oauth2-jose/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,63 @@ +# 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. +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:nimbus-jose-jwt:9.1.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +io.netty:netty-buffer:4.1.53.Final +io.netty:netty-codec-dns:4.1.53.Final +io.netty:netty-codec-http2:4.1.53.Final +io.netty:netty-codec-http:4.1.53.Final +io.netty:netty-codec-socks:4.1.53.Final +io.netty:netty-codec:4.1.53.Final +io.netty:netty-common:4.1.53.Final +io.netty:netty-handler-proxy:4.1.53.Final +io.netty:netty-handler:4.1.53.Final +io.netty:netty-resolver-dns:4.1.53.Final +io.netty:netty-resolver:4.1.53.Final +io.netty:netty-transport-native-epoll:4.1.53.Final +io.netty:netty-transport-native-unix-common:4.1.53.Final +io.netty:netty-transport:4.1.53.Final +io.projectreactor.netty:reactor-netty-core:1.0.0 +io.projectreactor.netty:reactor-netty-http-brave:1.0.0 +io.projectreactor.netty:reactor-netty-http:1.0.0 +io.projectreactor.netty:reactor-netty:1.0.0 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.zipkin.brave:brave-instrumentation-http:5.12.7 +io.zipkin.brave:brave:5.12.7 +io.zipkin.reporter2:zipkin-reporter-brave:2.15.2 +io.zipkin.reporter2:zipkin-reporter:2.15.2 +io.zipkin.zipkin2:zipkin:2.21.7 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.javassist:javassist:3.27.0-GA +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.reactivestreams:reactive-streams:1.0.3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/oauth2/oauth2-jose/gradle/dependency-locks/testCompileClasspath.lockfile b/oauth2/oauth2-jose/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..9ddee940e3 --- /dev/null +++ b/oauth2/oauth2-jose/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,57 @@ +# 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. +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:nimbus-jose-jwt:9.1.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +io.netty:netty-buffer:4.1.53.Final +io.netty:netty-codec-dns:4.1.53.Final +io.netty:netty-codec-http2:4.1.53.Final +io.netty:netty-codec-http:4.1.53.Final +io.netty:netty-codec-socks:4.1.53.Final +io.netty:netty-codec:4.1.53.Final +io.netty:netty-common:4.1.53.Final +io.netty:netty-handler-proxy:4.1.53.Final +io.netty:netty-handler:4.1.53.Final +io.netty:netty-resolver-dns:4.1.53.Final +io.netty:netty-resolver:4.1.53.Final +io.netty:netty-transport-native-epoll:4.1.53.Final +io.netty:netty-transport-native-unix-common:4.1.53.Final +io.netty:netty-transport:4.1.53.Final +io.projectreactor.netty:reactor-netty-core:1.0.0 +io.projectreactor.netty:reactor-netty-http:1.0.0 +io.projectreactor.netty:reactor-netty:1.0.0 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.javassist:javassist:3.27.0-GA +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.reactivestreams:reactive-streams:1.0.3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/oauth2/oauth2-jose/gradle/dependency-locks/testCompileOnly.lockfile b/oauth2/oauth2-jose/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/oauth2/oauth2-jose/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/oauth2/oauth2-jose/gradle/dependency-locks/testRuntime.lockfile b/oauth2/oauth2-jose/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..28bfb1b46b --- /dev/null +++ b/oauth2/oauth2-jose/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,63 @@ +# 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. +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:nimbus-jose-jwt:9.1.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +io.netty:netty-buffer:4.1.53.Final +io.netty:netty-codec-dns:4.1.53.Final +io.netty:netty-codec-http2:4.1.53.Final +io.netty:netty-codec-http:4.1.53.Final +io.netty:netty-codec-socks:4.1.53.Final +io.netty:netty-codec:4.1.53.Final +io.netty:netty-common:4.1.53.Final +io.netty:netty-handler-proxy:4.1.53.Final +io.netty:netty-handler:4.1.53.Final +io.netty:netty-resolver-dns:4.1.53.Final +io.netty:netty-resolver:4.1.53.Final +io.netty:netty-transport-native-epoll:4.1.53.Final +io.netty:netty-transport-native-unix-common:4.1.53.Final +io.netty:netty-transport:4.1.53.Final +io.projectreactor.netty:reactor-netty-core:1.0.0 +io.projectreactor.netty:reactor-netty-http-brave:1.0.0 +io.projectreactor.netty:reactor-netty-http:1.0.0 +io.projectreactor.netty:reactor-netty:1.0.0 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.zipkin.brave:brave-instrumentation-http:5.12.7 +io.zipkin.brave:brave:5.12.7 +io.zipkin.reporter2:zipkin-reporter-brave:2.15.2 +io.zipkin.reporter2:zipkin-reporter:2.15.2 +io.zipkin.zipkin2:zipkin:2.21.7 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.javassist:javassist:3.27.0-GA +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.reactivestreams:reactive-streams:1.0.3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/oauth2/oauth2-jose/gradle/dependency-locks/testRuntimeClasspath.lockfile b/oauth2/oauth2-jose/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..28bfb1b46b --- /dev/null +++ b/oauth2/oauth2-jose/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,63 @@ +# 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. +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:nimbus-jose-jwt:9.1.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +io.netty:netty-buffer:4.1.53.Final +io.netty:netty-codec-dns:4.1.53.Final +io.netty:netty-codec-http2:4.1.53.Final +io.netty:netty-codec-http:4.1.53.Final +io.netty:netty-codec-socks:4.1.53.Final +io.netty:netty-codec:4.1.53.Final +io.netty:netty-common:4.1.53.Final +io.netty:netty-handler-proxy:4.1.53.Final +io.netty:netty-handler:4.1.53.Final +io.netty:netty-resolver-dns:4.1.53.Final +io.netty:netty-resolver:4.1.53.Final +io.netty:netty-transport-native-epoll:4.1.53.Final +io.netty:netty-transport-native-unix-common:4.1.53.Final +io.netty:netty-transport:4.1.53.Final +io.projectreactor.netty:reactor-netty-core:1.0.0 +io.projectreactor.netty:reactor-netty-http-brave:1.0.0 +io.projectreactor.netty:reactor-netty-http:1.0.0 +io.projectreactor.netty:reactor-netty:1.0.0 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.zipkin.brave:brave-instrumentation-http:5.12.7 +io.zipkin.brave:brave:5.12.7 +io.zipkin.reporter2:zipkin-reporter-brave:2.15.2 +io.zipkin.reporter2:zipkin-reporter:2.15.2 +io.zipkin.zipkin2:zipkin:2.21.7 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.javassist:javassist:3.27.0-GA +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.reactivestreams:reactive-streams:1.0.3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/oauth2/oauth2-jose/gradle/dependency-locks/tests.lockfile b/oauth2/oauth2-jose/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..28bfb1b46b --- /dev/null +++ b/oauth2/oauth2-jose/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,63 @@ +# 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. +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:nimbus-jose-jwt:9.1.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +io.netty:netty-buffer:4.1.53.Final +io.netty:netty-codec-dns:4.1.53.Final +io.netty:netty-codec-http2:4.1.53.Final +io.netty:netty-codec-http:4.1.53.Final +io.netty:netty-codec-socks:4.1.53.Final +io.netty:netty-codec:4.1.53.Final +io.netty:netty-common:4.1.53.Final +io.netty:netty-handler-proxy:4.1.53.Final +io.netty:netty-handler:4.1.53.Final +io.netty:netty-resolver-dns:4.1.53.Final +io.netty:netty-resolver:4.1.53.Final +io.netty:netty-transport-native-epoll:4.1.53.Final +io.netty:netty-transport-native-unix-common:4.1.53.Final +io.netty:netty-transport:4.1.53.Final +io.projectreactor.netty:reactor-netty-core:1.0.0 +io.projectreactor.netty:reactor-netty-http-brave:1.0.0 +io.projectreactor.netty:reactor-netty-http:1.0.0 +io.projectreactor.netty:reactor-netty:1.0.0 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.zipkin.brave:brave-instrumentation-http:5.12.7 +io.zipkin.brave:brave:5.12.7 +io.zipkin.reporter2:zipkin-reporter-brave:2.15.2 +io.zipkin.reporter2:zipkin-reporter:2.15.2 +io.zipkin.zipkin2:zipkin:2.21.7 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.javassist:javassist:3.27.0-GA +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.reactivestreams:reactive-streams:1.0.3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/oauth2/oauth2-resource-server/gradle/dependency-locks/annotationProcessor.lockfile b/oauth2/oauth2-resource-server/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/oauth2/oauth2-resource-server/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/oauth2/oauth2-resource-server/gradle/dependency-locks/archives.lockfile b/oauth2/oauth2-resource-server/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/oauth2/oauth2-resource-server/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/oauth2/oauth2-resource-server/gradle/dependency-locks/checkstyle.lockfile b/oauth2/oauth2-resource-server/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/oauth2/oauth2-resource-server/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/oauth2/oauth2-resource-server/gradle/dependency-locks/compile.lockfile b/oauth2/oauth2-resource-server/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..b90cce951f --- /dev/null +++ b/oauth2/oauth2-resource-server/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,14 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/oauth2/oauth2-resource-server/gradle/dependency-locks/compileClasspath.lockfile b/oauth2/oauth2-resource-server/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..b90cce951f --- /dev/null +++ b/oauth2/oauth2-resource-server/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,14 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/oauth2/oauth2-resource-server/gradle/dependency-locks/compileOnly.lockfile b/oauth2/oauth2-resource-server/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/oauth2/oauth2-resource-server/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/oauth2/oauth2-resource-server/gradle/dependency-locks/default.lockfile b/oauth2/oauth2-resource-server/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..b90cce951f --- /dev/null +++ b/oauth2/oauth2-resource-server/gradle/dependency-locks/default.lockfile @@ -0,0 +1,14 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/oauth2/oauth2-resource-server/gradle/dependency-locks/jacocoAgent.lockfile b/oauth2/oauth2-resource-server/gradle/dependency-locks/jacocoAgent.lockfile new file mode 100644 index 0000000000..8909233ca7 --- /dev/null +++ b/oauth2/oauth2-resource-server/gradle/dependency-locks/jacocoAgent.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jacoco:org.jacoco.agent:0.8.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/oauth2/oauth2-resource-server/gradle/dependency-locks/jacocoAnt.lockfile b/oauth2/oauth2-resource-server/gradle/dependency-locks/jacocoAnt.lockfile new file mode 100644 index 0000000000..e6bf2b121e --- /dev/null +++ b/oauth2/oauth2-resource-server/gradle/dependency-locks/jacocoAnt.lockfile @@ -0,0 +1,15 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jacoco:org.jacoco.agent:0.8.2 +org.jacoco:org.jacoco.ant:0.8.2 +org.jacoco:org.jacoco.core:0.8.2 +org.jacoco:org.jacoco.report:0.8.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm-analysis:6.2.1 +org.ow2.asm:asm-commons:6.2.1 +org.ow2.asm:asm-tree:6.2.1 +org.ow2.asm:asm:6.2.1 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/oauth2/oauth2-resource-server/gradle/dependency-locks/merging.lockfile b/oauth2/oauth2-resource-server/gradle/dependency-locks/merging.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/oauth2/oauth2-resource-server/gradle/dependency-locks/merging.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/oauth2/oauth2-resource-server/gradle/dependency-locks/optional.lockfile b/oauth2/oauth2-resource-server/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..0797d91cb2 --- /dev/null +++ b/oauth2/oauth2-resource-server/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,25 @@ +# 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. +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.1.2 +com.nimbusds:oauth2-oidc-sdk:8.23.1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webflux:5.3.0 diff --git a/oauth2/oauth2-resource-server/gradle/dependency-locks/provided.lockfile b/oauth2/oauth2-resource-server/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/oauth2/oauth2-resource-server/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/oauth2/oauth2-resource-server/gradle/dependency-locks/runtime.lockfile b/oauth2/oauth2-resource-server/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..b90cce951f --- /dev/null +++ b/oauth2/oauth2-resource-server/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,14 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/oauth2/oauth2-resource-server/gradle/dependency-locks/runtimeClasspath.lockfile b/oauth2/oauth2-resource-server/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..b90cce951f --- /dev/null +++ b/oauth2/oauth2-resource-server/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,14 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/oauth2/oauth2-resource-server/gradle/dependency-locks/runtimeMerge.lockfile b/oauth2/oauth2-resource-server/gradle/dependency-locks/runtimeMerge.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/oauth2/oauth2-resource-server/gradle/dependency-locks/runtimeMerge.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/oauth2/oauth2-resource-server/gradle/dependency-locks/signatures.lockfile b/oauth2/oauth2-resource-server/gradle/dependency-locks/signatures.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/oauth2/oauth2-resource-server/gradle/dependency-locks/signatures.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/oauth2/oauth2-resource-server/gradle/dependency-locks/testAnnotationProcessor.lockfile b/oauth2/oauth2-resource-server/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/oauth2/oauth2-resource-server/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/oauth2/oauth2-resource-server/gradle/dependency-locks/testCompile.lockfile b/oauth2/oauth2-resource-server/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..187e4d8616 --- /dev/null +++ b/oauth2/oauth2-resource-server/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,64 @@ +# 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. +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:nimbus-jose-jwt:9.1.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +io.netty:netty-buffer:4.1.53.Final +io.netty:netty-codec-dns:4.1.53.Final +io.netty:netty-codec-http2:4.1.53.Final +io.netty:netty-codec-http:4.1.53.Final +io.netty:netty-codec-socks:4.1.53.Final +io.netty:netty-codec:4.1.53.Final +io.netty:netty-common:4.1.53.Final +io.netty:netty-handler-proxy:4.1.53.Final +io.netty:netty-handler:4.1.53.Final +io.netty:netty-resolver-dns:4.1.53.Final +io.netty:netty-resolver:4.1.53.Final +io.netty:netty-transport-native-epoll:4.1.53.Final +io.netty:netty-transport-native-unix-common:4.1.53.Final +io.netty:netty-transport:4.1.53.Final +io.projectreactor.netty:reactor-netty-core:1.0.0 +io.projectreactor.netty:reactor-netty-http-brave:1.0.0 +io.projectreactor.netty:reactor-netty-http:1.0.0 +io.projectreactor.netty:reactor-netty:1.0.0 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.projectreactor:reactor-test:3.4.0 +io.zipkin.brave:brave-instrumentation-http:5.12.7 +io.zipkin.brave:brave:5.12.7 +io.zipkin.reporter2:zipkin-reporter-brave:2.15.2 +io.zipkin.reporter2:zipkin-reporter:2.15.2 +io.zipkin.zipkin2:zipkin:2.21.7 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.javassist:javassist:3.27.0-GA +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.reactivestreams:reactive-streams:1.0.3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/oauth2/oauth2-resource-server/gradle/dependency-locks/testCompileClasspath.lockfile b/oauth2/oauth2-resource-server/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..ec5eb6cdd5 --- /dev/null +++ b/oauth2/oauth2-resource-server/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,58 @@ +# 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. +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:nimbus-jose-jwt:9.1.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +io.netty:netty-buffer:4.1.53.Final +io.netty:netty-codec-dns:4.1.53.Final +io.netty:netty-codec-http2:4.1.53.Final +io.netty:netty-codec-http:4.1.53.Final +io.netty:netty-codec-socks:4.1.53.Final +io.netty:netty-codec:4.1.53.Final +io.netty:netty-common:4.1.53.Final +io.netty:netty-handler-proxy:4.1.53.Final +io.netty:netty-handler:4.1.53.Final +io.netty:netty-resolver-dns:4.1.53.Final +io.netty:netty-resolver:4.1.53.Final +io.netty:netty-transport-native-epoll:4.1.53.Final +io.netty:netty-transport-native-unix-common:4.1.53.Final +io.netty:netty-transport:4.1.53.Final +io.projectreactor.netty:reactor-netty-core:1.0.0 +io.projectreactor.netty:reactor-netty-http:1.0.0 +io.projectreactor.netty:reactor-netty:1.0.0 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.projectreactor:reactor-test:3.4.0 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.javassist:javassist:3.27.0-GA +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.reactivestreams:reactive-streams:1.0.3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/oauth2/oauth2-resource-server/gradle/dependency-locks/testCompileOnly.lockfile b/oauth2/oauth2-resource-server/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/oauth2/oauth2-resource-server/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/oauth2/oauth2-resource-server/gradle/dependency-locks/testRuntime.lockfile b/oauth2/oauth2-resource-server/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..187e4d8616 --- /dev/null +++ b/oauth2/oauth2-resource-server/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,64 @@ +# 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. +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:nimbus-jose-jwt:9.1.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +io.netty:netty-buffer:4.1.53.Final +io.netty:netty-codec-dns:4.1.53.Final +io.netty:netty-codec-http2:4.1.53.Final +io.netty:netty-codec-http:4.1.53.Final +io.netty:netty-codec-socks:4.1.53.Final +io.netty:netty-codec:4.1.53.Final +io.netty:netty-common:4.1.53.Final +io.netty:netty-handler-proxy:4.1.53.Final +io.netty:netty-handler:4.1.53.Final +io.netty:netty-resolver-dns:4.1.53.Final +io.netty:netty-resolver:4.1.53.Final +io.netty:netty-transport-native-epoll:4.1.53.Final +io.netty:netty-transport-native-unix-common:4.1.53.Final +io.netty:netty-transport:4.1.53.Final +io.projectreactor.netty:reactor-netty-core:1.0.0 +io.projectreactor.netty:reactor-netty-http-brave:1.0.0 +io.projectreactor.netty:reactor-netty-http:1.0.0 +io.projectreactor.netty:reactor-netty:1.0.0 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.projectreactor:reactor-test:3.4.0 +io.zipkin.brave:brave-instrumentation-http:5.12.7 +io.zipkin.brave:brave:5.12.7 +io.zipkin.reporter2:zipkin-reporter-brave:2.15.2 +io.zipkin.reporter2:zipkin-reporter:2.15.2 +io.zipkin.zipkin2:zipkin:2.21.7 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.javassist:javassist:3.27.0-GA +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.reactivestreams:reactive-streams:1.0.3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/oauth2/oauth2-resource-server/gradle/dependency-locks/testRuntimeClasspath.lockfile b/oauth2/oauth2-resource-server/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..187e4d8616 --- /dev/null +++ b/oauth2/oauth2-resource-server/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,64 @@ +# 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. +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:nimbus-jose-jwt:9.1.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +io.netty:netty-buffer:4.1.53.Final +io.netty:netty-codec-dns:4.1.53.Final +io.netty:netty-codec-http2:4.1.53.Final +io.netty:netty-codec-http:4.1.53.Final +io.netty:netty-codec-socks:4.1.53.Final +io.netty:netty-codec:4.1.53.Final +io.netty:netty-common:4.1.53.Final +io.netty:netty-handler-proxy:4.1.53.Final +io.netty:netty-handler:4.1.53.Final +io.netty:netty-resolver-dns:4.1.53.Final +io.netty:netty-resolver:4.1.53.Final +io.netty:netty-transport-native-epoll:4.1.53.Final +io.netty:netty-transport-native-unix-common:4.1.53.Final +io.netty:netty-transport:4.1.53.Final +io.projectreactor.netty:reactor-netty-core:1.0.0 +io.projectreactor.netty:reactor-netty-http-brave:1.0.0 +io.projectreactor.netty:reactor-netty-http:1.0.0 +io.projectreactor.netty:reactor-netty:1.0.0 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.projectreactor:reactor-test:3.4.0 +io.zipkin.brave:brave-instrumentation-http:5.12.7 +io.zipkin.brave:brave:5.12.7 +io.zipkin.reporter2:zipkin-reporter-brave:2.15.2 +io.zipkin.reporter2:zipkin-reporter:2.15.2 +io.zipkin.zipkin2:zipkin:2.21.7 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.javassist:javassist:3.27.0-GA +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.reactivestreams:reactive-streams:1.0.3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/oauth2/oauth2-resource-server/gradle/dependency-locks/tests.lockfile b/oauth2/oauth2-resource-server/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..187e4d8616 --- /dev/null +++ b/oauth2/oauth2-resource-server/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,64 @@ +# 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. +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:nimbus-jose-jwt:9.1.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +io.netty:netty-buffer:4.1.53.Final +io.netty:netty-codec-dns:4.1.53.Final +io.netty:netty-codec-http2:4.1.53.Final +io.netty:netty-codec-http:4.1.53.Final +io.netty:netty-codec-socks:4.1.53.Final +io.netty:netty-codec:4.1.53.Final +io.netty:netty-common:4.1.53.Final +io.netty:netty-handler-proxy:4.1.53.Final +io.netty:netty-handler:4.1.53.Final +io.netty:netty-resolver-dns:4.1.53.Final +io.netty:netty-resolver:4.1.53.Final +io.netty:netty-transport-native-epoll:4.1.53.Final +io.netty:netty-transport-native-unix-common:4.1.53.Final +io.netty:netty-transport:4.1.53.Final +io.projectreactor.netty:reactor-netty-core:1.0.0 +io.projectreactor.netty:reactor-netty-http-brave:1.0.0 +io.projectreactor.netty:reactor-netty-http:1.0.0 +io.projectreactor.netty:reactor-netty:1.0.0 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.projectreactor:reactor-test:3.4.0 +io.zipkin.brave:brave-instrumentation-http:5.12.7 +io.zipkin.brave:brave:5.12.7 +io.zipkin.reporter2:zipkin-reporter-brave:2.15.2 +io.zipkin.reporter2:zipkin-reporter:2.15.2 +io.zipkin.zipkin2:zipkin:2.21.7 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.javassist:javassist:3.27.0-GA +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.reactivestreams:reactive-streams:1.0.3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/openid/gradle/dependency-locks/annotationProcessor.lockfile b/openid/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/openid/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/openid/gradle/dependency-locks/archives.lockfile b/openid/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/openid/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/openid/gradle/dependency-locks/checkstyle.lockfile b/openid/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/openid/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/openid/gradle/dependency-locks/compile.lockfile b/openid/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..58191fa49a --- /dev/null +++ b/openid/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,21 @@ +# 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. +asm:asm:3.1 +com.google.inject:guice:3.0 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +javax.inject:javax.inject:1 +net.jcip:jcip-annotations:1.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.openid4java:openid4java-nodeps:0.9.6 +org.sonatype.sisu.inject:cglib:2.2.1-v20090111 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/openid/gradle/dependency-locks/compileClasspath.lockfile b/openid/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..58191fa49a --- /dev/null +++ b/openid/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,21 @@ +# 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. +asm:asm:3.1 +com.google.inject:guice:3.0 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +javax.inject:javax.inject:1 +net.jcip:jcip-annotations:1.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.openid4java:openid4java-nodeps:0.9.6 +org.sonatype.sisu.inject:cglib:2.2.1-v20090111 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/openid/gradle/dependency-locks/compileOnly.lockfile b/openid/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/openid/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/openid/gradle/dependency-locks/default.lockfile b/openid/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..62dd8cf1ff --- /dev/null +++ b/openid/gradle/dependency-locks/default.lockfile @@ -0,0 +1,27 @@ +# 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. +asm:asm:3.1 +com.google.inject:guice:3.0 +commons-codec:commons-codec:1.14 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +javax.inject:javax.inject:1 +net.jcip:jcip-annotations:1.0 +net.sourceforge.nekohtml:nekohtml:1.9.22 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.openid4java:openid4java-nodeps:0.9.6 +org.sonatype.sisu.inject:cglib:2.2.1-v20090111 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 +xerces:xercesImpl:2.11.0 +xml-apis:xml-apis:1.4.01 diff --git a/openid/gradle/dependency-locks/jacocoAgent.lockfile b/openid/gradle/dependency-locks/jacocoAgent.lockfile new file mode 100644 index 0000000000..8909233ca7 --- /dev/null +++ b/openid/gradle/dependency-locks/jacocoAgent.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jacoco:org.jacoco.agent:0.8.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/openid/gradle/dependency-locks/jacocoAnt.lockfile b/openid/gradle/dependency-locks/jacocoAnt.lockfile new file mode 100644 index 0000000000..e6bf2b121e --- /dev/null +++ b/openid/gradle/dependency-locks/jacocoAnt.lockfile @@ -0,0 +1,15 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jacoco:org.jacoco.agent:0.8.2 +org.jacoco:org.jacoco.ant:0.8.2 +org.jacoco:org.jacoco.core:0.8.2 +org.jacoco:org.jacoco.report:0.8.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm-analysis:6.2.1 +org.ow2.asm:asm-commons:6.2.1 +org.ow2.asm:asm-tree:6.2.1 +org.ow2.asm:asm:6.2.1 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/openid/gradle/dependency-locks/merging.lockfile b/openid/gradle/dependency-locks/merging.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/openid/gradle/dependency-locks/merging.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/openid/gradle/dependency-locks/optional.lockfile b/openid/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/openid/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/openid/gradle/dependency-locks/provided.lockfile b/openid/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/openid/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/openid/gradle/dependency-locks/runtime.lockfile b/openid/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..62dd8cf1ff --- /dev/null +++ b/openid/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,27 @@ +# 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. +asm:asm:3.1 +com.google.inject:guice:3.0 +commons-codec:commons-codec:1.14 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +javax.inject:javax.inject:1 +net.jcip:jcip-annotations:1.0 +net.sourceforge.nekohtml:nekohtml:1.9.22 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.openid4java:openid4java-nodeps:0.9.6 +org.sonatype.sisu.inject:cglib:2.2.1-v20090111 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 +xerces:xercesImpl:2.11.0 +xml-apis:xml-apis:1.4.01 diff --git a/openid/gradle/dependency-locks/runtimeClasspath.lockfile b/openid/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..62dd8cf1ff --- /dev/null +++ b/openid/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,27 @@ +# 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. +asm:asm:3.1 +com.google.inject:guice:3.0 +commons-codec:commons-codec:1.14 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +javax.inject:javax.inject:1 +net.jcip:jcip-annotations:1.0 +net.sourceforge.nekohtml:nekohtml:1.9.22 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.openid4java:openid4java-nodeps:0.9.6 +org.sonatype.sisu.inject:cglib:2.2.1-v20090111 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 +xerces:xercesImpl:2.11.0 +xml-apis:xml-apis:1.4.01 diff --git a/openid/gradle/dependency-locks/runtimeMerge.lockfile b/openid/gradle/dependency-locks/runtimeMerge.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/openid/gradle/dependency-locks/runtimeMerge.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/openid/gradle/dependency-locks/signatures.lockfile b/openid/gradle/dependency-locks/signatures.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/openid/gradle/dependency-locks/signatures.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/openid/gradle/dependency-locks/testAnnotationProcessor.lockfile b/openid/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/openid/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/openid/gradle/dependency-locks/testCompile.lockfile b/openid/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..937b2d9712 --- /dev/null +++ b/openid/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,29 @@ +# 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. +asm:asm:3.1 +com.google.inject:guice:3.0 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +javax.inject:javax.inject:1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.jcip:jcip-annotations:1.0 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.openid4java:openid4java-nodeps:0.9.6 +org.sonatype.sisu.inject:cglib:2.2.1-v20090111 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/openid/gradle/dependency-locks/testCompileClasspath.lockfile b/openid/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..937b2d9712 --- /dev/null +++ b/openid/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,29 @@ +# 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. +asm:asm:3.1 +com.google.inject:guice:3.0 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +javax.inject:javax.inject:1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.jcip:jcip-annotations:1.0 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.openid4java:openid4java-nodeps:0.9.6 +org.sonatype.sisu.inject:cglib:2.2.1-v20090111 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/openid/gradle/dependency-locks/testCompileOnly.lockfile b/openid/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/openid/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/openid/gradle/dependency-locks/testRuntime.lockfile b/openid/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..820c509c9d --- /dev/null +++ b/openid/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,35 @@ +# 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. +asm:asm:3.1 +com.google.inject:guice:3.0 +commons-codec:commons-codec:1.14 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +javax.inject:javax.inject:1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.jcip:jcip-annotations:1.0 +net.sourceforge.nekohtml:nekohtml:1.9.22 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.openid4java:openid4java-nodeps:0.9.6 +org.sonatype.sisu.inject:cglib:2.2.1-v20090111 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 +xerces:xercesImpl:2.11.0 +xml-apis:xml-apis:1.4.01 diff --git a/openid/gradle/dependency-locks/testRuntimeClasspath.lockfile b/openid/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..820c509c9d --- /dev/null +++ b/openid/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,35 @@ +# 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. +asm:asm:3.1 +com.google.inject:guice:3.0 +commons-codec:commons-codec:1.14 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +javax.inject:javax.inject:1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.jcip:jcip-annotations:1.0 +net.sourceforge.nekohtml:nekohtml:1.9.22 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.openid4java:openid4java-nodeps:0.9.6 +org.sonatype.sisu.inject:cglib:2.2.1-v20090111 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 +xerces:xercesImpl:2.11.0 +xml-apis:xml-apis:1.4.01 diff --git a/openid/gradle/dependency-locks/tests.lockfile b/openid/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..820c509c9d --- /dev/null +++ b/openid/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,35 @@ +# 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. +asm:asm:3.1 +com.google.inject:guice:3.0 +commons-codec:commons-codec:1.14 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +javax.inject:javax.inject:1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.jcip:jcip-annotations:1.0 +net.sourceforge.nekohtml:nekohtml:1.9.22 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.openid4java:openid4java-nodeps:0.9.6 +org.sonatype.sisu.inject:cglib:2.2.1-v20090111 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 +xerces:xercesImpl:2.11.0 +xml-apis:xml-apis:1.4.01 diff --git a/remoting/gradle/dependency-locks/annotationProcessor.lockfile b/remoting/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/remoting/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/remoting/gradle/dependency-locks/archives.lockfile b/remoting/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/remoting/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/remoting/gradle/dependency-locks/checkstyle.lockfile b/remoting/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/remoting/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/remoting/gradle/dependency-locks/compile.lockfile b/remoting/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..b90cce951f --- /dev/null +++ b/remoting/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,14 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/remoting/gradle/dependency-locks/compileClasspath.lockfile b/remoting/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..b90cce951f --- /dev/null +++ b/remoting/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,14 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/remoting/gradle/dependency-locks/compileOnly.lockfile b/remoting/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/remoting/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/remoting/gradle/dependency-locks/default.lockfile b/remoting/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..b90cce951f --- /dev/null +++ b/remoting/gradle/dependency-locks/default.lockfile @@ -0,0 +1,14 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/remoting/gradle/dependency-locks/jacocoAgent.lockfile b/remoting/gradle/dependency-locks/jacocoAgent.lockfile new file mode 100644 index 0000000000..8909233ca7 --- /dev/null +++ b/remoting/gradle/dependency-locks/jacocoAgent.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jacoco:org.jacoco.agent:0.8.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/remoting/gradle/dependency-locks/jacocoAnt.lockfile b/remoting/gradle/dependency-locks/jacocoAnt.lockfile new file mode 100644 index 0000000000..e6bf2b121e --- /dev/null +++ b/remoting/gradle/dependency-locks/jacocoAnt.lockfile @@ -0,0 +1,15 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jacoco:org.jacoco.agent:0.8.2 +org.jacoco:org.jacoco.ant:0.8.2 +org.jacoco:org.jacoco.core:0.8.2 +org.jacoco:org.jacoco.report:0.8.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm-analysis:6.2.1 +org.ow2.asm:asm-commons:6.2.1 +org.ow2.asm:asm-tree:6.2.1 +org.ow2.asm:asm:6.2.1 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/remoting/gradle/dependency-locks/merging.lockfile b/remoting/gradle/dependency-locks/merging.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/remoting/gradle/dependency-locks/merging.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/remoting/gradle/dependency-locks/optional.lockfile b/remoting/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/remoting/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/remoting/gradle/dependency-locks/provided.lockfile b/remoting/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/remoting/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/remoting/gradle/dependency-locks/runtime.lockfile b/remoting/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..b90cce951f --- /dev/null +++ b/remoting/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,14 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/remoting/gradle/dependency-locks/runtimeClasspath.lockfile b/remoting/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..b90cce951f --- /dev/null +++ b/remoting/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,14 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/remoting/gradle/dependency-locks/runtimeMerge.lockfile b/remoting/gradle/dependency-locks/runtimeMerge.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/remoting/gradle/dependency-locks/runtimeMerge.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/remoting/gradle/dependency-locks/signatures.lockfile b/remoting/gradle/dependency-locks/signatures.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/remoting/gradle/dependency-locks/signatures.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/remoting/gradle/dependency-locks/testAnnotationProcessor.lockfile b/remoting/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/remoting/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/remoting/gradle/dependency-locks/testCompile.lockfile b/remoting/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..cf0bbc413d --- /dev/null +++ b/remoting/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,38 @@ +# 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. +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-collections:commons-collections:3.2.2 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.projectreactor:reactor-test:3.4.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.27.0-GA +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/remoting/gradle/dependency-locks/testCompileClasspath.lockfile b/remoting/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..cf0bbc413d --- /dev/null +++ b/remoting/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,38 @@ +# 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. +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-collections:commons-collections:3.2.2 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.projectreactor:reactor-test:3.4.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.27.0-GA +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/remoting/gradle/dependency-locks/testCompileOnly.lockfile b/remoting/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/remoting/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/remoting/gradle/dependency-locks/testRuntime.lockfile b/remoting/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..cf0bbc413d --- /dev/null +++ b/remoting/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,38 @@ +# 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. +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-collections:commons-collections:3.2.2 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.projectreactor:reactor-test:3.4.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.27.0-GA +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/remoting/gradle/dependency-locks/testRuntimeClasspath.lockfile b/remoting/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..cf0bbc413d --- /dev/null +++ b/remoting/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,38 @@ +# 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. +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-collections:commons-collections:3.2.2 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.projectreactor:reactor-test:3.4.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.27.0-GA +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/remoting/gradle/dependency-locks/tests.lockfile b/remoting/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..cf0bbc413d --- /dev/null +++ b/remoting/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,38 @@ +# 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. +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-collections:commons-collections:3.2.2 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.projectreactor:reactor-test:3.4.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.27.0-GA +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/rsocket/gradle/dependency-locks/annotationProcessor.lockfile b/rsocket/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/rsocket/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/rsocket/gradle/dependency-locks/archives.lockfile b/rsocket/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/rsocket/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/rsocket/gradle/dependency-locks/checkstyle.lockfile b/rsocket/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/rsocket/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/rsocket/gradle/dependency-locks/compile.lockfile b/rsocket/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..252e2d8bb2 --- /dev/null +++ b/rsocket/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,19 @@ +# 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. +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.rsocket:rsocket-core:1.1.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/rsocket/gradle/dependency-locks/compileClasspath.lockfile b/rsocket/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..6b9decf338 --- /dev/null +++ b/rsocket/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,18 @@ +# 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. +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.rsocket:rsocket-core:1.1.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.reactivestreams:reactive-streams:1.0.3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/rsocket/gradle/dependency-locks/compileOnly.lockfile b/rsocket/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/rsocket/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/rsocket/gradle/dependency-locks/default.lockfile b/rsocket/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..252e2d8bb2 --- /dev/null +++ b/rsocket/gradle/dependency-locks/default.lockfile @@ -0,0 +1,19 @@ +# 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. +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.rsocket:rsocket-core:1.1.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/rsocket/gradle/dependency-locks/jacocoAgent.lockfile b/rsocket/gradle/dependency-locks/jacocoAgent.lockfile new file mode 100644 index 0000000000..8909233ca7 --- /dev/null +++ b/rsocket/gradle/dependency-locks/jacocoAgent.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jacoco:org.jacoco.agent:0.8.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/rsocket/gradle/dependency-locks/jacocoAnt.lockfile b/rsocket/gradle/dependency-locks/jacocoAnt.lockfile new file mode 100644 index 0000000000..e6bf2b121e --- /dev/null +++ b/rsocket/gradle/dependency-locks/jacocoAnt.lockfile @@ -0,0 +1,15 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jacoco:org.jacoco.agent:0.8.2 +org.jacoco:org.jacoco.ant:0.8.2 +org.jacoco:org.jacoco.core:0.8.2 +org.jacoco:org.jacoco.report:0.8.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm-analysis:6.2.1 +org.ow2.asm:asm-commons:6.2.1 +org.ow2.asm:asm-tree:6.2.1 +org.ow2.asm:asm:6.2.1 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/rsocket/gradle/dependency-locks/merging.lockfile b/rsocket/gradle/dependency-locks/merging.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/rsocket/gradle/dependency-locks/merging.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/rsocket/gradle/dependency-locks/optional.lockfile b/rsocket/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..a97d28b07c --- /dev/null +++ b/rsocket/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,15 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-messaging:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/rsocket/gradle/dependency-locks/provided.lockfile b/rsocket/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/rsocket/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/rsocket/gradle/dependency-locks/runtime.lockfile b/rsocket/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..252e2d8bb2 --- /dev/null +++ b/rsocket/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,19 @@ +# 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. +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.rsocket:rsocket-core:1.1.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/rsocket/gradle/dependency-locks/runtimeClasspath.lockfile b/rsocket/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..252e2d8bb2 --- /dev/null +++ b/rsocket/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,19 @@ +# 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. +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.rsocket:rsocket-core:1.1.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/rsocket/gradle/dependency-locks/runtimeMerge.lockfile b/rsocket/gradle/dependency-locks/runtimeMerge.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/rsocket/gradle/dependency-locks/runtimeMerge.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/rsocket/gradle/dependency-locks/signatures.lockfile b/rsocket/gradle/dependency-locks/signatures.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/rsocket/gradle/dependency-locks/signatures.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/rsocket/gradle/dependency-locks/testAnnotationProcessor.lockfile b/rsocket/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/rsocket/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/rsocket/gradle/dependency-locks/testCompile.lockfile b/rsocket/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..21a4617576 --- /dev/null +++ b/rsocket/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,28 @@ +# 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. +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.projectreactor:reactor-test:3.4.0 +io.rsocket:rsocket-core:1.1.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/rsocket/gradle/dependency-locks/testCompileClasspath.lockfile b/rsocket/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..c74eae9b5a --- /dev/null +++ b/rsocket/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,27 @@ +# 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. +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.projectreactor:reactor-test:3.4.0 +io.rsocket:rsocket-core:1.1.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.reactivestreams:reactive-streams:1.0.3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/rsocket/gradle/dependency-locks/testCompileOnly.lockfile b/rsocket/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/rsocket/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/rsocket/gradle/dependency-locks/testRuntime.lockfile b/rsocket/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..21a4617576 --- /dev/null +++ b/rsocket/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,28 @@ +# 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. +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.projectreactor:reactor-test:3.4.0 +io.rsocket:rsocket-core:1.1.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/rsocket/gradle/dependency-locks/testRuntimeClasspath.lockfile b/rsocket/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..21a4617576 --- /dev/null +++ b/rsocket/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,28 @@ +# 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. +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.projectreactor:reactor-test:3.4.0 +io.rsocket:rsocket-core:1.1.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/rsocket/gradle/dependency-locks/tests.lockfile b/rsocket/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..21a4617576 --- /dev/null +++ b/rsocket/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,28 @@ +# 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. +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.projectreactor:reactor-test:3.4.0 +io.rsocket:rsocket-core:1.1.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/saml2/saml2-service-provider/gradle/dependency-locks/annotationProcessor.lockfile b/saml2/saml2-service-provider/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/saml2/saml2-service-provider/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/saml2/saml2-service-provider/gradle/dependency-locks/archives.lockfile b/saml2/saml2-service-provider/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/saml2/saml2-service-provider/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/saml2/saml2-service-provider/gradle/dependency-locks/checkstyle.lockfile b/saml2/saml2-service-provider/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/saml2/saml2-service-provider/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/saml2/saml2-service-provider/gradle/dependency-locks/compile.lockfile b/saml2/saml2-service-provider/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..d273763bab --- /dev/null +++ b/saml2/saml2-service-provider/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,43 @@ +# 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. +com.fasterxml.woodstox:woodstox-core:5.0.3 +com.google.code.findbugs:jsr305:3.0.1 +com.google.guava:guava:20.0 +commons-codec:commons-codec:1.14 +commons-collections:commons-collections:3.2.2 +commons-lang:commons-lang:2.4 +io.dropwizard.metrics:metrics-core:3.1.2 +io.projectreactor:reactor-bom:2020.0.0 +joda-time:joda-time:2.9 +net.shibboleth.utilities:java-support:7.5.1 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.santuario:xmlsec:2.0.10 +org.apache.velocity:velocity:1.7 +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.woodstox:stax2-api:3.1.4 +org.cryptacular:cryptacular:1.1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.opensaml:opensaml-core:3.4.5 +org.opensaml:opensaml-messaging-api:3.4.5 +org.opensaml:opensaml-profile-api:3.4.5 +org.opensaml:opensaml-saml-api:3.4.5 +org.opensaml:opensaml-saml-impl:3.4.5 +org.opensaml:opensaml-security-api:3.4.5 +org.opensaml:opensaml-security-impl:3.4.5 +org.opensaml:opensaml-soap-api:3.4.5 +org.opensaml:opensaml-soap-impl:3.4.5 +org.opensaml:opensaml-storage-api:3.4.5 +org.opensaml:opensaml-xmlsec-api:3.4.5 +org.opensaml:opensaml-xmlsec-impl:3.4.5 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/saml2/saml2-service-provider/gradle/dependency-locks/compileClasspath.lockfile b/saml2/saml2-service-provider/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..d273763bab --- /dev/null +++ b/saml2/saml2-service-provider/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,43 @@ +# 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. +com.fasterxml.woodstox:woodstox-core:5.0.3 +com.google.code.findbugs:jsr305:3.0.1 +com.google.guava:guava:20.0 +commons-codec:commons-codec:1.14 +commons-collections:commons-collections:3.2.2 +commons-lang:commons-lang:2.4 +io.dropwizard.metrics:metrics-core:3.1.2 +io.projectreactor:reactor-bom:2020.0.0 +joda-time:joda-time:2.9 +net.shibboleth.utilities:java-support:7.5.1 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.santuario:xmlsec:2.0.10 +org.apache.velocity:velocity:1.7 +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.woodstox:stax2-api:3.1.4 +org.cryptacular:cryptacular:1.1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.opensaml:opensaml-core:3.4.5 +org.opensaml:opensaml-messaging-api:3.4.5 +org.opensaml:opensaml-profile-api:3.4.5 +org.opensaml:opensaml-saml-api:3.4.5 +org.opensaml:opensaml-saml-impl:3.4.5 +org.opensaml:opensaml-security-api:3.4.5 +org.opensaml:opensaml-security-impl:3.4.5 +org.opensaml:opensaml-soap-api:3.4.5 +org.opensaml:opensaml-soap-impl:3.4.5 +org.opensaml:opensaml-storage-api:3.4.5 +org.opensaml:opensaml-xmlsec-api:3.4.5 +org.opensaml:opensaml-xmlsec-impl:3.4.5 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/saml2/saml2-service-provider/gradle/dependency-locks/compileOnly.lockfile b/saml2/saml2-service-provider/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/saml2/saml2-service-provider/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/saml2/saml2-service-provider/gradle/dependency-locks/default.lockfile b/saml2/saml2-service-provider/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..d273763bab --- /dev/null +++ b/saml2/saml2-service-provider/gradle/dependency-locks/default.lockfile @@ -0,0 +1,43 @@ +# 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. +com.fasterxml.woodstox:woodstox-core:5.0.3 +com.google.code.findbugs:jsr305:3.0.1 +com.google.guava:guava:20.0 +commons-codec:commons-codec:1.14 +commons-collections:commons-collections:3.2.2 +commons-lang:commons-lang:2.4 +io.dropwizard.metrics:metrics-core:3.1.2 +io.projectreactor:reactor-bom:2020.0.0 +joda-time:joda-time:2.9 +net.shibboleth.utilities:java-support:7.5.1 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.santuario:xmlsec:2.0.10 +org.apache.velocity:velocity:1.7 +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.woodstox:stax2-api:3.1.4 +org.cryptacular:cryptacular:1.1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.opensaml:opensaml-core:3.4.5 +org.opensaml:opensaml-messaging-api:3.4.5 +org.opensaml:opensaml-profile-api:3.4.5 +org.opensaml:opensaml-saml-api:3.4.5 +org.opensaml:opensaml-saml-impl:3.4.5 +org.opensaml:opensaml-security-api:3.4.5 +org.opensaml:opensaml-security-impl:3.4.5 +org.opensaml:opensaml-soap-api:3.4.5 +org.opensaml:opensaml-soap-impl:3.4.5 +org.opensaml:opensaml-storage-api:3.4.5 +org.opensaml:opensaml-xmlsec-api:3.4.5 +org.opensaml:opensaml-xmlsec-impl:3.4.5 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/saml2/saml2-service-provider/gradle/dependency-locks/jacocoAgent.lockfile b/saml2/saml2-service-provider/gradle/dependency-locks/jacocoAgent.lockfile new file mode 100644 index 0000000000..8909233ca7 --- /dev/null +++ b/saml2/saml2-service-provider/gradle/dependency-locks/jacocoAgent.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jacoco:org.jacoco.agent:0.8.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/saml2/saml2-service-provider/gradle/dependency-locks/jacocoAnt.lockfile b/saml2/saml2-service-provider/gradle/dependency-locks/jacocoAnt.lockfile new file mode 100644 index 0000000000..e6bf2b121e --- /dev/null +++ b/saml2/saml2-service-provider/gradle/dependency-locks/jacocoAnt.lockfile @@ -0,0 +1,15 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jacoco:org.jacoco.agent:0.8.2 +org.jacoco:org.jacoco.ant:0.8.2 +org.jacoco:org.jacoco.core:0.8.2 +org.jacoco:org.jacoco.report:0.8.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm-analysis:6.2.1 +org.ow2.asm:asm-commons:6.2.1 +org.ow2.asm:asm-tree:6.2.1 +org.ow2.asm:asm:6.2.1 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/saml2/saml2-service-provider/gradle/dependency-locks/merging.lockfile b/saml2/saml2-service-provider/gradle/dependency-locks/merging.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/saml2/saml2-service-provider/gradle/dependency-locks/merging.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/saml2/saml2-service-provider/gradle/dependency-locks/optional.lockfile b/saml2/saml2-service-provider/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/saml2/saml2-service-provider/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/saml2/saml2-service-provider/gradle/dependency-locks/provided.lockfile b/saml2/saml2-service-provider/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/saml2/saml2-service-provider/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/saml2/saml2-service-provider/gradle/dependency-locks/runtime.lockfile b/saml2/saml2-service-provider/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..d273763bab --- /dev/null +++ b/saml2/saml2-service-provider/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,43 @@ +# 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. +com.fasterxml.woodstox:woodstox-core:5.0.3 +com.google.code.findbugs:jsr305:3.0.1 +com.google.guava:guava:20.0 +commons-codec:commons-codec:1.14 +commons-collections:commons-collections:3.2.2 +commons-lang:commons-lang:2.4 +io.dropwizard.metrics:metrics-core:3.1.2 +io.projectreactor:reactor-bom:2020.0.0 +joda-time:joda-time:2.9 +net.shibboleth.utilities:java-support:7.5.1 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.santuario:xmlsec:2.0.10 +org.apache.velocity:velocity:1.7 +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.woodstox:stax2-api:3.1.4 +org.cryptacular:cryptacular:1.1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.opensaml:opensaml-core:3.4.5 +org.opensaml:opensaml-messaging-api:3.4.5 +org.opensaml:opensaml-profile-api:3.4.5 +org.opensaml:opensaml-saml-api:3.4.5 +org.opensaml:opensaml-saml-impl:3.4.5 +org.opensaml:opensaml-security-api:3.4.5 +org.opensaml:opensaml-security-impl:3.4.5 +org.opensaml:opensaml-soap-api:3.4.5 +org.opensaml:opensaml-soap-impl:3.4.5 +org.opensaml:opensaml-storage-api:3.4.5 +org.opensaml:opensaml-xmlsec-api:3.4.5 +org.opensaml:opensaml-xmlsec-impl:3.4.5 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/saml2/saml2-service-provider/gradle/dependency-locks/runtimeClasspath.lockfile b/saml2/saml2-service-provider/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..d273763bab --- /dev/null +++ b/saml2/saml2-service-provider/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,43 @@ +# 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. +com.fasterxml.woodstox:woodstox-core:5.0.3 +com.google.code.findbugs:jsr305:3.0.1 +com.google.guava:guava:20.0 +commons-codec:commons-codec:1.14 +commons-collections:commons-collections:3.2.2 +commons-lang:commons-lang:2.4 +io.dropwizard.metrics:metrics-core:3.1.2 +io.projectreactor:reactor-bom:2020.0.0 +joda-time:joda-time:2.9 +net.shibboleth.utilities:java-support:7.5.1 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.santuario:xmlsec:2.0.10 +org.apache.velocity:velocity:1.7 +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.woodstox:stax2-api:3.1.4 +org.cryptacular:cryptacular:1.1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.opensaml:opensaml-core:3.4.5 +org.opensaml:opensaml-messaging-api:3.4.5 +org.opensaml:opensaml-profile-api:3.4.5 +org.opensaml:opensaml-saml-api:3.4.5 +org.opensaml:opensaml-saml-impl:3.4.5 +org.opensaml:opensaml-security-api:3.4.5 +org.opensaml:opensaml-security-impl:3.4.5 +org.opensaml:opensaml-soap-api:3.4.5 +org.opensaml:opensaml-soap-impl:3.4.5 +org.opensaml:opensaml-storage-api:3.4.5 +org.opensaml:opensaml-xmlsec-api:3.4.5 +org.opensaml:opensaml-xmlsec-impl:3.4.5 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/saml2/saml2-service-provider/gradle/dependency-locks/runtimeMerge.lockfile b/saml2/saml2-service-provider/gradle/dependency-locks/runtimeMerge.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/saml2/saml2-service-provider/gradle/dependency-locks/runtimeMerge.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/saml2/saml2-service-provider/gradle/dependency-locks/signatures.lockfile b/saml2/saml2-service-provider/gradle/dependency-locks/signatures.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/saml2/saml2-service-provider/gradle/dependency-locks/signatures.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/saml2/saml2-service-provider/gradle/dependency-locks/testAnnotationProcessor.lockfile b/saml2/saml2-service-provider/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/saml2/saml2-service-provider/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/saml2/saml2-service-provider/gradle/dependency-locks/testCompile.lockfile b/saml2/saml2-service-provider/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..2cb22f939c --- /dev/null +++ b/saml2/saml2-service-provider/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,54 @@ +# 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. +com.fasterxml.woodstox:woodstox-core:5.0.3 +com.google.code.findbugs:jsr305:3.0.1 +com.google.guava:guava:20.0 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +commons-codec:commons-codec:1.14 +commons-collections:commons-collections:3.2.2 +commons-lang:commons-lang:2.4 +io.dropwizard.metrics:metrics-core:3.1.2 +io.projectreactor:reactor-bom:2020.0.0 +joda-time:joda-time:2.9 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.shibboleth.utilities:java-support:7.5.1 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.santuario:xmlsec:2.0.10 +org.apache.velocity:velocity:1.7 +org.assertj:assertj-core:3.18.0 +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.woodstox:stax2-api:3.1.4 +org.cryptacular:cryptacular:1.1.3 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.opensaml:opensaml-core:3.4.5 +org.opensaml:opensaml-messaging-api:3.4.5 +org.opensaml:opensaml-profile-api:3.4.5 +org.opensaml:opensaml-saml-api:3.4.5 +org.opensaml:opensaml-saml-impl:3.4.5 +org.opensaml:opensaml-security-api:3.4.5 +org.opensaml:opensaml-security-impl:3.4.5 +org.opensaml:opensaml-soap-api:3.4.5 +org.opensaml:opensaml-soap-impl:3.4.5 +org.opensaml:opensaml-storage-api:3.4.5 +org.opensaml:opensaml-xmlsec-api:3.4.5 +org.opensaml:opensaml-xmlsec-impl:3.4.5 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/saml2/saml2-service-provider/gradle/dependency-locks/testCompileClasspath.lockfile b/saml2/saml2-service-provider/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..2cb22f939c --- /dev/null +++ b/saml2/saml2-service-provider/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,54 @@ +# 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. +com.fasterxml.woodstox:woodstox-core:5.0.3 +com.google.code.findbugs:jsr305:3.0.1 +com.google.guava:guava:20.0 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +commons-codec:commons-codec:1.14 +commons-collections:commons-collections:3.2.2 +commons-lang:commons-lang:2.4 +io.dropwizard.metrics:metrics-core:3.1.2 +io.projectreactor:reactor-bom:2020.0.0 +joda-time:joda-time:2.9 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.shibboleth.utilities:java-support:7.5.1 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.santuario:xmlsec:2.0.10 +org.apache.velocity:velocity:1.7 +org.assertj:assertj-core:3.18.0 +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.woodstox:stax2-api:3.1.4 +org.cryptacular:cryptacular:1.1.3 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.opensaml:opensaml-core:3.4.5 +org.opensaml:opensaml-messaging-api:3.4.5 +org.opensaml:opensaml-profile-api:3.4.5 +org.opensaml:opensaml-saml-api:3.4.5 +org.opensaml:opensaml-saml-impl:3.4.5 +org.opensaml:opensaml-security-api:3.4.5 +org.opensaml:opensaml-security-impl:3.4.5 +org.opensaml:opensaml-soap-api:3.4.5 +org.opensaml:opensaml-soap-impl:3.4.5 +org.opensaml:opensaml-storage-api:3.4.5 +org.opensaml:opensaml-xmlsec-api:3.4.5 +org.opensaml:opensaml-xmlsec-impl:3.4.5 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/saml2/saml2-service-provider/gradle/dependency-locks/testCompileOnly.lockfile b/saml2/saml2-service-provider/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/saml2/saml2-service-provider/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/saml2/saml2-service-provider/gradle/dependency-locks/testRuntime.lockfile b/saml2/saml2-service-provider/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..2cb22f939c --- /dev/null +++ b/saml2/saml2-service-provider/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,54 @@ +# 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. +com.fasterxml.woodstox:woodstox-core:5.0.3 +com.google.code.findbugs:jsr305:3.0.1 +com.google.guava:guava:20.0 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +commons-codec:commons-codec:1.14 +commons-collections:commons-collections:3.2.2 +commons-lang:commons-lang:2.4 +io.dropwizard.metrics:metrics-core:3.1.2 +io.projectreactor:reactor-bom:2020.0.0 +joda-time:joda-time:2.9 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.shibboleth.utilities:java-support:7.5.1 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.santuario:xmlsec:2.0.10 +org.apache.velocity:velocity:1.7 +org.assertj:assertj-core:3.18.0 +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.woodstox:stax2-api:3.1.4 +org.cryptacular:cryptacular:1.1.3 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.opensaml:opensaml-core:3.4.5 +org.opensaml:opensaml-messaging-api:3.4.5 +org.opensaml:opensaml-profile-api:3.4.5 +org.opensaml:opensaml-saml-api:3.4.5 +org.opensaml:opensaml-saml-impl:3.4.5 +org.opensaml:opensaml-security-api:3.4.5 +org.opensaml:opensaml-security-impl:3.4.5 +org.opensaml:opensaml-soap-api:3.4.5 +org.opensaml:opensaml-soap-impl:3.4.5 +org.opensaml:opensaml-storage-api:3.4.5 +org.opensaml:opensaml-xmlsec-api:3.4.5 +org.opensaml:opensaml-xmlsec-impl:3.4.5 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/saml2/saml2-service-provider/gradle/dependency-locks/testRuntimeClasspath.lockfile b/saml2/saml2-service-provider/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..2cb22f939c --- /dev/null +++ b/saml2/saml2-service-provider/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,54 @@ +# 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. +com.fasterxml.woodstox:woodstox-core:5.0.3 +com.google.code.findbugs:jsr305:3.0.1 +com.google.guava:guava:20.0 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +commons-codec:commons-codec:1.14 +commons-collections:commons-collections:3.2.2 +commons-lang:commons-lang:2.4 +io.dropwizard.metrics:metrics-core:3.1.2 +io.projectreactor:reactor-bom:2020.0.0 +joda-time:joda-time:2.9 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.shibboleth.utilities:java-support:7.5.1 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.santuario:xmlsec:2.0.10 +org.apache.velocity:velocity:1.7 +org.assertj:assertj-core:3.18.0 +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.woodstox:stax2-api:3.1.4 +org.cryptacular:cryptacular:1.1.3 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.opensaml:opensaml-core:3.4.5 +org.opensaml:opensaml-messaging-api:3.4.5 +org.opensaml:opensaml-profile-api:3.4.5 +org.opensaml:opensaml-saml-api:3.4.5 +org.opensaml:opensaml-saml-impl:3.4.5 +org.opensaml:opensaml-security-api:3.4.5 +org.opensaml:opensaml-security-impl:3.4.5 +org.opensaml:opensaml-soap-api:3.4.5 +org.opensaml:opensaml-soap-impl:3.4.5 +org.opensaml:opensaml-storage-api:3.4.5 +org.opensaml:opensaml-xmlsec-api:3.4.5 +org.opensaml:opensaml-xmlsec-impl:3.4.5 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/saml2/saml2-service-provider/gradle/dependency-locks/tests.lockfile b/saml2/saml2-service-provider/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..2cb22f939c --- /dev/null +++ b/saml2/saml2-service-provider/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,54 @@ +# 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. +com.fasterxml.woodstox:woodstox-core:5.0.3 +com.google.code.findbugs:jsr305:3.0.1 +com.google.guava:guava:20.0 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +commons-codec:commons-codec:1.14 +commons-collections:commons-collections:3.2.2 +commons-lang:commons-lang:2.4 +io.dropwizard.metrics:metrics-core:3.1.2 +io.projectreactor:reactor-bom:2020.0.0 +joda-time:joda-time:2.9 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.shibboleth.utilities:java-support:7.5.1 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.santuario:xmlsec:2.0.10 +org.apache.velocity:velocity:1.7 +org.assertj:assertj-core:3.18.0 +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.woodstox:stax2-api:3.1.4 +org.cryptacular:cryptacular:1.1.3 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.opensaml:opensaml-core:3.4.5 +org.opensaml:opensaml-messaging-api:3.4.5 +org.opensaml:opensaml-profile-api:3.4.5 +org.opensaml:opensaml-saml-api:3.4.5 +org.opensaml:opensaml-saml-impl:3.4.5 +org.opensaml:opensaml-security-api:3.4.5 +org.opensaml:opensaml-security-impl:3.4.5 +org.opensaml:opensaml-soap-api:3.4.5 +org.opensaml:opensaml-soap-impl:3.4.5 +org.opensaml:opensaml-storage-api:3.4.5 +org.opensaml:opensaml-xmlsec-api:3.4.5 +org.opensaml:opensaml-xmlsec-impl:3.4.5 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/boot/hellorsocket/gradle/dependency-locks/annotationProcessor.lockfile b/samples/boot/hellorsocket/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/hellorsocket/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/hellorsocket/gradle/dependency-locks/archives.lockfile b/samples/boot/hellorsocket/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/hellorsocket/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/hellorsocket/gradle/dependency-locks/checkstyle.lockfile b/samples/boot/hellorsocket/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/samples/boot/hellorsocket/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/hellorsocket/gradle/dependency-locks/compile.lockfile b/samples/boot/hellorsocket/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..0944013ae8 --- /dev/null +++ b/samples/boot/hellorsocket/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,62 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +io.rsocket:rsocket-core:1.1.0-M2 +io.rsocket:rsocket-transport-netty:1.1.0-M2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-rsocket:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-messaging:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellorsocket/gradle/dependency-locks/compileClasspath.lockfile b/samples/boot/hellorsocket/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..0944013ae8 --- /dev/null +++ b/samples/boot/hellorsocket/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,62 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +io.rsocket:rsocket-core:1.1.0-M2 +io.rsocket:rsocket-transport-netty:1.1.0-M2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-rsocket:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-messaging:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellorsocket/gradle/dependency-locks/compileOnly.lockfile b/samples/boot/hellorsocket/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/hellorsocket/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/hellorsocket/gradle/dependency-locks/default.lockfile b/samples/boot/hellorsocket/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..0944013ae8 --- /dev/null +++ b/samples/boot/hellorsocket/gradle/dependency-locks/default.lockfile @@ -0,0 +1,62 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +io.rsocket:rsocket-core:1.1.0-M2 +io.rsocket:rsocket-transport-netty:1.1.0-M2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-rsocket:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-messaging:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellorsocket/gradle/dependency-locks/developmentOnly.lockfile b/samples/boot/hellorsocket/gradle/dependency-locks/developmentOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/hellorsocket/gradle/dependency-locks/developmentOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/hellorsocket/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile b/samples/boot/hellorsocket/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/hellorsocket/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/hellorsocket/gradle/dependency-locks/integrationTestCompile.lockfile b/samples/boot/hellorsocket/gradle/dependency-locks/integrationTestCompile.lockfile new file mode 100644 index 0000000000..eecbf2b926 --- /dev/null +++ b/samples/boot/hellorsocket/gradle/dependency-locks/integrationTestCompile.lockfile @@ -0,0 +1,93 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +io.rsocket:rsocket-core:1.1.0-M2 +io.rsocket:rsocket-transport-netty:1.1.0-M2 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-rsocket:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-messaging:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellorsocket/gradle/dependency-locks/integrationTestCompileClasspath.lockfile b/samples/boot/hellorsocket/gradle/dependency-locks/integrationTestCompileClasspath.lockfile new file mode 100644 index 0000000000..fe6d4d18ac --- /dev/null +++ b/samples/boot/hellorsocket/gradle/dependency-locks/integrationTestCompileClasspath.lockfile @@ -0,0 +1,91 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +io.rsocket:rsocket-core:1.1.0-M2 +io.rsocket:rsocket-transport-netty:1.1.0-M2 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-rsocket:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-messaging:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellorsocket/gradle/dependency-locks/integrationTestCompileOnly.lockfile b/samples/boot/hellorsocket/gradle/dependency-locks/integrationTestCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/hellorsocket/gradle/dependency-locks/integrationTestCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/hellorsocket/gradle/dependency-locks/integrationTestRuntime.lockfile b/samples/boot/hellorsocket/gradle/dependency-locks/integrationTestRuntime.lockfile new file mode 100644 index 0000000000..eecbf2b926 --- /dev/null +++ b/samples/boot/hellorsocket/gradle/dependency-locks/integrationTestRuntime.lockfile @@ -0,0 +1,93 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +io.rsocket:rsocket-core:1.1.0-M2 +io.rsocket:rsocket-transport-netty:1.1.0-M2 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-rsocket:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-messaging:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellorsocket/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile b/samples/boot/hellorsocket/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile new file mode 100644 index 0000000000..eecbf2b926 --- /dev/null +++ b/samples/boot/hellorsocket/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile @@ -0,0 +1,93 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +io.rsocket:rsocket-core:1.1.0-M2 +io.rsocket:rsocket-transport-netty:1.1.0-M2 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-rsocket:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-messaging:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellorsocket/gradle/dependency-locks/optional.lockfile b/samples/boot/hellorsocket/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/hellorsocket/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/hellorsocket/gradle/dependency-locks/productionRuntimeClasspath.lockfile b/samples/boot/hellorsocket/gradle/dependency-locks/productionRuntimeClasspath.lockfile new file mode 100644 index 0000000000..0944013ae8 --- /dev/null +++ b/samples/boot/hellorsocket/gradle/dependency-locks/productionRuntimeClasspath.lockfile @@ -0,0 +1,62 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +io.rsocket:rsocket-core:1.1.0-M2 +io.rsocket:rsocket-transport-netty:1.1.0-M2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-rsocket:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-messaging:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellorsocket/gradle/dependency-locks/provided.lockfile b/samples/boot/hellorsocket/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/hellorsocket/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/hellorsocket/gradle/dependency-locks/runtime.lockfile b/samples/boot/hellorsocket/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..0944013ae8 --- /dev/null +++ b/samples/boot/hellorsocket/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,62 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +io.rsocket:rsocket-core:1.1.0-M2 +io.rsocket:rsocket-transport-netty:1.1.0-M2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-rsocket:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-messaging:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellorsocket/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/boot/hellorsocket/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..0944013ae8 --- /dev/null +++ b/samples/boot/hellorsocket/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,62 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +io.rsocket:rsocket-core:1.1.0-M2 +io.rsocket:rsocket-transport-netty:1.1.0-M2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-rsocket:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-messaging:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellorsocket/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/boot/hellorsocket/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/hellorsocket/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/hellorsocket/gradle/dependency-locks/testCompile.lockfile b/samples/boot/hellorsocket/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..eecbf2b926 --- /dev/null +++ b/samples/boot/hellorsocket/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,93 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +io.rsocket:rsocket-core:1.1.0-M2 +io.rsocket:rsocket-transport-netty:1.1.0-M2 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-rsocket:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-messaging:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellorsocket/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/boot/hellorsocket/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..fe6d4d18ac --- /dev/null +++ b/samples/boot/hellorsocket/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,91 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +io.rsocket:rsocket-core:1.1.0-M2 +io.rsocket:rsocket-transport-netty:1.1.0-M2 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-rsocket:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-messaging:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellorsocket/gradle/dependency-locks/testCompileOnly.lockfile b/samples/boot/hellorsocket/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/hellorsocket/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/hellorsocket/gradle/dependency-locks/testRuntime.lockfile b/samples/boot/hellorsocket/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..eecbf2b926 --- /dev/null +++ b/samples/boot/hellorsocket/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,93 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +io.rsocket:rsocket-core:1.1.0-M2 +io.rsocket:rsocket-transport-netty:1.1.0-M2 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-rsocket:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-messaging:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellorsocket/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/boot/hellorsocket/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..eecbf2b926 --- /dev/null +++ b/samples/boot/hellorsocket/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,93 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +io.rsocket:rsocket-core:1.1.0-M2 +io.rsocket:rsocket-transport-netty:1.1.0-M2 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-rsocket:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-messaging:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellorsocket/gradle/dependency-locks/tests.lockfile b/samples/boot/hellorsocket/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..eecbf2b926 --- /dev/null +++ b/samples/boot/hellorsocket/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,93 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +io.rsocket:rsocket-core:1.1.0-M2 +io.rsocket:rsocket-transport-netty:1.1.0-M2 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-rsocket:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-messaging:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellowebflux-method/gradle/dependency-locks/annotationProcessor.lockfile b/samples/boot/hellowebflux-method/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/hellowebflux-method/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/hellowebflux-method/gradle/dependency-locks/archives.lockfile b/samples/boot/hellowebflux-method/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/hellowebflux-method/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/hellowebflux-method/gradle/dependency-locks/checkstyle.lockfile b/samples/boot/hellowebflux-method/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/samples/boot/hellowebflux-method/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/hellowebflux-method/gradle/dependency-locks/compile.lockfile b/samples/boot/hellowebflux-method/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..a44b5979e1 --- /dev/null +++ b/samples/boot/hellowebflux-method/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,61 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellowebflux-method/gradle/dependency-locks/compileClasspath.lockfile b/samples/boot/hellowebflux-method/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..a44b5979e1 --- /dev/null +++ b/samples/boot/hellowebflux-method/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,61 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellowebflux-method/gradle/dependency-locks/compileOnly.lockfile b/samples/boot/hellowebflux-method/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/hellowebflux-method/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/hellowebflux-method/gradle/dependency-locks/default.lockfile b/samples/boot/hellowebflux-method/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..a44b5979e1 --- /dev/null +++ b/samples/boot/hellowebflux-method/gradle/dependency-locks/default.lockfile @@ -0,0 +1,61 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellowebflux-method/gradle/dependency-locks/developmentOnly.lockfile b/samples/boot/hellowebflux-method/gradle/dependency-locks/developmentOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/hellowebflux-method/gradle/dependency-locks/developmentOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/hellowebflux-method/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile b/samples/boot/hellowebflux-method/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/hellowebflux-method/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/hellowebflux-method/gradle/dependency-locks/integrationTestCompile.lockfile b/samples/boot/hellowebflux-method/gradle/dependency-locks/integrationTestCompile.lockfile new file mode 100644 index 0000000000..7c33b367a8 --- /dev/null +++ b/samples/boot/hellowebflux-method/gradle/dependency-locks/integrationTestCompile.lockfile @@ -0,0 +1,93 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +io.projectreactor:reactor-test:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellowebflux-method/gradle/dependency-locks/integrationTestCompileClasspath.lockfile b/samples/boot/hellowebflux-method/gradle/dependency-locks/integrationTestCompileClasspath.lockfile new file mode 100644 index 0000000000..d525f761f1 --- /dev/null +++ b/samples/boot/hellowebflux-method/gradle/dependency-locks/integrationTestCompileClasspath.lockfile @@ -0,0 +1,91 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +io.projectreactor:reactor-test:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellowebflux-method/gradle/dependency-locks/integrationTestCompileOnly.lockfile b/samples/boot/hellowebflux-method/gradle/dependency-locks/integrationTestCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/hellowebflux-method/gradle/dependency-locks/integrationTestCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/hellowebflux-method/gradle/dependency-locks/integrationTestRuntime.lockfile b/samples/boot/hellowebflux-method/gradle/dependency-locks/integrationTestRuntime.lockfile new file mode 100644 index 0000000000..7c33b367a8 --- /dev/null +++ b/samples/boot/hellowebflux-method/gradle/dependency-locks/integrationTestRuntime.lockfile @@ -0,0 +1,93 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +io.projectreactor:reactor-test:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellowebflux-method/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile b/samples/boot/hellowebflux-method/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile new file mode 100644 index 0000000000..7c33b367a8 --- /dev/null +++ b/samples/boot/hellowebflux-method/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile @@ -0,0 +1,93 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +io.projectreactor:reactor-test:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellowebflux-method/gradle/dependency-locks/optional.lockfile b/samples/boot/hellowebflux-method/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/hellowebflux-method/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/hellowebflux-method/gradle/dependency-locks/productionRuntimeClasspath.lockfile b/samples/boot/hellowebflux-method/gradle/dependency-locks/productionRuntimeClasspath.lockfile new file mode 100644 index 0000000000..a44b5979e1 --- /dev/null +++ b/samples/boot/hellowebflux-method/gradle/dependency-locks/productionRuntimeClasspath.lockfile @@ -0,0 +1,61 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellowebflux-method/gradle/dependency-locks/provided.lockfile b/samples/boot/hellowebflux-method/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/hellowebflux-method/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/hellowebflux-method/gradle/dependency-locks/runtime.lockfile b/samples/boot/hellowebflux-method/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..a44b5979e1 --- /dev/null +++ b/samples/boot/hellowebflux-method/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,61 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellowebflux-method/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/boot/hellowebflux-method/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..a44b5979e1 --- /dev/null +++ b/samples/boot/hellowebflux-method/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,61 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellowebflux-method/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/boot/hellowebflux-method/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/hellowebflux-method/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/hellowebflux-method/gradle/dependency-locks/testCompile.lockfile b/samples/boot/hellowebflux-method/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..7c33b367a8 --- /dev/null +++ b/samples/boot/hellowebflux-method/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,93 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +io.projectreactor:reactor-test:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellowebflux-method/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/boot/hellowebflux-method/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..d525f761f1 --- /dev/null +++ b/samples/boot/hellowebflux-method/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,91 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +io.projectreactor:reactor-test:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellowebflux-method/gradle/dependency-locks/testCompileOnly.lockfile b/samples/boot/hellowebflux-method/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/hellowebflux-method/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/hellowebflux-method/gradle/dependency-locks/testRuntime.lockfile b/samples/boot/hellowebflux-method/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..7c33b367a8 --- /dev/null +++ b/samples/boot/hellowebflux-method/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,93 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +io.projectreactor:reactor-test:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellowebflux-method/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/boot/hellowebflux-method/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..7c33b367a8 --- /dev/null +++ b/samples/boot/hellowebflux-method/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,93 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +io.projectreactor:reactor-test:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellowebflux-method/gradle/dependency-locks/tests.lockfile b/samples/boot/hellowebflux-method/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..7c33b367a8 --- /dev/null +++ b/samples/boot/hellowebflux-method/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,93 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +io.projectreactor:reactor-test:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellowebflux/gradle/dependency-locks/annotationProcessor.lockfile b/samples/boot/hellowebflux/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/hellowebflux/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/hellowebflux/gradle/dependency-locks/archives.lockfile b/samples/boot/hellowebflux/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/hellowebflux/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/hellowebflux/gradle/dependency-locks/checkstyle.lockfile b/samples/boot/hellowebflux/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/samples/boot/hellowebflux/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/hellowebflux/gradle/dependency-locks/compile.lockfile b/samples/boot/hellowebflux/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..a44b5979e1 --- /dev/null +++ b/samples/boot/hellowebflux/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,61 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellowebflux/gradle/dependency-locks/compileClasspath.lockfile b/samples/boot/hellowebflux/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..a44b5979e1 --- /dev/null +++ b/samples/boot/hellowebflux/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,61 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellowebflux/gradle/dependency-locks/compileOnly.lockfile b/samples/boot/hellowebflux/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/hellowebflux/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/hellowebflux/gradle/dependency-locks/default.lockfile b/samples/boot/hellowebflux/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..a44b5979e1 --- /dev/null +++ b/samples/boot/hellowebflux/gradle/dependency-locks/default.lockfile @@ -0,0 +1,61 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellowebflux/gradle/dependency-locks/developmentOnly.lockfile b/samples/boot/hellowebflux/gradle/dependency-locks/developmentOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/hellowebflux/gradle/dependency-locks/developmentOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/hellowebflux/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile b/samples/boot/hellowebflux/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/hellowebflux/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/hellowebflux/gradle/dependency-locks/integrationTestCompile.lockfile b/samples/boot/hellowebflux/gradle/dependency-locks/integrationTestCompile.lockfile new file mode 100644 index 0000000000..7b93974099 --- /dev/null +++ b/samples/boot/hellowebflux/gradle/dependency-locks/integrationTestCompile.lockfile @@ -0,0 +1,92 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellowebflux/gradle/dependency-locks/integrationTestCompileClasspath.lockfile b/samples/boot/hellowebflux/gradle/dependency-locks/integrationTestCompileClasspath.lockfile new file mode 100644 index 0000000000..2c35ea9af2 --- /dev/null +++ b/samples/boot/hellowebflux/gradle/dependency-locks/integrationTestCompileClasspath.lockfile @@ -0,0 +1,90 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellowebflux/gradle/dependency-locks/integrationTestCompileOnly.lockfile b/samples/boot/hellowebflux/gradle/dependency-locks/integrationTestCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/hellowebflux/gradle/dependency-locks/integrationTestCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/hellowebflux/gradle/dependency-locks/integrationTestRuntime.lockfile b/samples/boot/hellowebflux/gradle/dependency-locks/integrationTestRuntime.lockfile new file mode 100644 index 0000000000..7b93974099 --- /dev/null +++ b/samples/boot/hellowebflux/gradle/dependency-locks/integrationTestRuntime.lockfile @@ -0,0 +1,92 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellowebflux/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile b/samples/boot/hellowebflux/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile new file mode 100644 index 0000000000..7b93974099 --- /dev/null +++ b/samples/boot/hellowebflux/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile @@ -0,0 +1,92 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellowebflux/gradle/dependency-locks/optional.lockfile b/samples/boot/hellowebflux/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/hellowebflux/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/hellowebflux/gradle/dependency-locks/productionRuntimeClasspath.lockfile b/samples/boot/hellowebflux/gradle/dependency-locks/productionRuntimeClasspath.lockfile new file mode 100644 index 0000000000..a44b5979e1 --- /dev/null +++ b/samples/boot/hellowebflux/gradle/dependency-locks/productionRuntimeClasspath.lockfile @@ -0,0 +1,61 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellowebflux/gradle/dependency-locks/provided.lockfile b/samples/boot/hellowebflux/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/hellowebflux/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/hellowebflux/gradle/dependency-locks/runtime.lockfile b/samples/boot/hellowebflux/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..a44b5979e1 --- /dev/null +++ b/samples/boot/hellowebflux/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,61 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellowebflux/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/boot/hellowebflux/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..a44b5979e1 --- /dev/null +++ b/samples/boot/hellowebflux/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,61 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellowebflux/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/boot/hellowebflux/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/hellowebflux/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/hellowebflux/gradle/dependency-locks/testCompile.lockfile b/samples/boot/hellowebflux/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..7b93974099 --- /dev/null +++ b/samples/boot/hellowebflux/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,92 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellowebflux/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/boot/hellowebflux/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..2c35ea9af2 --- /dev/null +++ b/samples/boot/hellowebflux/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,90 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellowebflux/gradle/dependency-locks/testCompileOnly.lockfile b/samples/boot/hellowebflux/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/hellowebflux/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/hellowebflux/gradle/dependency-locks/testRuntime.lockfile b/samples/boot/hellowebflux/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..7b93974099 --- /dev/null +++ b/samples/boot/hellowebflux/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,92 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellowebflux/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/boot/hellowebflux/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..7b93974099 --- /dev/null +++ b/samples/boot/hellowebflux/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,92 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellowebflux/gradle/dependency-locks/tests.lockfile b/samples/boot/hellowebflux/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..7b93974099 --- /dev/null +++ b/samples/boot/hellowebflux/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,92 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellowebfluxfn/gradle/dependency-locks/annotationProcessor.lockfile b/samples/boot/hellowebfluxfn/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/hellowebfluxfn/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/hellowebfluxfn/gradle/dependency-locks/archives.lockfile b/samples/boot/hellowebfluxfn/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/hellowebfluxfn/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/hellowebfluxfn/gradle/dependency-locks/checkstyle.lockfile b/samples/boot/hellowebfluxfn/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/samples/boot/hellowebfluxfn/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/hellowebfluxfn/gradle/dependency-locks/compile.lockfile b/samples/boot/hellowebfluxfn/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..a44b5979e1 --- /dev/null +++ b/samples/boot/hellowebfluxfn/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,61 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellowebfluxfn/gradle/dependency-locks/compileClasspath.lockfile b/samples/boot/hellowebfluxfn/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..a44b5979e1 --- /dev/null +++ b/samples/boot/hellowebfluxfn/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,61 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellowebfluxfn/gradle/dependency-locks/compileOnly.lockfile b/samples/boot/hellowebfluxfn/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/hellowebfluxfn/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/hellowebfluxfn/gradle/dependency-locks/default.lockfile b/samples/boot/hellowebfluxfn/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..a44b5979e1 --- /dev/null +++ b/samples/boot/hellowebfluxfn/gradle/dependency-locks/default.lockfile @@ -0,0 +1,61 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellowebfluxfn/gradle/dependency-locks/developmentOnly.lockfile b/samples/boot/hellowebfluxfn/gradle/dependency-locks/developmentOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/hellowebfluxfn/gradle/dependency-locks/developmentOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/hellowebfluxfn/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile b/samples/boot/hellowebfluxfn/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/hellowebfluxfn/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/hellowebfluxfn/gradle/dependency-locks/integrationTestCompile.lockfile b/samples/boot/hellowebfluxfn/gradle/dependency-locks/integrationTestCompile.lockfile new file mode 100644 index 0000000000..7b93974099 --- /dev/null +++ b/samples/boot/hellowebfluxfn/gradle/dependency-locks/integrationTestCompile.lockfile @@ -0,0 +1,92 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellowebfluxfn/gradle/dependency-locks/integrationTestCompileClasspath.lockfile b/samples/boot/hellowebfluxfn/gradle/dependency-locks/integrationTestCompileClasspath.lockfile new file mode 100644 index 0000000000..2c35ea9af2 --- /dev/null +++ b/samples/boot/hellowebfluxfn/gradle/dependency-locks/integrationTestCompileClasspath.lockfile @@ -0,0 +1,90 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellowebfluxfn/gradle/dependency-locks/integrationTestCompileOnly.lockfile b/samples/boot/hellowebfluxfn/gradle/dependency-locks/integrationTestCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/hellowebfluxfn/gradle/dependency-locks/integrationTestCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/hellowebfluxfn/gradle/dependency-locks/integrationTestRuntime.lockfile b/samples/boot/hellowebfluxfn/gradle/dependency-locks/integrationTestRuntime.lockfile new file mode 100644 index 0000000000..7b93974099 --- /dev/null +++ b/samples/boot/hellowebfluxfn/gradle/dependency-locks/integrationTestRuntime.lockfile @@ -0,0 +1,92 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellowebfluxfn/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile b/samples/boot/hellowebfluxfn/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile new file mode 100644 index 0000000000..7b93974099 --- /dev/null +++ b/samples/boot/hellowebfluxfn/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile @@ -0,0 +1,92 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellowebfluxfn/gradle/dependency-locks/optional.lockfile b/samples/boot/hellowebfluxfn/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/hellowebfluxfn/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/hellowebfluxfn/gradle/dependency-locks/productionRuntimeClasspath.lockfile b/samples/boot/hellowebfluxfn/gradle/dependency-locks/productionRuntimeClasspath.lockfile new file mode 100644 index 0000000000..a44b5979e1 --- /dev/null +++ b/samples/boot/hellowebfluxfn/gradle/dependency-locks/productionRuntimeClasspath.lockfile @@ -0,0 +1,61 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellowebfluxfn/gradle/dependency-locks/provided.lockfile b/samples/boot/hellowebfluxfn/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/hellowebfluxfn/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/hellowebfluxfn/gradle/dependency-locks/runtime.lockfile b/samples/boot/hellowebfluxfn/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..a44b5979e1 --- /dev/null +++ b/samples/boot/hellowebfluxfn/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,61 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellowebfluxfn/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/boot/hellowebfluxfn/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..a44b5979e1 --- /dev/null +++ b/samples/boot/hellowebfluxfn/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,61 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellowebfluxfn/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/boot/hellowebfluxfn/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/hellowebfluxfn/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/hellowebfluxfn/gradle/dependency-locks/testCompile.lockfile b/samples/boot/hellowebfluxfn/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..7b93974099 --- /dev/null +++ b/samples/boot/hellowebfluxfn/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,92 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellowebfluxfn/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/boot/hellowebfluxfn/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..2c35ea9af2 --- /dev/null +++ b/samples/boot/hellowebfluxfn/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,90 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellowebfluxfn/gradle/dependency-locks/testCompileOnly.lockfile b/samples/boot/hellowebfluxfn/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/hellowebfluxfn/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/hellowebfluxfn/gradle/dependency-locks/testRuntime.lockfile b/samples/boot/hellowebfluxfn/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..7b93974099 --- /dev/null +++ b/samples/boot/hellowebfluxfn/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,92 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellowebfluxfn/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/boot/hellowebfluxfn/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..7b93974099 --- /dev/null +++ b/samples/boot/hellowebfluxfn/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,92 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/hellowebfluxfn/gradle/dependency-locks/tests.lockfile b/samples/boot/hellowebfluxfn/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..7b93974099 --- /dev/null +++ b/samples/boot/hellowebfluxfn/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,92 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/helloworld/gradle/dependency-locks/annotationProcessor.lockfile b/samples/boot/helloworld/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/helloworld/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/helloworld/gradle/dependency-locks/archives.lockfile b/samples/boot/helloworld/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/helloworld/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/helloworld/gradle/dependency-locks/checkstyle.lockfile b/samples/boot/helloworld/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/samples/boot/helloworld/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/helloworld/gradle/dependency-locks/compile.lockfile b/samples/boot/helloworld/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..00e5d984a5 --- /dev/null +++ b/samples/boot/helloworld/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,51 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.attoparser:attoparser:2.0.5.RELEASE +org.glassfish:jakarta.el:3.0.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/helloworld/gradle/dependency-locks/compileClasspath.lockfile b/samples/boot/helloworld/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..00e5d984a5 --- /dev/null +++ b/samples/boot/helloworld/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,51 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.attoparser:attoparser:2.0.5.RELEASE +org.glassfish:jakarta.el:3.0.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/helloworld/gradle/dependency-locks/compileOnly.lockfile b/samples/boot/helloworld/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/helloworld/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/helloworld/gradle/dependency-locks/default.lockfile b/samples/boot/helloworld/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..00e5d984a5 --- /dev/null +++ b/samples/boot/helloworld/gradle/dependency-locks/default.lockfile @@ -0,0 +1,51 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.attoparser:attoparser:2.0.5.RELEASE +org.glassfish:jakarta.el:3.0.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/helloworld/gradle/dependency-locks/developmentOnly.lockfile b/samples/boot/helloworld/gradle/dependency-locks/developmentOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/helloworld/gradle/dependency-locks/developmentOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/helloworld/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile b/samples/boot/helloworld/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/helloworld/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/helloworld/gradle/dependency-locks/integrationTestCompile.lockfile b/samples/boot/helloworld/gradle/dependency-locks/integrationTestCompile.lockfile new file mode 100644 index 0000000000..4b8a61e9d3 --- /dev/null +++ b/samples/boot/helloworld/gradle/dependency-locks/integrationTestCompile.lockfile @@ -0,0 +1,82 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/helloworld/gradle/dependency-locks/integrationTestCompileClasspath.lockfile b/samples/boot/helloworld/gradle/dependency-locks/integrationTestCompileClasspath.lockfile new file mode 100644 index 0000000000..c588d615d1 --- /dev/null +++ b/samples/boot/helloworld/gradle/dependency-locks/integrationTestCompileClasspath.lockfile @@ -0,0 +1,80 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/helloworld/gradle/dependency-locks/integrationTestCompileOnly.lockfile b/samples/boot/helloworld/gradle/dependency-locks/integrationTestCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/helloworld/gradle/dependency-locks/integrationTestCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/helloworld/gradle/dependency-locks/integrationTestRuntime.lockfile b/samples/boot/helloworld/gradle/dependency-locks/integrationTestRuntime.lockfile new file mode 100644 index 0000000000..4b8a61e9d3 --- /dev/null +++ b/samples/boot/helloworld/gradle/dependency-locks/integrationTestRuntime.lockfile @@ -0,0 +1,82 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/helloworld/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile b/samples/boot/helloworld/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile new file mode 100644 index 0000000000..4b8a61e9d3 --- /dev/null +++ b/samples/boot/helloworld/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile @@ -0,0 +1,82 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/helloworld/gradle/dependency-locks/optional.lockfile b/samples/boot/helloworld/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/helloworld/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/helloworld/gradle/dependency-locks/productionRuntimeClasspath.lockfile b/samples/boot/helloworld/gradle/dependency-locks/productionRuntimeClasspath.lockfile new file mode 100644 index 0000000000..00e5d984a5 --- /dev/null +++ b/samples/boot/helloworld/gradle/dependency-locks/productionRuntimeClasspath.lockfile @@ -0,0 +1,51 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.attoparser:attoparser:2.0.5.RELEASE +org.glassfish:jakarta.el:3.0.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/helloworld/gradle/dependency-locks/provided.lockfile b/samples/boot/helloworld/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/helloworld/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/helloworld/gradle/dependency-locks/runtime.lockfile b/samples/boot/helloworld/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..00e5d984a5 --- /dev/null +++ b/samples/boot/helloworld/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,51 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.attoparser:attoparser:2.0.5.RELEASE +org.glassfish:jakarta.el:3.0.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/helloworld/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/boot/helloworld/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..00e5d984a5 --- /dev/null +++ b/samples/boot/helloworld/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,51 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.attoparser:attoparser:2.0.5.RELEASE +org.glassfish:jakarta.el:3.0.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/helloworld/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/boot/helloworld/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/helloworld/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/helloworld/gradle/dependency-locks/testCompile.lockfile b/samples/boot/helloworld/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..4b8a61e9d3 --- /dev/null +++ b/samples/boot/helloworld/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,82 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/helloworld/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/boot/helloworld/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..c588d615d1 --- /dev/null +++ b/samples/boot/helloworld/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,80 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/helloworld/gradle/dependency-locks/testCompileOnly.lockfile b/samples/boot/helloworld/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/helloworld/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/helloworld/gradle/dependency-locks/testRuntime.lockfile b/samples/boot/helloworld/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..4b8a61e9d3 --- /dev/null +++ b/samples/boot/helloworld/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,82 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/helloworld/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/boot/helloworld/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..4b8a61e9d3 --- /dev/null +++ b/samples/boot/helloworld/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,82 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/helloworld/gradle/dependency-locks/tests.lockfile b/samples/boot/helloworld/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..4b8a61e9d3 --- /dev/null +++ b/samples/boot/helloworld/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,82 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/insecure/gradle/dependency-locks/annotationProcessor.lockfile b/samples/boot/insecure/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/insecure/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/insecure/gradle/dependency-locks/archives.lockfile b/samples/boot/insecure/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/insecure/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/insecure/gradle/dependency-locks/checkstyle.lockfile b/samples/boot/insecure/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/samples/boot/insecure/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/insecure/gradle/dependency-locks/compile.lockfile b/samples/boot/insecure/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..d0b0c971a7 --- /dev/null +++ b/samples/boot/insecure/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,45 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.attoparser:attoparser:2.0.5.RELEASE +org.glassfish:jakarta.el:3.0.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/insecure/gradle/dependency-locks/compileClasspath.lockfile b/samples/boot/insecure/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..d0b0c971a7 --- /dev/null +++ b/samples/boot/insecure/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,45 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.attoparser:attoparser:2.0.5.RELEASE +org.glassfish:jakarta.el:3.0.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/insecure/gradle/dependency-locks/compileOnly.lockfile b/samples/boot/insecure/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/insecure/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/insecure/gradle/dependency-locks/default.lockfile b/samples/boot/insecure/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..d0b0c971a7 --- /dev/null +++ b/samples/boot/insecure/gradle/dependency-locks/default.lockfile @@ -0,0 +1,45 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.attoparser:attoparser:2.0.5.RELEASE +org.glassfish:jakarta.el:3.0.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/insecure/gradle/dependency-locks/developmentOnly.lockfile b/samples/boot/insecure/gradle/dependency-locks/developmentOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/insecure/gradle/dependency-locks/developmentOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/insecure/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile b/samples/boot/insecure/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/insecure/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/insecure/gradle/dependency-locks/integrationTestCompile.lockfile b/samples/boot/insecure/gradle/dependency-locks/integrationTestCompile.lockfile new file mode 100644 index 0000000000..bf7113d5c0 --- /dev/null +++ b/samples/boot/insecure/gradle/dependency-locks/integrationTestCompile.lockfile @@ -0,0 +1,76 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/insecure/gradle/dependency-locks/integrationTestCompileClasspath.lockfile b/samples/boot/insecure/gradle/dependency-locks/integrationTestCompileClasspath.lockfile new file mode 100644 index 0000000000..a1a7debcc3 --- /dev/null +++ b/samples/boot/insecure/gradle/dependency-locks/integrationTestCompileClasspath.lockfile @@ -0,0 +1,74 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/insecure/gradle/dependency-locks/integrationTestCompileOnly.lockfile b/samples/boot/insecure/gradle/dependency-locks/integrationTestCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/insecure/gradle/dependency-locks/integrationTestCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/insecure/gradle/dependency-locks/integrationTestRuntime.lockfile b/samples/boot/insecure/gradle/dependency-locks/integrationTestRuntime.lockfile new file mode 100644 index 0000000000..bf7113d5c0 --- /dev/null +++ b/samples/boot/insecure/gradle/dependency-locks/integrationTestRuntime.lockfile @@ -0,0 +1,76 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/insecure/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile b/samples/boot/insecure/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile new file mode 100644 index 0000000000..bf7113d5c0 --- /dev/null +++ b/samples/boot/insecure/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile @@ -0,0 +1,76 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/insecure/gradle/dependency-locks/optional.lockfile b/samples/boot/insecure/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/insecure/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/insecure/gradle/dependency-locks/productionRuntimeClasspath.lockfile b/samples/boot/insecure/gradle/dependency-locks/productionRuntimeClasspath.lockfile new file mode 100644 index 0000000000..d0b0c971a7 --- /dev/null +++ b/samples/boot/insecure/gradle/dependency-locks/productionRuntimeClasspath.lockfile @@ -0,0 +1,45 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.attoparser:attoparser:2.0.5.RELEASE +org.glassfish:jakarta.el:3.0.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/insecure/gradle/dependency-locks/provided.lockfile b/samples/boot/insecure/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/insecure/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/insecure/gradle/dependency-locks/runtime.lockfile b/samples/boot/insecure/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..d0b0c971a7 --- /dev/null +++ b/samples/boot/insecure/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,45 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.attoparser:attoparser:2.0.5.RELEASE +org.glassfish:jakarta.el:3.0.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/insecure/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/boot/insecure/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..d0b0c971a7 --- /dev/null +++ b/samples/boot/insecure/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,45 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.attoparser:attoparser:2.0.5.RELEASE +org.glassfish:jakarta.el:3.0.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/insecure/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/boot/insecure/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/insecure/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/insecure/gradle/dependency-locks/testCompile.lockfile b/samples/boot/insecure/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..bf7113d5c0 --- /dev/null +++ b/samples/boot/insecure/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,76 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/insecure/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/boot/insecure/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..a1a7debcc3 --- /dev/null +++ b/samples/boot/insecure/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,74 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/insecure/gradle/dependency-locks/testCompileOnly.lockfile b/samples/boot/insecure/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/insecure/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/insecure/gradle/dependency-locks/testRuntime.lockfile b/samples/boot/insecure/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..bf7113d5c0 --- /dev/null +++ b/samples/boot/insecure/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,76 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/insecure/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/boot/insecure/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..bf7113d5c0 --- /dev/null +++ b/samples/boot/insecure/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,76 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/insecure/gradle/dependency-locks/tests.lockfile b/samples/boot/insecure/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..bf7113d5c0 --- /dev/null +++ b/samples/boot/insecure/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,76 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/kotlin-webflux/gradle/dependency-locks/annotationProcessor.lockfile b/samples/boot/kotlin-webflux/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/kotlin-webflux/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/kotlin-webflux/gradle/dependency-locks/apiDependenciesMetadata.lockfile b/samples/boot/kotlin-webflux/gradle/dependency-locks/apiDependenciesMetadata.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/kotlin-webflux/gradle/dependency-locks/apiDependenciesMetadata.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/kotlin-webflux/gradle/dependency-locks/archives.lockfile b/samples/boot/kotlin-webflux/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/kotlin-webflux/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/kotlin-webflux/gradle/dependency-locks/checkstyle.lockfile b/samples/boot/kotlin-webflux/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/samples/boot/kotlin-webflux/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/kotlin-webflux/gradle/dependency-locks/compile.lockfile b/samples/boot/kotlin-webflux/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/kotlin-webflux/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/kotlin-webflux/gradle/dependency-locks/compileClasspath.lockfile b/samples/boot/kotlin-webflux/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..4ef61e2acb --- /dev/null +++ b/samples/boot/kotlin-webflux/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,74 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.kotlin:reactor-kotlin-extensions:1.1.0-RC1 +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.attoparser:attoparser:2.0.5.RELEASE +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-reflect:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.3.9 +org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9 +org.jetbrains.kotlinx:kotlinx-coroutines-reactive:1.3.9 +org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.3.9 +org.jetbrains:annotations:13.0 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/kotlin-webflux/gradle/dependency-locks/compileOnly.lockfile b/samples/boot/kotlin-webflux/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/kotlin-webflux/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/kotlin-webflux/gradle/dependency-locks/compileOnlyDependenciesMetadata.lockfile b/samples/boot/kotlin-webflux/gradle/dependency-locks/compileOnlyDependenciesMetadata.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/kotlin-webflux/gradle/dependency-locks/compileOnlyDependenciesMetadata.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/kotlin-webflux/gradle/dependency-locks/default.lockfile b/samples/boot/kotlin-webflux/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..4ef61e2acb --- /dev/null +++ b/samples/boot/kotlin-webflux/gradle/dependency-locks/default.lockfile @@ -0,0 +1,74 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.kotlin:reactor-kotlin-extensions:1.1.0-RC1 +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.attoparser:attoparser:2.0.5.RELEASE +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-reflect:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.3.9 +org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9 +org.jetbrains.kotlinx:kotlinx-coroutines-reactive:1.3.9 +org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.3.9 +org.jetbrains:annotations:13.0 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/kotlin-webflux/gradle/dependency-locks/developmentOnly.lockfile b/samples/boot/kotlin-webflux/gradle/dependency-locks/developmentOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/kotlin-webflux/gradle/dependency-locks/developmentOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/kotlin-webflux/gradle/dependency-locks/implementationDependenciesMetadata.lockfile b/samples/boot/kotlin-webflux/gradle/dependency-locks/implementationDependenciesMetadata.lockfile new file mode 100644 index 0000000000..dd6c65317c --- /dev/null +++ b/samples/boot/kotlin-webflux/gradle/dependency-locks/implementationDependenciesMetadata.lockfile @@ -0,0 +1,74 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.kotlin:reactor-kotlin-extensions:1.1.0-RC1 +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.attoparser:attoparser:2.0.5.RELEASE +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-reflect:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains.kotlinx:kotlinx-coroutines-core-metadata:1.3.9 +org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9 +org.jetbrains.kotlinx:kotlinx-coroutines-reactive:1.3.9 +org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.3.9 +org.jetbrains:annotations:13.0 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/kotlin-webflux/gradle/dependency-locks/kotlinCompilerClasspath.lockfile b/samples/boot/kotlin-webflux/gradle/dependency-locks/kotlinCompilerClasspath.lockfile new file mode 100644 index 0000000000..c80a4bea4a --- /dev/null +++ b/samples/boot/kotlin-webflux/gradle/dependency-locks/kotlinCompilerClasspath.lockfile @@ -0,0 +1,15 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.intellij.deps:trove4j:1.0.20181211 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-compiler-embeddable:1.4.10 +org.jetbrains.kotlin:kotlin-daemon-embeddable:1.4.10 +org.jetbrains.kotlin:kotlin-reflect:1.4.10 +org.jetbrains.kotlin:kotlin-script-runtime:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/kotlin-webflux/gradle/dependency-locks/kotlinCompilerPluginClasspath.lockfile b/samples/boot/kotlin-webflux/gradle/dependency-locks/kotlinCompilerPluginClasspath.lockfile new file mode 100644 index 0000000000..08f2e6097d --- /dev/null +++ b/samples/boot/kotlin-webflux/gradle/dependency-locks/kotlinCompilerPluginClasspath.lockfile @@ -0,0 +1,20 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-allopen:1.4.10 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-gradle-plugin-api:1.4.10 +org.jetbrains.kotlin:kotlin-gradle-plugin-model:1.4.10 +org.jetbrains.kotlin:kotlin-script-runtime:1.4.10 +org.jetbrains.kotlin:kotlin-scripting-common:1.4.10 +org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4.10 +org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4.10 +org.jetbrains.kotlin:kotlin-scripting-jvm:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.3.9 +org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9 +org.jetbrains:annotations:13.0 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/kotlin-webflux/gradle/dependency-locks/kotlinKlibCommonizerClasspath.lockfile b/samples/boot/kotlin-webflux/gradle/dependency-locks/kotlinKlibCommonizerClasspath.lockfile new file mode 100644 index 0000000000..45b6e2aa3e --- /dev/null +++ b/samples/boot/kotlin-webflux/gradle/dependency-locks/kotlinKlibCommonizerClasspath.lockfile @@ -0,0 +1,16 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.intellij.deps:trove4j:1.0.20181211 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-compiler-embeddable:1.4.10 +org.jetbrains.kotlin:kotlin-daemon-embeddable:1.4.10 +org.jetbrains.kotlin:kotlin-klib-commonizer-embeddable:1.4.10 +org.jetbrains.kotlin:kotlin-reflect:1.4.10 +org.jetbrains.kotlin:kotlin-script-runtime:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/kotlin-webflux/gradle/dependency-locks/kotlinNativeCompilerPluginClasspath.lockfile b/samples/boot/kotlin-webflux/gradle/dependency-locks/kotlinNativeCompilerPluginClasspath.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/kotlin-webflux/gradle/dependency-locks/kotlinNativeCompilerPluginClasspath.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/kotlin-webflux/gradle/dependency-locks/kotlinScriptDef.lockfile b/samples/boot/kotlin-webflux/gradle/dependency-locks/kotlinScriptDef.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/kotlin-webflux/gradle/dependency-locks/kotlinScriptDef.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/kotlin-webflux/gradle/dependency-locks/kotlinScriptDefExtensions.lockfile b/samples/boot/kotlin-webflux/gradle/dependency-locks/kotlinScriptDefExtensions.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/kotlin-webflux/gradle/dependency-locks/kotlinScriptDefExtensions.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/kotlin-webflux/gradle/dependency-locks/optional.lockfile b/samples/boot/kotlin-webflux/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/kotlin-webflux/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/kotlin-webflux/gradle/dependency-locks/productionRuntimeClasspath.lockfile b/samples/boot/kotlin-webflux/gradle/dependency-locks/productionRuntimeClasspath.lockfile new file mode 100644 index 0000000000..4ef61e2acb --- /dev/null +++ b/samples/boot/kotlin-webflux/gradle/dependency-locks/productionRuntimeClasspath.lockfile @@ -0,0 +1,74 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.kotlin:reactor-kotlin-extensions:1.1.0-RC1 +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.attoparser:attoparser:2.0.5.RELEASE +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-reflect:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.3.9 +org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9 +org.jetbrains.kotlinx:kotlinx-coroutines-reactive:1.3.9 +org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.3.9 +org.jetbrains:annotations:13.0 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/kotlin-webflux/gradle/dependency-locks/provided.lockfile b/samples/boot/kotlin-webflux/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/kotlin-webflux/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/kotlin-webflux/gradle/dependency-locks/runtime.lockfile b/samples/boot/kotlin-webflux/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/kotlin-webflux/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/kotlin-webflux/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/boot/kotlin-webflux/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..4ef61e2acb --- /dev/null +++ b/samples/boot/kotlin-webflux/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,74 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.kotlin:reactor-kotlin-extensions:1.1.0-RC1 +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.attoparser:attoparser:2.0.5.RELEASE +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-reflect:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.3.9 +org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9 +org.jetbrains.kotlinx:kotlinx-coroutines-reactive:1.3.9 +org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.3.9 +org.jetbrains:annotations:13.0 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/kotlin-webflux/gradle/dependency-locks/runtimeOnlyDependenciesMetadata.lockfile b/samples/boot/kotlin-webflux/gradle/dependency-locks/runtimeOnlyDependenciesMetadata.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/kotlin-webflux/gradle/dependency-locks/runtimeOnlyDependenciesMetadata.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/kotlin-webflux/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/boot/kotlin-webflux/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/kotlin-webflux/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/kotlin-webflux/gradle/dependency-locks/testApiDependenciesMetadata.lockfile b/samples/boot/kotlin-webflux/gradle/dependency-locks/testApiDependenciesMetadata.lockfile new file mode 100644 index 0000000000..41321b75e8 --- /dev/null +++ b/samples/boot/kotlin-webflux/gradle/dependency-locks/testApiDependenciesMetadata.lockfile @@ -0,0 +1,18 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.5.10 +org.objenesis:objenesis:3.1 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 diff --git a/samples/boot/kotlin-webflux/gradle/dependency-locks/testCompile.lockfile b/samples/boot/kotlin-webflux/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..41321b75e8 --- /dev/null +++ b/samples/boot/kotlin-webflux/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,18 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.5.10 +org.objenesis:objenesis:3.1 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 diff --git a/samples/boot/kotlin-webflux/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/boot/kotlin-webflux/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..0b3f61798b --- /dev/null +++ b/samples/boot/kotlin-webflux/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,104 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.kotlin:reactor-kotlin-extensions:1.1.0-RC1 +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +io.projectreactor:reactor-test:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-reflect:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.3.9 +org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9 +org.jetbrains.kotlinx:kotlinx-coroutines-reactive:1.3.9 +org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.3.9 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/kotlin-webflux/gradle/dependency-locks/testCompileOnly.lockfile b/samples/boot/kotlin-webflux/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/kotlin-webflux/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/kotlin-webflux/gradle/dependency-locks/testCompileOnlyDependenciesMetadata.lockfile b/samples/boot/kotlin-webflux/gradle/dependency-locks/testCompileOnlyDependenciesMetadata.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/kotlin-webflux/gradle/dependency-locks/testCompileOnlyDependenciesMetadata.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/kotlin-webflux/gradle/dependency-locks/testImplementationDependenciesMetadata.lockfile b/samples/boot/kotlin-webflux/gradle/dependency-locks/testImplementationDependenciesMetadata.lockfile new file mode 100644 index 0000000000..50fab24f22 --- /dev/null +++ b/samples/boot/kotlin-webflux/gradle/dependency-locks/testImplementationDependenciesMetadata.lockfile @@ -0,0 +1,104 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.kotlin:reactor-kotlin-extensions:1.1.0-RC1 +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +io.projectreactor:reactor-test:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-reflect:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains.kotlinx:kotlinx-coroutines-core-metadata:1.3.9 +org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9 +org.jetbrains.kotlinx:kotlinx-coroutines-reactive:1.3.9 +org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.3.9 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/kotlin-webflux/gradle/dependency-locks/testKotlinScriptDef.lockfile b/samples/boot/kotlin-webflux/gradle/dependency-locks/testKotlinScriptDef.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/kotlin-webflux/gradle/dependency-locks/testKotlinScriptDef.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/kotlin-webflux/gradle/dependency-locks/testKotlinScriptDefExtensions.lockfile b/samples/boot/kotlin-webflux/gradle/dependency-locks/testKotlinScriptDefExtensions.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/kotlin-webflux/gradle/dependency-locks/testKotlinScriptDefExtensions.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/kotlin-webflux/gradle/dependency-locks/testRuntime.lockfile b/samples/boot/kotlin-webflux/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..41321b75e8 --- /dev/null +++ b/samples/boot/kotlin-webflux/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,18 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.5.10 +org.objenesis:objenesis:3.1 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 diff --git a/samples/boot/kotlin-webflux/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/boot/kotlin-webflux/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..05c03e4b9f --- /dev/null +++ b/samples/boot/kotlin-webflux/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,106 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.kotlin:reactor-kotlin-extensions:1.1.0-RC1 +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +io.projectreactor:reactor-test:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-reflect:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.3.9 +org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9 +org.jetbrains.kotlinx:kotlinx-coroutines-reactive:1.3.9 +org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.3.9 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/kotlin-webflux/gradle/dependency-locks/testRuntimeOnlyDependenciesMetadata.lockfile b/samples/boot/kotlin-webflux/gradle/dependency-locks/testRuntimeOnlyDependenciesMetadata.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/kotlin-webflux/gradle/dependency-locks/testRuntimeOnlyDependenciesMetadata.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/kotlin-webflux/gradle/dependency-locks/tests.lockfile b/samples/boot/kotlin-webflux/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..41321b75e8 --- /dev/null +++ b/samples/boot/kotlin-webflux/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,18 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.5.10 +org.objenesis:objenesis:3.1 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 diff --git a/samples/boot/kotlin/gradle/dependency-locks/annotationProcessor.lockfile b/samples/boot/kotlin/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/kotlin/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/kotlin/gradle/dependency-locks/apiDependenciesMetadata.lockfile b/samples/boot/kotlin/gradle/dependency-locks/apiDependenciesMetadata.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/kotlin/gradle/dependency-locks/apiDependenciesMetadata.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/kotlin/gradle/dependency-locks/archives.lockfile b/samples/boot/kotlin/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/kotlin/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/kotlin/gradle/dependency-locks/checkstyle.lockfile b/samples/boot/kotlin/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/samples/boot/kotlin/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/kotlin/gradle/dependency-locks/compile.lockfile b/samples/boot/kotlin/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/kotlin/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/kotlin/gradle/dependency-locks/compileClasspath.lockfile b/samples/boot/kotlin/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..8335c91bdd --- /dev/null +++ b/samples/boot/kotlin/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,52 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.attoparser:attoparser:2.0.5.RELEASE +org.glassfish:jakarta.el:3.0.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-reflect:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/kotlin/gradle/dependency-locks/compileOnly.lockfile b/samples/boot/kotlin/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/kotlin/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/kotlin/gradle/dependency-locks/compileOnlyDependenciesMetadata.lockfile b/samples/boot/kotlin/gradle/dependency-locks/compileOnlyDependenciesMetadata.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/kotlin/gradle/dependency-locks/compileOnlyDependenciesMetadata.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/kotlin/gradle/dependency-locks/default.lockfile b/samples/boot/kotlin/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..8335c91bdd --- /dev/null +++ b/samples/boot/kotlin/gradle/dependency-locks/default.lockfile @@ -0,0 +1,52 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.attoparser:attoparser:2.0.5.RELEASE +org.glassfish:jakarta.el:3.0.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-reflect:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/kotlin/gradle/dependency-locks/developmentOnly.lockfile b/samples/boot/kotlin/gradle/dependency-locks/developmentOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/kotlin/gradle/dependency-locks/developmentOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/kotlin/gradle/dependency-locks/implementationDependenciesMetadata.lockfile b/samples/boot/kotlin/gradle/dependency-locks/implementationDependenciesMetadata.lockfile new file mode 100644 index 0000000000..8335c91bdd --- /dev/null +++ b/samples/boot/kotlin/gradle/dependency-locks/implementationDependenciesMetadata.lockfile @@ -0,0 +1,52 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.attoparser:attoparser:2.0.5.RELEASE +org.glassfish:jakarta.el:3.0.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-reflect:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/kotlin/gradle/dependency-locks/kotlinCompilerClasspath.lockfile b/samples/boot/kotlin/gradle/dependency-locks/kotlinCompilerClasspath.lockfile new file mode 100644 index 0000000000..c80a4bea4a --- /dev/null +++ b/samples/boot/kotlin/gradle/dependency-locks/kotlinCompilerClasspath.lockfile @@ -0,0 +1,15 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.intellij.deps:trove4j:1.0.20181211 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-compiler-embeddable:1.4.10 +org.jetbrains.kotlin:kotlin-daemon-embeddable:1.4.10 +org.jetbrains.kotlin:kotlin-reflect:1.4.10 +org.jetbrains.kotlin:kotlin-script-runtime:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/kotlin/gradle/dependency-locks/kotlinCompilerPluginClasspath.lockfile b/samples/boot/kotlin/gradle/dependency-locks/kotlinCompilerPluginClasspath.lockfile new file mode 100644 index 0000000000..08f2e6097d --- /dev/null +++ b/samples/boot/kotlin/gradle/dependency-locks/kotlinCompilerPluginClasspath.lockfile @@ -0,0 +1,20 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-allopen:1.4.10 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-gradle-plugin-api:1.4.10 +org.jetbrains.kotlin:kotlin-gradle-plugin-model:1.4.10 +org.jetbrains.kotlin:kotlin-script-runtime:1.4.10 +org.jetbrains.kotlin:kotlin-scripting-common:1.4.10 +org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4.10 +org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4.10 +org.jetbrains.kotlin:kotlin-scripting-jvm:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.3.9 +org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9 +org.jetbrains:annotations:13.0 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/kotlin/gradle/dependency-locks/kotlinKlibCommonizerClasspath.lockfile b/samples/boot/kotlin/gradle/dependency-locks/kotlinKlibCommonizerClasspath.lockfile new file mode 100644 index 0000000000..45b6e2aa3e --- /dev/null +++ b/samples/boot/kotlin/gradle/dependency-locks/kotlinKlibCommonizerClasspath.lockfile @@ -0,0 +1,16 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.intellij.deps:trove4j:1.0.20181211 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-compiler-embeddable:1.4.10 +org.jetbrains.kotlin:kotlin-daemon-embeddable:1.4.10 +org.jetbrains.kotlin:kotlin-klib-commonizer-embeddable:1.4.10 +org.jetbrains.kotlin:kotlin-reflect:1.4.10 +org.jetbrains.kotlin:kotlin-script-runtime:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/kotlin/gradle/dependency-locks/kotlinNativeCompilerPluginClasspath.lockfile b/samples/boot/kotlin/gradle/dependency-locks/kotlinNativeCompilerPluginClasspath.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/kotlin/gradle/dependency-locks/kotlinNativeCompilerPluginClasspath.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/kotlin/gradle/dependency-locks/kotlinScriptDef.lockfile b/samples/boot/kotlin/gradle/dependency-locks/kotlinScriptDef.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/kotlin/gradle/dependency-locks/kotlinScriptDef.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/kotlin/gradle/dependency-locks/kotlinScriptDefExtensions.lockfile b/samples/boot/kotlin/gradle/dependency-locks/kotlinScriptDefExtensions.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/kotlin/gradle/dependency-locks/kotlinScriptDefExtensions.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/kotlin/gradle/dependency-locks/optional.lockfile b/samples/boot/kotlin/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/kotlin/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/kotlin/gradle/dependency-locks/productionRuntimeClasspath.lockfile b/samples/boot/kotlin/gradle/dependency-locks/productionRuntimeClasspath.lockfile new file mode 100644 index 0000000000..8335c91bdd --- /dev/null +++ b/samples/boot/kotlin/gradle/dependency-locks/productionRuntimeClasspath.lockfile @@ -0,0 +1,52 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.attoparser:attoparser:2.0.5.RELEASE +org.glassfish:jakarta.el:3.0.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-reflect:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/kotlin/gradle/dependency-locks/provided.lockfile b/samples/boot/kotlin/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/kotlin/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/kotlin/gradle/dependency-locks/runtime.lockfile b/samples/boot/kotlin/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/kotlin/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/kotlin/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/boot/kotlin/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..8335c91bdd --- /dev/null +++ b/samples/boot/kotlin/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,52 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.attoparser:attoparser:2.0.5.RELEASE +org.glassfish:jakarta.el:3.0.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-reflect:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/kotlin/gradle/dependency-locks/runtimeOnlyDependenciesMetadata.lockfile b/samples/boot/kotlin/gradle/dependency-locks/runtimeOnlyDependenciesMetadata.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/kotlin/gradle/dependency-locks/runtimeOnlyDependenciesMetadata.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/kotlin/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/boot/kotlin/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/kotlin/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/kotlin/gradle/dependency-locks/testApiDependenciesMetadata.lockfile b/samples/boot/kotlin/gradle/dependency-locks/testApiDependenciesMetadata.lockfile new file mode 100644 index 0000000000..41321b75e8 --- /dev/null +++ b/samples/boot/kotlin/gradle/dependency-locks/testApiDependenciesMetadata.lockfile @@ -0,0 +1,18 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.5.10 +org.objenesis:objenesis:3.1 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 diff --git a/samples/boot/kotlin/gradle/dependency-locks/testCompile.lockfile b/samples/boot/kotlin/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..41321b75e8 --- /dev/null +++ b/samples/boot/kotlin/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,18 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.5.10 +org.objenesis:objenesis:3.1 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 diff --git a/samples/boot/kotlin/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/boot/kotlin/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..b0d120475c --- /dev/null +++ b/samples/boot/kotlin/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,81 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-reflect:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/kotlin/gradle/dependency-locks/testCompileOnly.lockfile b/samples/boot/kotlin/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/kotlin/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/kotlin/gradle/dependency-locks/testCompileOnlyDependenciesMetadata.lockfile b/samples/boot/kotlin/gradle/dependency-locks/testCompileOnlyDependenciesMetadata.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/kotlin/gradle/dependency-locks/testCompileOnlyDependenciesMetadata.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/kotlin/gradle/dependency-locks/testImplementationDependenciesMetadata.lockfile b/samples/boot/kotlin/gradle/dependency-locks/testImplementationDependenciesMetadata.lockfile new file mode 100644 index 0000000000..b0d120475c --- /dev/null +++ b/samples/boot/kotlin/gradle/dependency-locks/testImplementationDependenciesMetadata.lockfile @@ -0,0 +1,81 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-reflect:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/kotlin/gradle/dependency-locks/testKotlinScriptDef.lockfile b/samples/boot/kotlin/gradle/dependency-locks/testKotlinScriptDef.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/kotlin/gradle/dependency-locks/testKotlinScriptDef.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/kotlin/gradle/dependency-locks/testKotlinScriptDefExtensions.lockfile b/samples/boot/kotlin/gradle/dependency-locks/testKotlinScriptDefExtensions.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/kotlin/gradle/dependency-locks/testKotlinScriptDefExtensions.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/kotlin/gradle/dependency-locks/testRuntime.lockfile b/samples/boot/kotlin/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..41321b75e8 --- /dev/null +++ b/samples/boot/kotlin/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,18 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.5.10 +org.objenesis:objenesis:3.1 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 diff --git a/samples/boot/kotlin/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/boot/kotlin/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..7d82f87f80 --- /dev/null +++ b/samples/boot/kotlin/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,83 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-reflect:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/kotlin/gradle/dependency-locks/testRuntimeOnlyDependenciesMetadata.lockfile b/samples/boot/kotlin/gradle/dependency-locks/testRuntimeOnlyDependenciesMetadata.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/kotlin/gradle/dependency-locks/testRuntimeOnlyDependenciesMetadata.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/kotlin/gradle/dependency-locks/tests.lockfile b/samples/boot/kotlin/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..41321b75e8 --- /dev/null +++ b/samples/boot/kotlin/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,18 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.5.10 +org.objenesis:objenesis:3.1 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 diff --git a/samples/boot/oauth2authorizationserver/gradle/dependency-locks/annotationProcessor.lockfile b/samples/boot/oauth2authorizationserver/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2authorizationserver/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2authorizationserver/gradle/dependency-locks/archives.lockfile b/samples/boot/oauth2authorizationserver/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2authorizationserver/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2authorizationserver/gradle/dependency-locks/checkstyle.lockfile b/samples/boot/oauth2authorizationserver/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/samples/boot/oauth2authorizationserver/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2authorizationserver/gradle/dependency-locks/compile.lockfile b/samples/boot/oauth2authorizationserver/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..3b5ac1a9cf --- /dev/null +++ b/samples/boot/oauth2authorizationserver/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,60 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.sun.activation:jakarta.activation:1.2.2 +com.sun.istack:istack-commons-runtime:3.0.11 +com.sun.xml.bind:jaxb-core:2.3.0.1 +com.sun.xml.bind:jaxb-impl:2.4.0-b180830.0438 +commons-codec:commons-codec:1.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +javax.activation:javax.activation-api:1.2.0 +javax.xml.bind:jaxb-api:2.3.1 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.bouncycastle:bcpkix-jdk15on:1.66 +org.bouncycastle:bcprov-jdk15on:1.66 +org.glassfish.jaxb:jaxb-runtime:2.3.3 +org.glassfish.jaxb:txw2:2.3.3 +org.glassfish:jakarta.el:3.0.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-security:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.4.0-M3 +org.springframework.security.oauth:spring-security-oauth2:2.5.0.RELEASE +org.springframework.security:spring-security-config:5.4.0 +org.springframework.security:spring-security-core:5.4.0 +org.springframework.security:spring-security-jwt:1.1.1.RELEASE +org.springframework.security:spring-security-web:5.4.0 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2authorizationserver/gradle/dependency-locks/compileClasspath.lockfile b/samples/boot/oauth2authorizationserver/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..9137901faf --- /dev/null +++ b/samples/boot/oauth2authorizationserver/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,55 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.sun.xml.bind:jaxb-core:2.3.0.1 +com.sun.xml.bind:jaxb-impl:2.4.0-b180830.0438 +commons-codec:commons-codec:1.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +javax.activation:javax.activation-api:1.2.0 +javax.xml.bind:jaxb-api:2.3.1 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.bouncycastle:bcpkix-jdk15on:1.66 +org.bouncycastle:bcprov-jdk15on:1.66 +org.glassfish:jakarta.el:3.0.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-security:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.4.0-M3 +org.springframework.security.oauth:spring-security-oauth2:2.5.0.RELEASE +org.springframework.security:spring-security-config:5.4.0 +org.springframework.security:spring-security-core:5.4.0 +org.springframework.security:spring-security-jwt:1.1.1.RELEASE +org.springframework.security:spring-security-web:5.4.0 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2authorizationserver/gradle/dependency-locks/compileOnly.lockfile b/samples/boot/oauth2authorizationserver/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2authorizationserver/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2authorizationserver/gradle/dependency-locks/default.lockfile b/samples/boot/oauth2authorizationserver/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..3b5ac1a9cf --- /dev/null +++ b/samples/boot/oauth2authorizationserver/gradle/dependency-locks/default.lockfile @@ -0,0 +1,60 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.sun.activation:jakarta.activation:1.2.2 +com.sun.istack:istack-commons-runtime:3.0.11 +com.sun.xml.bind:jaxb-core:2.3.0.1 +com.sun.xml.bind:jaxb-impl:2.4.0-b180830.0438 +commons-codec:commons-codec:1.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +javax.activation:javax.activation-api:1.2.0 +javax.xml.bind:jaxb-api:2.3.1 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.bouncycastle:bcpkix-jdk15on:1.66 +org.bouncycastle:bcprov-jdk15on:1.66 +org.glassfish.jaxb:jaxb-runtime:2.3.3 +org.glassfish.jaxb:txw2:2.3.3 +org.glassfish:jakarta.el:3.0.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-security:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.4.0-M3 +org.springframework.security.oauth:spring-security-oauth2:2.5.0.RELEASE +org.springframework.security:spring-security-config:5.4.0 +org.springframework.security:spring-security-core:5.4.0 +org.springframework.security:spring-security-jwt:1.1.1.RELEASE +org.springframework.security:spring-security-web:5.4.0 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2authorizationserver/gradle/dependency-locks/developmentOnly.lockfile b/samples/boot/oauth2authorizationserver/gradle/dependency-locks/developmentOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2authorizationserver/gradle/dependency-locks/developmentOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2authorizationserver/gradle/dependency-locks/optional.lockfile b/samples/boot/oauth2authorizationserver/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2authorizationserver/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2authorizationserver/gradle/dependency-locks/productionRuntimeClasspath.lockfile b/samples/boot/oauth2authorizationserver/gradle/dependency-locks/productionRuntimeClasspath.lockfile new file mode 100644 index 0000000000..3b5ac1a9cf --- /dev/null +++ b/samples/boot/oauth2authorizationserver/gradle/dependency-locks/productionRuntimeClasspath.lockfile @@ -0,0 +1,60 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.sun.activation:jakarta.activation:1.2.2 +com.sun.istack:istack-commons-runtime:3.0.11 +com.sun.xml.bind:jaxb-core:2.3.0.1 +com.sun.xml.bind:jaxb-impl:2.4.0-b180830.0438 +commons-codec:commons-codec:1.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +javax.activation:javax.activation-api:1.2.0 +javax.xml.bind:jaxb-api:2.3.1 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.bouncycastle:bcpkix-jdk15on:1.66 +org.bouncycastle:bcprov-jdk15on:1.66 +org.glassfish.jaxb:jaxb-runtime:2.3.3 +org.glassfish.jaxb:txw2:2.3.3 +org.glassfish:jakarta.el:3.0.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-security:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.4.0-M3 +org.springframework.security.oauth:spring-security-oauth2:2.5.0.RELEASE +org.springframework.security:spring-security-config:5.4.0 +org.springframework.security:spring-security-core:5.4.0 +org.springframework.security:spring-security-jwt:1.1.1.RELEASE +org.springframework.security:spring-security-web:5.4.0 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2authorizationserver/gradle/dependency-locks/provided.lockfile b/samples/boot/oauth2authorizationserver/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2authorizationserver/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2authorizationserver/gradle/dependency-locks/runtime.lockfile b/samples/boot/oauth2authorizationserver/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..3b5ac1a9cf --- /dev/null +++ b/samples/boot/oauth2authorizationserver/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,60 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.sun.activation:jakarta.activation:1.2.2 +com.sun.istack:istack-commons-runtime:3.0.11 +com.sun.xml.bind:jaxb-core:2.3.0.1 +com.sun.xml.bind:jaxb-impl:2.4.0-b180830.0438 +commons-codec:commons-codec:1.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +javax.activation:javax.activation-api:1.2.0 +javax.xml.bind:jaxb-api:2.3.1 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.bouncycastle:bcpkix-jdk15on:1.66 +org.bouncycastle:bcprov-jdk15on:1.66 +org.glassfish.jaxb:jaxb-runtime:2.3.3 +org.glassfish.jaxb:txw2:2.3.3 +org.glassfish:jakarta.el:3.0.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-security:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.4.0-M3 +org.springframework.security.oauth:spring-security-oauth2:2.5.0.RELEASE +org.springframework.security:spring-security-config:5.4.0 +org.springframework.security:spring-security-core:5.4.0 +org.springframework.security:spring-security-jwt:1.1.1.RELEASE +org.springframework.security:spring-security-web:5.4.0 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2authorizationserver/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/boot/oauth2authorizationserver/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..3b5ac1a9cf --- /dev/null +++ b/samples/boot/oauth2authorizationserver/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,60 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.sun.activation:jakarta.activation:1.2.2 +com.sun.istack:istack-commons-runtime:3.0.11 +com.sun.xml.bind:jaxb-core:2.3.0.1 +com.sun.xml.bind:jaxb-impl:2.4.0-b180830.0438 +commons-codec:commons-codec:1.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +javax.activation:javax.activation-api:1.2.0 +javax.xml.bind:jaxb-api:2.3.1 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.bouncycastle:bcpkix-jdk15on:1.66 +org.bouncycastle:bcprov-jdk15on:1.66 +org.glassfish.jaxb:jaxb-runtime:2.3.3 +org.glassfish.jaxb:txw2:2.3.3 +org.glassfish:jakarta.el:3.0.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-security:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.4.0-M3 +org.springframework.security.oauth:spring-security-oauth2:2.5.0.RELEASE +org.springframework.security:spring-security-config:5.4.0 +org.springframework.security:spring-security-core:5.4.0 +org.springframework.security:spring-security-jwt:1.1.1.RELEASE +org.springframework.security:spring-security-web:5.4.0 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2authorizationserver/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/boot/oauth2authorizationserver/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2authorizationserver/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2authorizationserver/gradle/dependency-locks/testCompile.lockfile b/samples/boot/oauth2authorizationserver/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..ed39c65ee1 --- /dev/null +++ b/samples/boot/oauth2authorizationserver/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,90 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.sun.activation:jakarta.activation:1.2.2 +com.sun.istack:istack-commons-runtime:3.0.11 +com.sun.xml.bind:jaxb-core:2.3.0.1 +com.sun.xml.bind:jaxb-impl:2.4.0-b180830.0438 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +javax.activation:javax.activation-api:1.2.0 +javax.xml.bind:jaxb-api:2.3.1 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.bouncycastle:bcpkix-jdk15on:1.66 +org.bouncycastle:bcprov-jdk15on:1.66 +org.glassfish.jaxb:jaxb-runtime:2.3.3 +org.glassfish.jaxb:txw2:2.3.3 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-security:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.4.0-M3 +org.springframework.security.oauth:spring-security-oauth2:2.5.0.RELEASE +org.springframework.security:spring-security-config:5.4.0 +org.springframework.security:spring-security-core:5.4.0 +org.springframework.security:spring-security-jwt:1.1.1.RELEASE +org.springframework.security:spring-security-web:5.4.0 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2authorizationserver/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/boot/oauth2authorizationserver/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..6e77bfb50f --- /dev/null +++ b/samples/boot/oauth2authorizationserver/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,84 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.sun.xml.bind:jaxb-core:2.3.0.1 +com.sun.xml.bind:jaxb-impl:2.4.0-b180830.0438 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +javax.activation:javax.activation-api:1.2.0 +javax.xml.bind:jaxb-api:2.3.1 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.bouncycastle:bcpkix-jdk15on:1.66 +org.bouncycastle:bcprov-jdk15on:1.66 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-security:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.4.0-M3 +org.springframework.security.oauth:spring-security-oauth2:2.5.0.RELEASE +org.springframework.security:spring-security-config:5.4.0 +org.springframework.security:spring-security-core:5.4.0 +org.springframework.security:spring-security-jwt:1.1.1.RELEASE +org.springframework.security:spring-security-web:5.4.0 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2authorizationserver/gradle/dependency-locks/testCompileOnly.lockfile b/samples/boot/oauth2authorizationserver/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2authorizationserver/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2authorizationserver/gradle/dependency-locks/testRuntime.lockfile b/samples/boot/oauth2authorizationserver/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..ed39c65ee1 --- /dev/null +++ b/samples/boot/oauth2authorizationserver/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,90 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.sun.activation:jakarta.activation:1.2.2 +com.sun.istack:istack-commons-runtime:3.0.11 +com.sun.xml.bind:jaxb-core:2.3.0.1 +com.sun.xml.bind:jaxb-impl:2.4.0-b180830.0438 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +javax.activation:javax.activation-api:1.2.0 +javax.xml.bind:jaxb-api:2.3.1 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.bouncycastle:bcpkix-jdk15on:1.66 +org.bouncycastle:bcprov-jdk15on:1.66 +org.glassfish.jaxb:jaxb-runtime:2.3.3 +org.glassfish.jaxb:txw2:2.3.3 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-security:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.4.0-M3 +org.springframework.security.oauth:spring-security-oauth2:2.5.0.RELEASE +org.springframework.security:spring-security-config:5.4.0 +org.springframework.security:spring-security-core:5.4.0 +org.springframework.security:spring-security-jwt:1.1.1.RELEASE +org.springframework.security:spring-security-web:5.4.0 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2authorizationserver/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/boot/oauth2authorizationserver/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..ed39c65ee1 --- /dev/null +++ b/samples/boot/oauth2authorizationserver/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,90 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.sun.activation:jakarta.activation:1.2.2 +com.sun.istack:istack-commons-runtime:3.0.11 +com.sun.xml.bind:jaxb-core:2.3.0.1 +com.sun.xml.bind:jaxb-impl:2.4.0-b180830.0438 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +javax.activation:javax.activation-api:1.2.0 +javax.xml.bind:jaxb-api:2.3.1 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.bouncycastle:bcpkix-jdk15on:1.66 +org.bouncycastle:bcprov-jdk15on:1.66 +org.glassfish.jaxb:jaxb-runtime:2.3.3 +org.glassfish.jaxb:txw2:2.3.3 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-security:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.4.0-M3 +org.springframework.security.oauth:spring-security-oauth2:2.5.0.RELEASE +org.springframework.security:spring-security-config:5.4.0 +org.springframework.security:spring-security-core:5.4.0 +org.springframework.security:spring-security-jwt:1.1.1.RELEASE +org.springframework.security:spring-security-web:5.4.0 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2authorizationserver/gradle/dependency-locks/tests.lockfile b/samples/boot/oauth2authorizationserver/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..ed39c65ee1 --- /dev/null +++ b/samples/boot/oauth2authorizationserver/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,90 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.sun.activation:jakarta.activation:1.2.2 +com.sun.istack:istack-commons-runtime:3.0.11 +com.sun.xml.bind:jaxb-core:2.3.0.1 +com.sun.xml.bind:jaxb-impl:2.4.0-b180830.0438 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +javax.activation:javax.activation-api:1.2.0 +javax.xml.bind:jaxb-api:2.3.1 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.bouncycastle:bcpkix-jdk15on:1.66 +org.bouncycastle:bcprov-jdk15on:1.66 +org.glassfish.jaxb:jaxb-runtime:2.3.3 +org.glassfish.jaxb:txw2:2.3.3 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-security:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.4.0-M3 +org.springframework.security.oauth:spring-security-oauth2:2.5.0.RELEASE +org.springframework.security:spring-security-config:5.4.0 +org.springframework.security:spring-security-core:5.4.0 +org.springframework.security:spring-security-jwt:1.1.1.RELEASE +org.springframework.security:spring-security-web:5.4.0 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2login-webflux/gradle/dependency-locks/annotationProcessor.lockfile b/samples/boot/oauth2login-webflux/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2login-webflux/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2login-webflux/gradle/dependency-locks/archives.lockfile b/samples/boot/oauth2login-webflux/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2login-webflux/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2login-webflux/gradle/dependency-locks/checkstyle.lockfile b/samples/boot/oauth2login-webflux/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/samples/boot/oauth2login-webflux/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2login-webflux/gradle/dependency-locks/compile.lockfile b/samples/boot/oauth2login-webflux/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..9b3667a066 --- /dev/null +++ b/samples/boot/oauth2login-webflux/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,76 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.attoparser:attoparser:2.0.5.RELEASE +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2login-webflux/gradle/dependency-locks/compileClasspath.lockfile b/samples/boot/oauth2login-webflux/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..9b3667a066 --- /dev/null +++ b/samples/boot/oauth2login-webflux/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,76 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.attoparser:attoparser:2.0.5.RELEASE +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2login-webflux/gradle/dependency-locks/compileOnly.lockfile b/samples/boot/oauth2login-webflux/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2login-webflux/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2login-webflux/gradle/dependency-locks/default.lockfile b/samples/boot/oauth2login-webflux/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..9b3667a066 --- /dev/null +++ b/samples/boot/oauth2login-webflux/gradle/dependency-locks/default.lockfile @@ -0,0 +1,76 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.attoparser:attoparser:2.0.5.RELEASE +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2login-webflux/gradle/dependency-locks/developmentOnly.lockfile b/samples/boot/oauth2login-webflux/gradle/dependency-locks/developmentOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2login-webflux/gradle/dependency-locks/developmentOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2login-webflux/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile b/samples/boot/oauth2login-webflux/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2login-webflux/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2login-webflux/gradle/dependency-locks/integrationTestCompile.lockfile b/samples/boot/oauth2login-webflux/gradle/dependency-locks/integrationTestCompile.lockfile new file mode 100644 index 0000000000..c05dd3c9e9 --- /dev/null +++ b/samples/boot/oauth2login-webflux/gradle/dependency-locks/integrationTestCompile.lockfile @@ -0,0 +1,131 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.shapesecurity:salvation:2.7.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.15 +commons-io:commons-io:2.7 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.7 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +net.sourceforge.htmlunit:htmlunit-core-js:2.43.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.43.0 +net.sourceforge.htmlunit:neko-htmlunit:2.43.0 +org.apache.commons:commons-lang3:3.11 +org.apache.commons:commons-text:1.9 +org.apache.httpcomponents:httpclient:4.5.12 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.12 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.brotli:dec:0.1.2 +org.eclipse.jetty.websocket:websocket-api:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-client:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-common:9.4.31.v20200723 +org.eclipse.jetty:jetty-client:9.4.31.v20200723 +org.eclipse.jetty:jetty-http:9.4.31.v20200723 +org.eclipse.jetty:jetty-io:9.4.31.v20200723 +org.eclipse.jetty:jetty-util:9.4.31.v20200723 +org.eclipse.jetty:jetty-xml:9.4.31.v20200723 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/boot/oauth2login-webflux/gradle/dependency-locks/integrationTestCompileClasspath.lockfile b/samples/boot/oauth2login-webflux/gradle/dependency-locks/integrationTestCompileClasspath.lockfile new file mode 100644 index 0000000000..1e69d6c366 --- /dev/null +++ b/samples/boot/oauth2login-webflux/gradle/dependency-locks/integrationTestCompileClasspath.lockfile @@ -0,0 +1,129 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.shapesecurity:salvation:2.7.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.15 +commons-io:commons-io:2.7 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.7 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +net.sourceforge.htmlunit:htmlunit-core-js:2.43.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.43.0 +net.sourceforge.htmlunit:neko-htmlunit:2.43.0 +org.apache.commons:commons-lang3:3.11 +org.apache.commons:commons-text:1.9 +org.apache.httpcomponents:httpclient:4.5.12 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.12 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.brotli:dec:0.1.2 +org.eclipse.jetty.websocket:websocket-api:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-client:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-common:9.4.31.v20200723 +org.eclipse.jetty:jetty-client:9.4.31.v20200723 +org.eclipse.jetty:jetty-http:9.4.31.v20200723 +org.eclipse.jetty:jetty-io:9.4.31.v20200723 +org.eclipse.jetty:jetty-util:9.4.31.v20200723 +org.eclipse.jetty:jetty-xml:9.4.31.v20200723 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/boot/oauth2login-webflux/gradle/dependency-locks/integrationTestCompileOnly.lockfile b/samples/boot/oauth2login-webflux/gradle/dependency-locks/integrationTestCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2login-webflux/gradle/dependency-locks/integrationTestCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2login-webflux/gradle/dependency-locks/integrationTestRuntime.lockfile b/samples/boot/oauth2login-webflux/gradle/dependency-locks/integrationTestRuntime.lockfile new file mode 100644 index 0000000000..c05dd3c9e9 --- /dev/null +++ b/samples/boot/oauth2login-webflux/gradle/dependency-locks/integrationTestRuntime.lockfile @@ -0,0 +1,131 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.shapesecurity:salvation:2.7.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.15 +commons-io:commons-io:2.7 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.7 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +net.sourceforge.htmlunit:htmlunit-core-js:2.43.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.43.0 +net.sourceforge.htmlunit:neko-htmlunit:2.43.0 +org.apache.commons:commons-lang3:3.11 +org.apache.commons:commons-text:1.9 +org.apache.httpcomponents:httpclient:4.5.12 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.12 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.brotli:dec:0.1.2 +org.eclipse.jetty.websocket:websocket-api:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-client:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-common:9.4.31.v20200723 +org.eclipse.jetty:jetty-client:9.4.31.v20200723 +org.eclipse.jetty:jetty-http:9.4.31.v20200723 +org.eclipse.jetty:jetty-io:9.4.31.v20200723 +org.eclipse.jetty:jetty-util:9.4.31.v20200723 +org.eclipse.jetty:jetty-xml:9.4.31.v20200723 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/boot/oauth2login-webflux/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile b/samples/boot/oauth2login-webflux/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile new file mode 100644 index 0000000000..c05dd3c9e9 --- /dev/null +++ b/samples/boot/oauth2login-webflux/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile @@ -0,0 +1,131 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.shapesecurity:salvation:2.7.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.15 +commons-io:commons-io:2.7 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.7 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +net.sourceforge.htmlunit:htmlunit-core-js:2.43.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.43.0 +net.sourceforge.htmlunit:neko-htmlunit:2.43.0 +org.apache.commons:commons-lang3:3.11 +org.apache.commons:commons-text:1.9 +org.apache.httpcomponents:httpclient:4.5.12 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.12 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.brotli:dec:0.1.2 +org.eclipse.jetty.websocket:websocket-api:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-client:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-common:9.4.31.v20200723 +org.eclipse.jetty:jetty-client:9.4.31.v20200723 +org.eclipse.jetty:jetty-http:9.4.31.v20200723 +org.eclipse.jetty:jetty-io:9.4.31.v20200723 +org.eclipse.jetty:jetty-util:9.4.31.v20200723 +org.eclipse.jetty:jetty-xml:9.4.31.v20200723 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/boot/oauth2login-webflux/gradle/dependency-locks/optional.lockfile b/samples/boot/oauth2login-webflux/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2login-webflux/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2login-webflux/gradle/dependency-locks/productionRuntimeClasspath.lockfile b/samples/boot/oauth2login-webflux/gradle/dependency-locks/productionRuntimeClasspath.lockfile new file mode 100644 index 0000000000..9b3667a066 --- /dev/null +++ b/samples/boot/oauth2login-webflux/gradle/dependency-locks/productionRuntimeClasspath.lockfile @@ -0,0 +1,76 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.attoparser:attoparser:2.0.5.RELEASE +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2login-webflux/gradle/dependency-locks/provided.lockfile b/samples/boot/oauth2login-webflux/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2login-webflux/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2login-webflux/gradle/dependency-locks/runtime.lockfile b/samples/boot/oauth2login-webflux/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..9b3667a066 --- /dev/null +++ b/samples/boot/oauth2login-webflux/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,76 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.attoparser:attoparser:2.0.5.RELEASE +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2login-webflux/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/boot/oauth2login-webflux/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..9b3667a066 --- /dev/null +++ b/samples/boot/oauth2login-webflux/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,76 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.attoparser:attoparser:2.0.5.RELEASE +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2login-webflux/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/boot/oauth2login-webflux/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2login-webflux/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2login-webflux/gradle/dependency-locks/testCompile.lockfile b/samples/boot/oauth2login-webflux/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..c05dd3c9e9 --- /dev/null +++ b/samples/boot/oauth2login-webflux/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,131 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.shapesecurity:salvation:2.7.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.15 +commons-io:commons-io:2.7 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.7 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +net.sourceforge.htmlunit:htmlunit-core-js:2.43.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.43.0 +net.sourceforge.htmlunit:neko-htmlunit:2.43.0 +org.apache.commons:commons-lang3:3.11 +org.apache.commons:commons-text:1.9 +org.apache.httpcomponents:httpclient:4.5.12 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.12 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.brotli:dec:0.1.2 +org.eclipse.jetty.websocket:websocket-api:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-client:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-common:9.4.31.v20200723 +org.eclipse.jetty:jetty-client:9.4.31.v20200723 +org.eclipse.jetty:jetty-http:9.4.31.v20200723 +org.eclipse.jetty:jetty-io:9.4.31.v20200723 +org.eclipse.jetty:jetty-util:9.4.31.v20200723 +org.eclipse.jetty:jetty-xml:9.4.31.v20200723 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/boot/oauth2login-webflux/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/boot/oauth2login-webflux/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..1e69d6c366 --- /dev/null +++ b/samples/boot/oauth2login-webflux/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,129 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.shapesecurity:salvation:2.7.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.15 +commons-io:commons-io:2.7 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.7 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +net.sourceforge.htmlunit:htmlunit-core-js:2.43.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.43.0 +net.sourceforge.htmlunit:neko-htmlunit:2.43.0 +org.apache.commons:commons-lang3:3.11 +org.apache.commons:commons-text:1.9 +org.apache.httpcomponents:httpclient:4.5.12 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.12 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.brotli:dec:0.1.2 +org.eclipse.jetty.websocket:websocket-api:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-client:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-common:9.4.31.v20200723 +org.eclipse.jetty:jetty-client:9.4.31.v20200723 +org.eclipse.jetty:jetty-http:9.4.31.v20200723 +org.eclipse.jetty:jetty-io:9.4.31.v20200723 +org.eclipse.jetty:jetty-util:9.4.31.v20200723 +org.eclipse.jetty:jetty-xml:9.4.31.v20200723 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/boot/oauth2login-webflux/gradle/dependency-locks/testCompileOnly.lockfile b/samples/boot/oauth2login-webflux/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2login-webflux/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2login-webflux/gradle/dependency-locks/testRuntime.lockfile b/samples/boot/oauth2login-webflux/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..c05dd3c9e9 --- /dev/null +++ b/samples/boot/oauth2login-webflux/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,131 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.shapesecurity:salvation:2.7.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.15 +commons-io:commons-io:2.7 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.7 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +net.sourceforge.htmlunit:htmlunit-core-js:2.43.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.43.0 +net.sourceforge.htmlunit:neko-htmlunit:2.43.0 +org.apache.commons:commons-lang3:3.11 +org.apache.commons:commons-text:1.9 +org.apache.httpcomponents:httpclient:4.5.12 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.12 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.brotli:dec:0.1.2 +org.eclipse.jetty.websocket:websocket-api:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-client:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-common:9.4.31.v20200723 +org.eclipse.jetty:jetty-client:9.4.31.v20200723 +org.eclipse.jetty:jetty-http:9.4.31.v20200723 +org.eclipse.jetty:jetty-io:9.4.31.v20200723 +org.eclipse.jetty:jetty-util:9.4.31.v20200723 +org.eclipse.jetty:jetty-xml:9.4.31.v20200723 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/boot/oauth2login-webflux/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/boot/oauth2login-webflux/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..c05dd3c9e9 --- /dev/null +++ b/samples/boot/oauth2login-webflux/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,131 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.shapesecurity:salvation:2.7.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.15 +commons-io:commons-io:2.7 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.7 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +net.sourceforge.htmlunit:htmlunit-core-js:2.43.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.43.0 +net.sourceforge.htmlunit:neko-htmlunit:2.43.0 +org.apache.commons:commons-lang3:3.11 +org.apache.commons:commons-text:1.9 +org.apache.httpcomponents:httpclient:4.5.12 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.12 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.brotli:dec:0.1.2 +org.eclipse.jetty.websocket:websocket-api:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-client:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-common:9.4.31.v20200723 +org.eclipse.jetty:jetty-client:9.4.31.v20200723 +org.eclipse.jetty:jetty-http:9.4.31.v20200723 +org.eclipse.jetty:jetty-io:9.4.31.v20200723 +org.eclipse.jetty:jetty-util:9.4.31.v20200723 +org.eclipse.jetty:jetty-xml:9.4.31.v20200723 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/boot/oauth2login-webflux/gradle/dependency-locks/tests.lockfile b/samples/boot/oauth2login-webflux/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..c05dd3c9e9 --- /dev/null +++ b/samples/boot/oauth2login-webflux/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,131 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.shapesecurity:salvation:2.7.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.15 +commons-io:commons-io:2.7 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.7 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +net.sourceforge.htmlunit:htmlunit-core-js:2.43.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.43.0 +net.sourceforge.htmlunit:neko-htmlunit:2.43.0 +org.apache.commons:commons-lang3:3.11 +org.apache.commons:commons-text:1.9 +org.apache.httpcomponents:httpclient:4.5.12 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.12 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.brotli:dec:0.1.2 +org.eclipse.jetty.websocket:websocket-api:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-client:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-common:9.4.31.v20200723 +org.eclipse.jetty:jetty-client:9.4.31.v20200723 +org.eclipse.jetty:jetty-http:9.4.31.v20200723 +org.eclipse.jetty:jetty-io:9.4.31.v20200723 +org.eclipse.jetty:jetty-util:9.4.31.v20200723 +org.eclipse.jetty:jetty-xml:9.4.31.v20200723 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/boot/oauth2login/gradle/dependency-locks/annotationProcessor.lockfile b/samples/boot/oauth2login/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2login/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2login/gradle/dependency-locks/archives.lockfile b/samples/boot/oauth2login/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2login/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2login/gradle/dependency-locks/checkstyle.lockfile b/samples/boot/oauth2login/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/samples/boot/oauth2login/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2login/gradle/dependency-locks/compile.lockfile b/samples/boot/oauth2login/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..63955e59a3 --- /dev/null +++ b/samples/boot/oauth2login/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,59 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.attoparser:attoparser:2.0.5.RELEASE +org.glassfish:jakarta.el:3.0.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.ow2.asm:asm:5.0.4 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2login/gradle/dependency-locks/compileClasspath.lockfile b/samples/boot/oauth2login/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..63955e59a3 --- /dev/null +++ b/samples/boot/oauth2login/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,59 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.attoparser:attoparser:2.0.5.RELEASE +org.glassfish:jakarta.el:3.0.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.ow2.asm:asm:5.0.4 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2login/gradle/dependency-locks/compileOnly.lockfile b/samples/boot/oauth2login/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2login/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2login/gradle/dependency-locks/default.lockfile b/samples/boot/oauth2login/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..63955e59a3 --- /dev/null +++ b/samples/boot/oauth2login/gradle/dependency-locks/default.lockfile @@ -0,0 +1,59 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.attoparser:attoparser:2.0.5.RELEASE +org.glassfish:jakarta.el:3.0.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.ow2.asm:asm:5.0.4 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2login/gradle/dependency-locks/developmentOnly.lockfile b/samples/boot/oauth2login/gradle/dependency-locks/developmentOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2login/gradle/dependency-locks/developmentOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2login/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile b/samples/boot/oauth2login/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2login/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2login/gradle/dependency-locks/integrationTestCompile.lockfile b/samples/boot/oauth2login/gradle/dependency-locks/integrationTestCompile.lockfile new file mode 100644 index 0000000000..e936e3e96e --- /dev/null +++ b/samples/boot/oauth2login/gradle/dependency-locks/integrationTestCompile.lockfile @@ -0,0 +1,114 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.shapesecurity:salvation:2.7.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.15 +commons-io:commons-io:2.7 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.7 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +net.sourceforge.htmlunit:htmlunit-core-js:2.43.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.43.0 +net.sourceforge.htmlunit:neko-htmlunit:2.43.0 +org.apache.commons:commons-lang3:3.11 +org.apache.commons:commons-text:1.9 +org.apache.httpcomponents:httpclient:4.5.12 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.12 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.brotli:dec:0.1.2 +org.eclipse.jetty.websocket:websocket-api:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-client:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-common:9.4.31.v20200723 +org.eclipse.jetty:jetty-client:9.4.31.v20200723 +org.eclipse.jetty:jetty-http:9.4.31.v20200723 +org.eclipse.jetty:jetty-io:9.4.31.v20200723 +org.eclipse.jetty:jetty-util:9.4.31.v20200723 +org.eclipse.jetty:jetty-xml:9.4.31.v20200723 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/boot/oauth2login/gradle/dependency-locks/integrationTestCompileClasspath.lockfile b/samples/boot/oauth2login/gradle/dependency-locks/integrationTestCompileClasspath.lockfile new file mode 100644 index 0000000000..b61979de8f --- /dev/null +++ b/samples/boot/oauth2login/gradle/dependency-locks/integrationTestCompileClasspath.lockfile @@ -0,0 +1,112 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.shapesecurity:salvation:2.7.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.15 +commons-io:commons-io:2.7 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.7 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +net.sourceforge.htmlunit:htmlunit-core-js:2.43.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.43.0 +net.sourceforge.htmlunit:neko-htmlunit:2.43.0 +org.apache.commons:commons-lang3:3.11 +org.apache.commons:commons-text:1.9 +org.apache.httpcomponents:httpclient:4.5.12 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.12 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.brotli:dec:0.1.2 +org.eclipse.jetty.websocket:websocket-api:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-client:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-common:9.4.31.v20200723 +org.eclipse.jetty:jetty-client:9.4.31.v20200723 +org.eclipse.jetty:jetty-http:9.4.31.v20200723 +org.eclipse.jetty:jetty-io:9.4.31.v20200723 +org.eclipse.jetty:jetty-util:9.4.31.v20200723 +org.eclipse.jetty:jetty-xml:9.4.31.v20200723 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/boot/oauth2login/gradle/dependency-locks/integrationTestCompileOnly.lockfile b/samples/boot/oauth2login/gradle/dependency-locks/integrationTestCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2login/gradle/dependency-locks/integrationTestCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2login/gradle/dependency-locks/integrationTestRuntime.lockfile b/samples/boot/oauth2login/gradle/dependency-locks/integrationTestRuntime.lockfile new file mode 100644 index 0000000000..e936e3e96e --- /dev/null +++ b/samples/boot/oauth2login/gradle/dependency-locks/integrationTestRuntime.lockfile @@ -0,0 +1,114 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.shapesecurity:salvation:2.7.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.15 +commons-io:commons-io:2.7 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.7 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +net.sourceforge.htmlunit:htmlunit-core-js:2.43.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.43.0 +net.sourceforge.htmlunit:neko-htmlunit:2.43.0 +org.apache.commons:commons-lang3:3.11 +org.apache.commons:commons-text:1.9 +org.apache.httpcomponents:httpclient:4.5.12 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.12 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.brotli:dec:0.1.2 +org.eclipse.jetty.websocket:websocket-api:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-client:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-common:9.4.31.v20200723 +org.eclipse.jetty:jetty-client:9.4.31.v20200723 +org.eclipse.jetty:jetty-http:9.4.31.v20200723 +org.eclipse.jetty:jetty-io:9.4.31.v20200723 +org.eclipse.jetty:jetty-util:9.4.31.v20200723 +org.eclipse.jetty:jetty-xml:9.4.31.v20200723 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/boot/oauth2login/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile b/samples/boot/oauth2login/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile new file mode 100644 index 0000000000..e936e3e96e --- /dev/null +++ b/samples/boot/oauth2login/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile @@ -0,0 +1,114 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.shapesecurity:salvation:2.7.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.15 +commons-io:commons-io:2.7 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.7 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +net.sourceforge.htmlunit:htmlunit-core-js:2.43.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.43.0 +net.sourceforge.htmlunit:neko-htmlunit:2.43.0 +org.apache.commons:commons-lang3:3.11 +org.apache.commons:commons-text:1.9 +org.apache.httpcomponents:httpclient:4.5.12 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.12 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.brotli:dec:0.1.2 +org.eclipse.jetty.websocket:websocket-api:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-client:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-common:9.4.31.v20200723 +org.eclipse.jetty:jetty-client:9.4.31.v20200723 +org.eclipse.jetty:jetty-http:9.4.31.v20200723 +org.eclipse.jetty:jetty-io:9.4.31.v20200723 +org.eclipse.jetty:jetty-util:9.4.31.v20200723 +org.eclipse.jetty:jetty-xml:9.4.31.v20200723 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/boot/oauth2login/gradle/dependency-locks/optional.lockfile b/samples/boot/oauth2login/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2login/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2login/gradle/dependency-locks/productionRuntimeClasspath.lockfile b/samples/boot/oauth2login/gradle/dependency-locks/productionRuntimeClasspath.lockfile new file mode 100644 index 0000000000..63955e59a3 --- /dev/null +++ b/samples/boot/oauth2login/gradle/dependency-locks/productionRuntimeClasspath.lockfile @@ -0,0 +1,59 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.attoparser:attoparser:2.0.5.RELEASE +org.glassfish:jakarta.el:3.0.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.ow2.asm:asm:5.0.4 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2login/gradle/dependency-locks/provided.lockfile b/samples/boot/oauth2login/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2login/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2login/gradle/dependency-locks/runtime.lockfile b/samples/boot/oauth2login/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..63955e59a3 --- /dev/null +++ b/samples/boot/oauth2login/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,59 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.attoparser:attoparser:2.0.5.RELEASE +org.glassfish:jakarta.el:3.0.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.ow2.asm:asm:5.0.4 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2login/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/boot/oauth2login/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..63955e59a3 --- /dev/null +++ b/samples/boot/oauth2login/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,59 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.attoparser:attoparser:2.0.5.RELEASE +org.glassfish:jakarta.el:3.0.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.ow2.asm:asm:5.0.4 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2login/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/boot/oauth2login/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2login/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2login/gradle/dependency-locks/testCompile.lockfile b/samples/boot/oauth2login/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..e936e3e96e --- /dev/null +++ b/samples/boot/oauth2login/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,114 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.shapesecurity:salvation:2.7.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.15 +commons-io:commons-io:2.7 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.7 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +net.sourceforge.htmlunit:htmlunit-core-js:2.43.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.43.0 +net.sourceforge.htmlunit:neko-htmlunit:2.43.0 +org.apache.commons:commons-lang3:3.11 +org.apache.commons:commons-text:1.9 +org.apache.httpcomponents:httpclient:4.5.12 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.12 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.brotli:dec:0.1.2 +org.eclipse.jetty.websocket:websocket-api:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-client:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-common:9.4.31.v20200723 +org.eclipse.jetty:jetty-client:9.4.31.v20200723 +org.eclipse.jetty:jetty-http:9.4.31.v20200723 +org.eclipse.jetty:jetty-io:9.4.31.v20200723 +org.eclipse.jetty:jetty-util:9.4.31.v20200723 +org.eclipse.jetty:jetty-xml:9.4.31.v20200723 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/boot/oauth2login/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/boot/oauth2login/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..b61979de8f --- /dev/null +++ b/samples/boot/oauth2login/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,112 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.shapesecurity:salvation:2.7.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.15 +commons-io:commons-io:2.7 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.7 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +net.sourceforge.htmlunit:htmlunit-core-js:2.43.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.43.0 +net.sourceforge.htmlunit:neko-htmlunit:2.43.0 +org.apache.commons:commons-lang3:3.11 +org.apache.commons:commons-text:1.9 +org.apache.httpcomponents:httpclient:4.5.12 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.12 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.brotli:dec:0.1.2 +org.eclipse.jetty.websocket:websocket-api:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-client:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-common:9.4.31.v20200723 +org.eclipse.jetty:jetty-client:9.4.31.v20200723 +org.eclipse.jetty:jetty-http:9.4.31.v20200723 +org.eclipse.jetty:jetty-io:9.4.31.v20200723 +org.eclipse.jetty:jetty-util:9.4.31.v20200723 +org.eclipse.jetty:jetty-xml:9.4.31.v20200723 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/boot/oauth2login/gradle/dependency-locks/testCompileOnly.lockfile b/samples/boot/oauth2login/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2login/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2login/gradle/dependency-locks/testRuntime.lockfile b/samples/boot/oauth2login/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..e936e3e96e --- /dev/null +++ b/samples/boot/oauth2login/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,114 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.shapesecurity:salvation:2.7.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.15 +commons-io:commons-io:2.7 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.7 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +net.sourceforge.htmlunit:htmlunit-core-js:2.43.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.43.0 +net.sourceforge.htmlunit:neko-htmlunit:2.43.0 +org.apache.commons:commons-lang3:3.11 +org.apache.commons:commons-text:1.9 +org.apache.httpcomponents:httpclient:4.5.12 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.12 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.brotli:dec:0.1.2 +org.eclipse.jetty.websocket:websocket-api:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-client:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-common:9.4.31.v20200723 +org.eclipse.jetty:jetty-client:9.4.31.v20200723 +org.eclipse.jetty:jetty-http:9.4.31.v20200723 +org.eclipse.jetty:jetty-io:9.4.31.v20200723 +org.eclipse.jetty:jetty-util:9.4.31.v20200723 +org.eclipse.jetty:jetty-xml:9.4.31.v20200723 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/boot/oauth2login/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/boot/oauth2login/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..e936e3e96e --- /dev/null +++ b/samples/boot/oauth2login/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,114 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.shapesecurity:salvation:2.7.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.15 +commons-io:commons-io:2.7 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.7 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +net.sourceforge.htmlunit:htmlunit-core-js:2.43.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.43.0 +net.sourceforge.htmlunit:neko-htmlunit:2.43.0 +org.apache.commons:commons-lang3:3.11 +org.apache.commons:commons-text:1.9 +org.apache.httpcomponents:httpclient:4.5.12 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.12 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.brotli:dec:0.1.2 +org.eclipse.jetty.websocket:websocket-api:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-client:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-common:9.4.31.v20200723 +org.eclipse.jetty:jetty-client:9.4.31.v20200723 +org.eclipse.jetty:jetty-http:9.4.31.v20200723 +org.eclipse.jetty:jetty-io:9.4.31.v20200723 +org.eclipse.jetty:jetty-util:9.4.31.v20200723 +org.eclipse.jetty:jetty-xml:9.4.31.v20200723 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/boot/oauth2login/gradle/dependency-locks/tests.lockfile b/samples/boot/oauth2login/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..e936e3e96e --- /dev/null +++ b/samples/boot/oauth2login/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,114 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.shapesecurity:salvation:2.7.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.15 +commons-io:commons-io:2.7 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.7 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +net.sourceforge.htmlunit:htmlunit-core-js:2.43.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.43.0 +net.sourceforge.htmlunit:neko-htmlunit:2.43.0 +org.apache.commons:commons-lang3:3.11 +org.apache.commons:commons-text:1.9 +org.apache.httpcomponents:httpclient:4.5.12 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.12 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.brotli:dec:0.1.2 +org.eclipse.jetty.websocket:websocket-api:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-client:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-common:9.4.31.v20200723 +org.eclipse.jetty:jetty-client:9.4.31.v20200723 +org.eclipse.jetty:jetty-http:9.4.31.v20200723 +org.eclipse.jetty:jetty-io:9.4.31.v20200723 +org.eclipse.jetty:jetty-util:9.4.31.v20200723 +org.eclipse.jetty:jetty-xml:9.4.31.v20200723 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/annotationProcessor.lockfile b/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/archives.lockfile b/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/checkstyle.lockfile b/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/compile.lockfile b/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..e3eb828ee5 --- /dev/null +++ b/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,52 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +junit:junit:4.13 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/compileClasspath.lockfile b/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..e3eb828ee5 --- /dev/null +++ b/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,52 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +junit:junit:4.13 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/compileOnly.lockfile b/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/default.lockfile b/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..e3eb828ee5 --- /dev/null +++ b/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/default.lockfile @@ -0,0 +1,52 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +junit:junit:4.13 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/developmentOnly.lockfile b/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/developmentOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/developmentOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile b/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/integrationTestCompile.lockfile b/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/integrationTestCompile.lockfile new file mode 100644 index 0000000000..d847224306 --- /dev/null +++ b/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/integrationTestCompile.lockfile @@ -0,0 +1,80 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/integrationTestCompileClasspath.lockfile b/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/integrationTestCompileClasspath.lockfile new file mode 100644 index 0000000000..0a094fe4a8 --- /dev/null +++ b/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/integrationTestCompileClasspath.lockfile @@ -0,0 +1,78 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/integrationTestCompileOnly.lockfile b/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/integrationTestCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/integrationTestCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/integrationTestRuntime.lockfile b/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/integrationTestRuntime.lockfile new file mode 100644 index 0000000000..d847224306 --- /dev/null +++ b/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/integrationTestRuntime.lockfile @@ -0,0 +1,80 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile b/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile new file mode 100644 index 0000000000..d847224306 --- /dev/null +++ b/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile @@ -0,0 +1,80 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/optional.lockfile b/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/productionRuntimeClasspath.lockfile b/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/productionRuntimeClasspath.lockfile new file mode 100644 index 0000000000..e3eb828ee5 --- /dev/null +++ b/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/productionRuntimeClasspath.lockfile @@ -0,0 +1,52 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +junit:junit:4.13 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/provided.lockfile b/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/runtime.lockfile b/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..e3eb828ee5 --- /dev/null +++ b/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,52 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +junit:junit:4.13 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..e3eb828ee5 --- /dev/null +++ b/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,52 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +junit:junit:4.13 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/testCompile.lockfile b/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..d847224306 --- /dev/null +++ b/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,80 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..0a094fe4a8 --- /dev/null +++ b/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,78 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/testCompileOnly.lockfile b/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/testRuntime.lockfile b/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..d847224306 --- /dev/null +++ b/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,80 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..d847224306 --- /dev/null +++ b/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,80 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/tests.lockfile b/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..d847224306 --- /dev/null +++ b/samples/boot/oauth2resourceserver-jwe/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,80 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/annotationProcessor.lockfile b/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/archives.lockfile b/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/checkstyle.lockfile b/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/compile.lockfile b/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..ddfefe9732 --- /dev/null +++ b/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,58 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +junit:junit:4.13 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.ow2.asm:asm:5.0.4 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/compileClasspath.lockfile b/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..ddfefe9732 --- /dev/null +++ b/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,58 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +junit:junit:4.13 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.ow2.asm:asm:5.0.4 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/compileOnly.lockfile b/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/default.lockfile b/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..ddfefe9732 --- /dev/null +++ b/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/default.lockfile @@ -0,0 +1,58 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +junit:junit:4.13 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.ow2.asm:asm:5.0.4 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/developmentOnly.lockfile b/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/developmentOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/developmentOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile b/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/integrationTestCompile.lockfile b/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/integrationTestCompile.lockfile new file mode 100644 index 0000000000..e4efe4f60b --- /dev/null +++ b/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/integrationTestCompile.lockfile @@ -0,0 +1,83 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/integrationTestCompileClasspath.lockfile b/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/integrationTestCompileClasspath.lockfile new file mode 100644 index 0000000000..99456eb8dd --- /dev/null +++ b/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/integrationTestCompileClasspath.lockfile @@ -0,0 +1,81 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/integrationTestCompileOnly.lockfile b/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/integrationTestCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/integrationTestCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/integrationTestRuntime.lockfile b/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/integrationTestRuntime.lockfile new file mode 100644 index 0000000000..e4efe4f60b --- /dev/null +++ b/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/integrationTestRuntime.lockfile @@ -0,0 +1,83 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile b/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile new file mode 100644 index 0000000000..e4efe4f60b --- /dev/null +++ b/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile @@ -0,0 +1,83 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/optional.lockfile b/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/productionRuntimeClasspath.lockfile b/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/productionRuntimeClasspath.lockfile new file mode 100644 index 0000000000..ddfefe9732 --- /dev/null +++ b/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/productionRuntimeClasspath.lockfile @@ -0,0 +1,58 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +junit:junit:4.13 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.ow2.asm:asm:5.0.4 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/provided.lockfile b/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/runtime.lockfile b/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..ddfefe9732 --- /dev/null +++ b/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,58 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +junit:junit:4.13 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.ow2.asm:asm:5.0.4 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..ddfefe9732 --- /dev/null +++ b/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,58 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +junit:junit:4.13 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.ow2.asm:asm:5.0.4 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/testCompile.lockfile b/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..e4efe4f60b --- /dev/null +++ b/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,83 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..99456eb8dd --- /dev/null +++ b/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,81 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/testCompileOnly.lockfile b/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/testRuntime.lockfile b/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..e4efe4f60b --- /dev/null +++ b/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,83 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..e4efe4f60b --- /dev/null +++ b/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,83 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/tests.lockfile b/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..e4efe4f60b --- /dev/null +++ b/samples/boot/oauth2resourceserver-multitenancy/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,83 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/annotationProcessor.lockfile b/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/archives.lockfile b/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/checkstyle.lockfile b/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/compile.lockfile b/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..ddfefe9732 --- /dev/null +++ b/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,58 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +junit:junit:4.13 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.ow2.asm:asm:5.0.4 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/compileClasspath.lockfile b/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..ddfefe9732 --- /dev/null +++ b/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,58 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +junit:junit:4.13 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.ow2.asm:asm:5.0.4 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/compileOnly.lockfile b/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/default.lockfile b/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..ddfefe9732 --- /dev/null +++ b/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/default.lockfile @@ -0,0 +1,58 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +junit:junit:4.13 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.ow2.asm:asm:5.0.4 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/developmentOnly.lockfile b/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/developmentOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/developmentOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile b/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/integrationTestCompile.lockfile b/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/integrationTestCompile.lockfile new file mode 100644 index 0000000000..e4efe4f60b --- /dev/null +++ b/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/integrationTestCompile.lockfile @@ -0,0 +1,83 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/integrationTestCompileClasspath.lockfile b/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/integrationTestCompileClasspath.lockfile new file mode 100644 index 0000000000..99456eb8dd --- /dev/null +++ b/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/integrationTestCompileClasspath.lockfile @@ -0,0 +1,81 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/integrationTestCompileOnly.lockfile b/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/integrationTestCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/integrationTestCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/integrationTestRuntime.lockfile b/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/integrationTestRuntime.lockfile new file mode 100644 index 0000000000..e4efe4f60b --- /dev/null +++ b/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/integrationTestRuntime.lockfile @@ -0,0 +1,83 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile b/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile new file mode 100644 index 0000000000..e4efe4f60b --- /dev/null +++ b/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile @@ -0,0 +1,83 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/optional.lockfile b/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/productionRuntimeClasspath.lockfile b/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/productionRuntimeClasspath.lockfile new file mode 100644 index 0000000000..ddfefe9732 --- /dev/null +++ b/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/productionRuntimeClasspath.lockfile @@ -0,0 +1,58 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +junit:junit:4.13 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.ow2.asm:asm:5.0.4 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/provided.lockfile b/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/runtime.lockfile b/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..ddfefe9732 --- /dev/null +++ b/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,58 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +junit:junit:4.13 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.ow2.asm:asm:5.0.4 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..ddfefe9732 --- /dev/null +++ b/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,58 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +junit:junit:4.13 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.ow2.asm:asm:5.0.4 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/testCompile.lockfile b/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..e4efe4f60b --- /dev/null +++ b/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,83 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..99456eb8dd --- /dev/null +++ b/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,81 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/testCompileOnly.lockfile b/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/testRuntime.lockfile b/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..e4efe4f60b --- /dev/null +++ b/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,83 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..e4efe4f60b --- /dev/null +++ b/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,83 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/tests.lockfile b/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..e4efe4f60b --- /dev/null +++ b/samples/boot/oauth2resourceserver-opaque/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,83 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/annotationProcessor.lockfile b/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/archives.lockfile b/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/checkstyle.lockfile b/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/compile.lockfile b/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..58ea2b8525 --- /dev/null +++ b/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,46 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:nimbus-jose-jwt:9.0.1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.glassfish:jakarta.el:3.0.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/compileClasspath.lockfile b/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..58ea2b8525 --- /dev/null +++ b/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,46 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:nimbus-jose-jwt:9.0.1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.glassfish:jakarta.el:3.0.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/compileOnly.lockfile b/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/default.lockfile b/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..58ea2b8525 --- /dev/null +++ b/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/default.lockfile @@ -0,0 +1,46 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:nimbus-jose-jwt:9.0.1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.glassfish:jakarta.el:3.0.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/developmentOnly.lockfile b/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/developmentOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/developmentOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile b/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/integrationTestCompile.lockfile b/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/integrationTestCompile.lockfile new file mode 100644 index 0000000000..aad52802c3 --- /dev/null +++ b/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/integrationTestCompile.lockfile @@ -0,0 +1,77 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/integrationTestCompileClasspath.lockfile b/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/integrationTestCompileClasspath.lockfile new file mode 100644 index 0000000000..de3d17d7a7 --- /dev/null +++ b/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/integrationTestCompileClasspath.lockfile @@ -0,0 +1,75 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/integrationTestCompileOnly.lockfile b/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/integrationTestCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/integrationTestCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/integrationTestRuntime.lockfile b/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/integrationTestRuntime.lockfile new file mode 100644 index 0000000000..aad52802c3 --- /dev/null +++ b/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/integrationTestRuntime.lockfile @@ -0,0 +1,77 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile b/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile new file mode 100644 index 0000000000..aad52802c3 --- /dev/null +++ b/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile @@ -0,0 +1,77 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/optional.lockfile b/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/productionRuntimeClasspath.lockfile b/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/productionRuntimeClasspath.lockfile new file mode 100644 index 0000000000..58ea2b8525 --- /dev/null +++ b/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/productionRuntimeClasspath.lockfile @@ -0,0 +1,46 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:nimbus-jose-jwt:9.0.1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.glassfish:jakarta.el:3.0.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/provided.lockfile b/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/runtime.lockfile b/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..58ea2b8525 --- /dev/null +++ b/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,46 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:nimbus-jose-jwt:9.0.1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.glassfish:jakarta.el:3.0.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..58ea2b8525 --- /dev/null +++ b/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,46 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:nimbus-jose-jwt:9.0.1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.glassfish:jakarta.el:3.0.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/testCompile.lockfile b/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..aad52802c3 --- /dev/null +++ b/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,77 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..de3d17d7a7 --- /dev/null +++ b/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,75 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/testCompileOnly.lockfile b/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/testRuntime.lockfile b/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..aad52802c3 --- /dev/null +++ b/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,77 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..aad52802c3 --- /dev/null +++ b/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,77 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/tests.lockfile b/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..aad52802c3 --- /dev/null +++ b/samples/boot/oauth2resourceserver-static/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,77 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/annotationProcessor.lockfile b/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/archives.lockfile b/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/checkstyle.lockfile b/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/compile.lockfile b/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..f1878e3602 --- /dev/null +++ b/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,75 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +junit:junit:4.13 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/compileClasspath.lockfile b/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..f1878e3602 --- /dev/null +++ b/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,75 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +junit:junit:4.13 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/compileOnly.lockfile b/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/default.lockfile b/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..f1878e3602 --- /dev/null +++ b/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/default.lockfile @@ -0,0 +1,75 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +junit:junit:4.13 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/developmentOnly.lockfile b/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/developmentOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/developmentOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile b/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/integrationTestCompile.lockfile b/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/integrationTestCompile.lockfile new file mode 100644 index 0000000000..cb0b790240 --- /dev/null +++ b/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/integrationTestCompile.lockfile @@ -0,0 +1,100 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/integrationTestCompileClasspath.lockfile b/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/integrationTestCompileClasspath.lockfile new file mode 100644 index 0000000000..180d70c6e7 --- /dev/null +++ b/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/integrationTestCompileClasspath.lockfile @@ -0,0 +1,98 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/integrationTestCompileOnly.lockfile b/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/integrationTestCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/integrationTestCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/integrationTestRuntime.lockfile b/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/integrationTestRuntime.lockfile new file mode 100644 index 0000000000..cb0b790240 --- /dev/null +++ b/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/integrationTestRuntime.lockfile @@ -0,0 +1,100 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile b/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile new file mode 100644 index 0000000000..cb0b790240 --- /dev/null +++ b/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile @@ -0,0 +1,100 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/optional.lockfile b/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/productionRuntimeClasspath.lockfile b/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/productionRuntimeClasspath.lockfile new file mode 100644 index 0000000000..f1878e3602 --- /dev/null +++ b/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/productionRuntimeClasspath.lockfile @@ -0,0 +1,75 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +junit:junit:4.13 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/provided.lockfile b/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/runtime.lockfile b/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..f1878e3602 --- /dev/null +++ b/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,75 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +junit:junit:4.13 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..f1878e3602 --- /dev/null +++ b/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,75 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +junit:junit:4.13 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/testCompile.lockfile b/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..cb0b790240 --- /dev/null +++ b/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,100 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..180d70c6e7 --- /dev/null +++ b/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,98 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/testCompileOnly.lockfile b/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/testRuntime.lockfile b/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..cb0b790240 --- /dev/null +++ b/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,100 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..cb0b790240 --- /dev/null +++ b/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,100 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/tests.lockfile b/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..cb0b790240 --- /dev/null +++ b/samples/boot/oauth2resourceserver-webflux/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,100 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver/gradle/dependency-locks/annotationProcessor.lockfile b/samples/boot/oauth2resourceserver/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver/gradle/dependency-locks/archives.lockfile b/samples/boot/oauth2resourceserver/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver/gradle/dependency-locks/checkstyle.lockfile b/samples/boot/oauth2resourceserver/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/samples/boot/oauth2resourceserver/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver/gradle/dependency-locks/compile.lockfile b/samples/boot/oauth2resourceserver/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..e3eb828ee5 --- /dev/null +++ b/samples/boot/oauth2resourceserver/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,52 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +junit:junit:4.13 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver/gradle/dependency-locks/compileClasspath.lockfile b/samples/boot/oauth2resourceserver/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..e3eb828ee5 --- /dev/null +++ b/samples/boot/oauth2resourceserver/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,52 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +junit:junit:4.13 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver/gradle/dependency-locks/compileOnly.lockfile b/samples/boot/oauth2resourceserver/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver/gradle/dependency-locks/default.lockfile b/samples/boot/oauth2resourceserver/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..e3eb828ee5 --- /dev/null +++ b/samples/boot/oauth2resourceserver/gradle/dependency-locks/default.lockfile @@ -0,0 +1,52 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +junit:junit:4.13 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver/gradle/dependency-locks/developmentOnly.lockfile b/samples/boot/oauth2resourceserver/gradle/dependency-locks/developmentOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver/gradle/dependency-locks/developmentOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile b/samples/boot/oauth2resourceserver/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver/gradle/dependency-locks/integrationTestCompile.lockfile b/samples/boot/oauth2resourceserver/gradle/dependency-locks/integrationTestCompile.lockfile new file mode 100644 index 0000000000..d847224306 --- /dev/null +++ b/samples/boot/oauth2resourceserver/gradle/dependency-locks/integrationTestCompile.lockfile @@ -0,0 +1,80 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver/gradle/dependency-locks/integrationTestCompileClasspath.lockfile b/samples/boot/oauth2resourceserver/gradle/dependency-locks/integrationTestCompileClasspath.lockfile new file mode 100644 index 0000000000..0a094fe4a8 --- /dev/null +++ b/samples/boot/oauth2resourceserver/gradle/dependency-locks/integrationTestCompileClasspath.lockfile @@ -0,0 +1,78 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver/gradle/dependency-locks/integrationTestCompileOnly.lockfile b/samples/boot/oauth2resourceserver/gradle/dependency-locks/integrationTestCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver/gradle/dependency-locks/integrationTestCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver/gradle/dependency-locks/integrationTestRuntime.lockfile b/samples/boot/oauth2resourceserver/gradle/dependency-locks/integrationTestRuntime.lockfile new file mode 100644 index 0000000000..d847224306 --- /dev/null +++ b/samples/boot/oauth2resourceserver/gradle/dependency-locks/integrationTestRuntime.lockfile @@ -0,0 +1,80 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile b/samples/boot/oauth2resourceserver/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile new file mode 100644 index 0000000000..d847224306 --- /dev/null +++ b/samples/boot/oauth2resourceserver/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile @@ -0,0 +1,80 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver/gradle/dependency-locks/optional.lockfile b/samples/boot/oauth2resourceserver/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver/gradle/dependency-locks/productionRuntimeClasspath.lockfile b/samples/boot/oauth2resourceserver/gradle/dependency-locks/productionRuntimeClasspath.lockfile new file mode 100644 index 0000000000..e3eb828ee5 --- /dev/null +++ b/samples/boot/oauth2resourceserver/gradle/dependency-locks/productionRuntimeClasspath.lockfile @@ -0,0 +1,52 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +junit:junit:4.13 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver/gradle/dependency-locks/provided.lockfile b/samples/boot/oauth2resourceserver/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver/gradle/dependency-locks/runtime.lockfile b/samples/boot/oauth2resourceserver/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..e3eb828ee5 --- /dev/null +++ b/samples/boot/oauth2resourceserver/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,52 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +junit:junit:4.13 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/boot/oauth2resourceserver/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..e3eb828ee5 --- /dev/null +++ b/samples/boot/oauth2resourceserver/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,52 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +junit:junit:4.13 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/boot/oauth2resourceserver/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver/gradle/dependency-locks/testCompile.lockfile b/samples/boot/oauth2resourceserver/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..d847224306 --- /dev/null +++ b/samples/boot/oauth2resourceserver/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,80 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/boot/oauth2resourceserver/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..0a094fe4a8 --- /dev/null +++ b/samples/boot/oauth2resourceserver/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,78 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver/gradle/dependency-locks/testCompileOnly.lockfile b/samples/boot/oauth2resourceserver/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2resourceserver/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2resourceserver/gradle/dependency-locks/testRuntime.lockfile b/samples/boot/oauth2resourceserver/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..d847224306 --- /dev/null +++ b/samples/boot/oauth2resourceserver/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,80 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/boot/oauth2resourceserver/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..d847224306 --- /dev/null +++ b/samples/boot/oauth2resourceserver/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,80 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2resourceserver/gradle/dependency-locks/tests.lockfile b/samples/boot/oauth2resourceserver/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..d847224306 --- /dev/null +++ b/samples/boot/oauth2resourceserver/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,80 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/annotationProcessor.lockfile b/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/archives.lockfile b/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/checkstyle.lockfile b/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/compile.lockfile b/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..5b3f208f3f --- /dev/null +++ b/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,77 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor.netty:reactor-netty:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.attoparser:attoparser:2.0.5.RELEASE +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/compileClasspath.lockfile b/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..5b3f208f3f --- /dev/null +++ b/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,77 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor.netty:reactor-netty:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.attoparser:attoparser:2.0.5.RELEASE +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/compileOnly.lockfile b/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/default.lockfile b/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..5b3f208f3f --- /dev/null +++ b/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/default.lockfile @@ -0,0 +1,77 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor.netty:reactor-netty:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.attoparser:attoparser:2.0.5.RELEASE +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/developmentOnly.lockfile b/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/developmentOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/developmentOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/optional.lockfile b/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/productionRuntimeClasspath.lockfile b/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/productionRuntimeClasspath.lockfile new file mode 100644 index 0000000000..5b3f208f3f --- /dev/null +++ b/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/productionRuntimeClasspath.lockfile @@ -0,0 +1,77 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor.netty:reactor-netty:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.attoparser:attoparser:2.0.5.RELEASE +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/provided.lockfile b/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/runtime.lockfile b/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..5b3f208f3f --- /dev/null +++ b/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,77 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor.netty:reactor-netty:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.attoparser:attoparser:2.0.5.RELEASE +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..5b3f208f3f --- /dev/null +++ b/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,77 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor.netty:reactor-netty:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.attoparser:attoparser:2.0.5.RELEASE +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/testCompile.lockfile b/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..bf7a03159a --- /dev/null +++ b/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,108 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor.netty:reactor-netty:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..4eb9cb190a --- /dev/null +++ b/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,106 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor.netty:reactor-netty:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/testCompileOnly.lockfile b/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/testRuntime.lockfile b/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..bf7a03159a --- /dev/null +++ b/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,108 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor.netty:reactor-netty:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..bf7a03159a --- /dev/null +++ b/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,108 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor.netty:reactor-netty:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/tests.lockfile b/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..bf7a03159a --- /dev/null +++ b/samples/boot/oauth2webclient-webflux/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,108 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor.netty:reactor-netty:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2webclient/gradle/dependency-locks/annotationProcessor.lockfile b/samples/boot/oauth2webclient/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2webclient/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2webclient/gradle/dependency-locks/archives.lockfile b/samples/boot/oauth2webclient/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2webclient/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2webclient/gradle/dependency-locks/checkstyle.lockfile b/samples/boot/oauth2webclient/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/samples/boot/oauth2webclient/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2webclient/gradle/dependency-locks/compile.lockfile b/samples/boot/oauth2webclient/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..6c4b06a8ce --- /dev/null +++ b/samples/boot/oauth2webclient/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,79 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor.netty:reactor-netty:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.attoparser:attoparser:2.0.5.RELEASE +org.glassfish:jakarta.el:3.0.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2webclient/gradle/dependency-locks/compileClasspath.lockfile b/samples/boot/oauth2webclient/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..6c4b06a8ce --- /dev/null +++ b/samples/boot/oauth2webclient/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,79 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor.netty:reactor-netty:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.attoparser:attoparser:2.0.5.RELEASE +org.glassfish:jakarta.el:3.0.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2webclient/gradle/dependency-locks/compileOnly.lockfile b/samples/boot/oauth2webclient/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2webclient/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2webclient/gradle/dependency-locks/default.lockfile b/samples/boot/oauth2webclient/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..6c4b06a8ce --- /dev/null +++ b/samples/boot/oauth2webclient/gradle/dependency-locks/default.lockfile @@ -0,0 +1,79 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor.netty:reactor-netty:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.attoparser:attoparser:2.0.5.RELEASE +org.glassfish:jakarta.el:3.0.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2webclient/gradle/dependency-locks/developmentOnly.lockfile b/samples/boot/oauth2webclient/gradle/dependency-locks/developmentOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2webclient/gradle/dependency-locks/developmentOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2webclient/gradle/dependency-locks/optional.lockfile b/samples/boot/oauth2webclient/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2webclient/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2webclient/gradle/dependency-locks/productionRuntimeClasspath.lockfile b/samples/boot/oauth2webclient/gradle/dependency-locks/productionRuntimeClasspath.lockfile new file mode 100644 index 0000000000..6c4b06a8ce --- /dev/null +++ b/samples/boot/oauth2webclient/gradle/dependency-locks/productionRuntimeClasspath.lockfile @@ -0,0 +1,79 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor.netty:reactor-netty:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.attoparser:attoparser:2.0.5.RELEASE +org.glassfish:jakarta.el:3.0.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2webclient/gradle/dependency-locks/provided.lockfile b/samples/boot/oauth2webclient/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2webclient/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2webclient/gradle/dependency-locks/runtime.lockfile b/samples/boot/oauth2webclient/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..6c4b06a8ce --- /dev/null +++ b/samples/boot/oauth2webclient/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,79 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor.netty:reactor-netty:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.attoparser:attoparser:2.0.5.RELEASE +org.glassfish:jakarta.el:3.0.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2webclient/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/boot/oauth2webclient/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..6c4b06a8ce --- /dev/null +++ b/samples/boot/oauth2webclient/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,79 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor.netty:reactor-netty:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.attoparser:attoparser:2.0.5.RELEASE +org.glassfish:jakarta.el:3.0.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2webclient/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/boot/oauth2webclient/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2webclient/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2webclient/gradle/dependency-locks/testCompile.lockfile b/samples/boot/oauth2webclient/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..823ee28f69 --- /dev/null +++ b/samples/boot/oauth2webclient/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,110 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor.netty:reactor-netty:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2webclient/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/boot/oauth2webclient/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..6c6d7ffb51 --- /dev/null +++ b/samples/boot/oauth2webclient/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,108 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor.netty:reactor-netty:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2webclient/gradle/dependency-locks/testCompileOnly.lockfile b/samples/boot/oauth2webclient/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/oauth2webclient/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/oauth2webclient/gradle/dependency-locks/testRuntime.lockfile b/samples/boot/oauth2webclient/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..823ee28f69 --- /dev/null +++ b/samples/boot/oauth2webclient/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,110 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor.netty:reactor-netty:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2webclient/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/boot/oauth2webclient/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..823ee28f69 --- /dev/null +++ b/samples/boot/oauth2webclient/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,110 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor.netty:reactor-netty:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/oauth2webclient/gradle/dependency-locks/tests.lockfile b/samples/boot/oauth2webclient/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..823ee28f69 --- /dev/null +++ b/samples/boot/oauth2webclient/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,110 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.jayway.jsonpath:json-path:2.4.0 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.0.1 +com.nimbusds:oauth2-oidc-sdk:8.19.2 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor.netty:reactor-netty:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/saml2login/gradle/dependency-locks/annotationProcessor.lockfile b/samples/boot/saml2login/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/saml2login/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/saml2login/gradle/dependency-locks/archives.lockfile b/samples/boot/saml2login/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/saml2login/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/saml2login/gradle/dependency-locks/checkstyle.lockfile b/samples/boot/saml2login/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/samples/boot/saml2login/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/saml2login/gradle/dependency-locks/compile.lockfile b/samples/boot/saml2login/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..67075cfdd1 --- /dev/null +++ b/samples/boot/saml2login/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,79 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.fasterxml.woodstox:woodstox-core:5.0.3 +com.google.code.findbugs:jsr305:3.0.1 +com.google.guava:guava:20.0 +commons-codec:commons-codec:1.15 +commons-collections:commons-collections:3.2.2 +commons-lang:commons-lang:2.4 +io.dropwizard.metrics:metrics-core:4.1.12.1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +joda-time:joda-time:2.9 +net.shibboleth.utilities:java-support:7.5.1 +org.apache.httpcomponents:httpclient:4.5.12 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.santuario:xmlsec:2.0.10 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apache.velocity:velocity:1.7 +org.attoparser:attoparser:2.0.5.RELEASE +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.woodstox:stax2-api:3.1.4 +org.cryptacular:cryptacular:1.1.3 +org.glassfish:jakarta.el:3.0.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.opensaml:opensaml-core:3.4.5 +org.opensaml:opensaml-messaging-api:3.4.5 +org.opensaml:opensaml-profile-api:3.4.5 +org.opensaml:opensaml-saml-api:3.4.5 +org.opensaml:opensaml-saml-impl:3.4.5 +org.opensaml:opensaml-security-api:3.4.5 +org.opensaml:opensaml-security-impl:3.4.5 +org.opensaml:opensaml-soap-api:3.4.5 +org.opensaml:opensaml-soap-impl:3.4.5 +org.opensaml:opensaml-storage-api:3.4.5 +org.opensaml:opensaml-xmlsec-api:3.4.5 +org.opensaml:opensaml-xmlsec-impl:3.4.5 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/saml2login/gradle/dependency-locks/compileClasspath.lockfile b/samples/boot/saml2login/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..67075cfdd1 --- /dev/null +++ b/samples/boot/saml2login/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,79 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.fasterxml.woodstox:woodstox-core:5.0.3 +com.google.code.findbugs:jsr305:3.0.1 +com.google.guava:guava:20.0 +commons-codec:commons-codec:1.15 +commons-collections:commons-collections:3.2.2 +commons-lang:commons-lang:2.4 +io.dropwizard.metrics:metrics-core:4.1.12.1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +joda-time:joda-time:2.9 +net.shibboleth.utilities:java-support:7.5.1 +org.apache.httpcomponents:httpclient:4.5.12 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.santuario:xmlsec:2.0.10 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apache.velocity:velocity:1.7 +org.attoparser:attoparser:2.0.5.RELEASE +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.woodstox:stax2-api:3.1.4 +org.cryptacular:cryptacular:1.1.3 +org.glassfish:jakarta.el:3.0.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.opensaml:opensaml-core:3.4.5 +org.opensaml:opensaml-messaging-api:3.4.5 +org.opensaml:opensaml-profile-api:3.4.5 +org.opensaml:opensaml-saml-api:3.4.5 +org.opensaml:opensaml-saml-impl:3.4.5 +org.opensaml:opensaml-security-api:3.4.5 +org.opensaml:opensaml-security-impl:3.4.5 +org.opensaml:opensaml-soap-api:3.4.5 +org.opensaml:opensaml-soap-impl:3.4.5 +org.opensaml:opensaml-storage-api:3.4.5 +org.opensaml:opensaml-xmlsec-api:3.4.5 +org.opensaml:opensaml-xmlsec-impl:3.4.5 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/saml2login/gradle/dependency-locks/compileOnly.lockfile b/samples/boot/saml2login/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/saml2login/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/saml2login/gradle/dependency-locks/default.lockfile b/samples/boot/saml2login/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..67075cfdd1 --- /dev/null +++ b/samples/boot/saml2login/gradle/dependency-locks/default.lockfile @@ -0,0 +1,79 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.fasterxml.woodstox:woodstox-core:5.0.3 +com.google.code.findbugs:jsr305:3.0.1 +com.google.guava:guava:20.0 +commons-codec:commons-codec:1.15 +commons-collections:commons-collections:3.2.2 +commons-lang:commons-lang:2.4 +io.dropwizard.metrics:metrics-core:4.1.12.1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +joda-time:joda-time:2.9 +net.shibboleth.utilities:java-support:7.5.1 +org.apache.httpcomponents:httpclient:4.5.12 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.santuario:xmlsec:2.0.10 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apache.velocity:velocity:1.7 +org.attoparser:attoparser:2.0.5.RELEASE +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.woodstox:stax2-api:3.1.4 +org.cryptacular:cryptacular:1.1.3 +org.glassfish:jakarta.el:3.0.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.opensaml:opensaml-core:3.4.5 +org.opensaml:opensaml-messaging-api:3.4.5 +org.opensaml:opensaml-profile-api:3.4.5 +org.opensaml:opensaml-saml-api:3.4.5 +org.opensaml:opensaml-saml-impl:3.4.5 +org.opensaml:opensaml-security-api:3.4.5 +org.opensaml:opensaml-security-impl:3.4.5 +org.opensaml:opensaml-soap-api:3.4.5 +org.opensaml:opensaml-soap-impl:3.4.5 +org.opensaml:opensaml-storage-api:3.4.5 +org.opensaml:opensaml-xmlsec-api:3.4.5 +org.opensaml:opensaml-xmlsec-impl:3.4.5 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/saml2login/gradle/dependency-locks/developmentOnly.lockfile b/samples/boot/saml2login/gradle/dependency-locks/developmentOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/saml2login/gradle/dependency-locks/developmentOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/saml2login/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile b/samples/boot/saml2login/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/saml2login/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/saml2login/gradle/dependency-locks/integrationTestCompile.lockfile b/samples/boot/saml2login/gradle/dependency-locks/integrationTestCompile.lockfile new file mode 100644 index 0000000000..2918e173d9 --- /dev/null +++ b/samples/boot/saml2login/gradle/dependency-locks/integrationTestCompile.lockfile @@ -0,0 +1,134 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.fasterxml.woodstox:woodstox-core:5.0.3 +com.google.code.findbugs:jsr305:3.0.1 +com.google.guava:guava:20.0 +com.jayway.jsonpath:json-path:2.4.0 +com.shapesecurity:salvation:2.7.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.15 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:2.7 +commons-lang:commons-lang:2.4 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.7 +io.dropwizard.metrics:metrics-core:4.1.12.1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +joda-time:joda-time:2.9 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +net.shibboleth.utilities:java-support:7.5.1 +net.sourceforge.htmlunit:htmlunit-core-js:2.43.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.43.0 +net.sourceforge.htmlunit:neko-htmlunit:2.43.0 +org.apache.commons:commons-lang3:3.11 +org.apache.commons:commons-text:1.9 +org.apache.httpcomponents:httpclient:4.5.12 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.12 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.santuario:xmlsec:2.0.10 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apache.velocity:velocity:1.7 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.bouncycastle:bcprov-jdk15on:1.66 +org.brotli:dec:0.1.2 +org.codehaus.woodstox:stax2-api:3.1.4 +org.cryptacular:cryptacular:1.1.3 +org.eclipse.jetty.websocket:websocket-api:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-client:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-common:9.4.31.v20200723 +org.eclipse.jetty:jetty-client:9.4.31.v20200723 +org.eclipse.jetty:jetty-http:9.4.31.v20200723 +org.eclipse.jetty:jetty-io:9.4.31.v20200723 +org.eclipse.jetty:jetty-util:9.4.31.v20200723 +org.eclipse.jetty:jetty-xml:9.4.31.v20200723 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opensaml:opensaml-core:3.4.5 +org.opensaml:opensaml-messaging-api:3.4.5 +org.opensaml:opensaml-profile-api:3.4.5 +org.opensaml:opensaml-saml-api:3.4.5 +org.opensaml:opensaml-saml-impl:3.4.5 +org.opensaml:opensaml-security-api:3.4.5 +org.opensaml:opensaml-security-impl:3.4.5 +org.opensaml:opensaml-soap-api:3.4.5 +org.opensaml:opensaml-soap-impl:3.4.5 +org.opensaml:opensaml-storage-api:3.4.5 +org.opensaml:opensaml-xmlsec-api:3.4.5 +org.opensaml:opensaml-xmlsec-impl:3.4.5 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/boot/saml2login/gradle/dependency-locks/integrationTestCompileClasspath.lockfile b/samples/boot/saml2login/gradle/dependency-locks/integrationTestCompileClasspath.lockfile new file mode 100644 index 0000000000..fabc35b7bd --- /dev/null +++ b/samples/boot/saml2login/gradle/dependency-locks/integrationTestCompileClasspath.lockfile @@ -0,0 +1,132 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.fasterxml.woodstox:woodstox-core:5.0.3 +com.google.code.findbugs:jsr305:3.0.1 +com.google.guava:guava:20.0 +com.jayway.jsonpath:json-path:2.4.0 +com.shapesecurity:salvation:2.7.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.15 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:2.7 +commons-lang:commons-lang:2.4 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.7 +io.dropwizard.metrics:metrics-core:4.1.12.1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +joda-time:joda-time:2.9 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +net.shibboleth.utilities:java-support:7.5.1 +net.sourceforge.htmlunit:htmlunit-core-js:2.43.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.43.0 +net.sourceforge.htmlunit:neko-htmlunit:2.43.0 +org.apache.commons:commons-lang3:3.11 +org.apache.commons:commons-text:1.9 +org.apache.httpcomponents:httpclient:4.5.12 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.12 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.santuario:xmlsec:2.0.10 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apache.velocity:velocity:1.7 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.bouncycastle:bcprov-jdk15on:1.66 +org.brotli:dec:0.1.2 +org.codehaus.woodstox:stax2-api:3.1.4 +org.cryptacular:cryptacular:1.1.3 +org.eclipse.jetty.websocket:websocket-api:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-client:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-common:9.4.31.v20200723 +org.eclipse.jetty:jetty-client:9.4.31.v20200723 +org.eclipse.jetty:jetty-http:9.4.31.v20200723 +org.eclipse.jetty:jetty-io:9.4.31.v20200723 +org.eclipse.jetty:jetty-util:9.4.31.v20200723 +org.eclipse.jetty:jetty-xml:9.4.31.v20200723 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opensaml:opensaml-core:3.4.5 +org.opensaml:opensaml-messaging-api:3.4.5 +org.opensaml:opensaml-profile-api:3.4.5 +org.opensaml:opensaml-saml-api:3.4.5 +org.opensaml:opensaml-saml-impl:3.4.5 +org.opensaml:opensaml-security-api:3.4.5 +org.opensaml:opensaml-security-impl:3.4.5 +org.opensaml:opensaml-soap-api:3.4.5 +org.opensaml:opensaml-soap-impl:3.4.5 +org.opensaml:opensaml-storage-api:3.4.5 +org.opensaml:opensaml-xmlsec-api:3.4.5 +org.opensaml:opensaml-xmlsec-impl:3.4.5 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/boot/saml2login/gradle/dependency-locks/integrationTestCompileOnly.lockfile b/samples/boot/saml2login/gradle/dependency-locks/integrationTestCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/saml2login/gradle/dependency-locks/integrationTestCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/saml2login/gradle/dependency-locks/integrationTestRuntime.lockfile b/samples/boot/saml2login/gradle/dependency-locks/integrationTestRuntime.lockfile new file mode 100644 index 0000000000..2918e173d9 --- /dev/null +++ b/samples/boot/saml2login/gradle/dependency-locks/integrationTestRuntime.lockfile @@ -0,0 +1,134 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.fasterxml.woodstox:woodstox-core:5.0.3 +com.google.code.findbugs:jsr305:3.0.1 +com.google.guava:guava:20.0 +com.jayway.jsonpath:json-path:2.4.0 +com.shapesecurity:salvation:2.7.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.15 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:2.7 +commons-lang:commons-lang:2.4 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.7 +io.dropwizard.metrics:metrics-core:4.1.12.1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +joda-time:joda-time:2.9 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +net.shibboleth.utilities:java-support:7.5.1 +net.sourceforge.htmlunit:htmlunit-core-js:2.43.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.43.0 +net.sourceforge.htmlunit:neko-htmlunit:2.43.0 +org.apache.commons:commons-lang3:3.11 +org.apache.commons:commons-text:1.9 +org.apache.httpcomponents:httpclient:4.5.12 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.12 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.santuario:xmlsec:2.0.10 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apache.velocity:velocity:1.7 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.bouncycastle:bcprov-jdk15on:1.66 +org.brotli:dec:0.1.2 +org.codehaus.woodstox:stax2-api:3.1.4 +org.cryptacular:cryptacular:1.1.3 +org.eclipse.jetty.websocket:websocket-api:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-client:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-common:9.4.31.v20200723 +org.eclipse.jetty:jetty-client:9.4.31.v20200723 +org.eclipse.jetty:jetty-http:9.4.31.v20200723 +org.eclipse.jetty:jetty-io:9.4.31.v20200723 +org.eclipse.jetty:jetty-util:9.4.31.v20200723 +org.eclipse.jetty:jetty-xml:9.4.31.v20200723 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opensaml:opensaml-core:3.4.5 +org.opensaml:opensaml-messaging-api:3.4.5 +org.opensaml:opensaml-profile-api:3.4.5 +org.opensaml:opensaml-saml-api:3.4.5 +org.opensaml:opensaml-saml-impl:3.4.5 +org.opensaml:opensaml-security-api:3.4.5 +org.opensaml:opensaml-security-impl:3.4.5 +org.opensaml:opensaml-soap-api:3.4.5 +org.opensaml:opensaml-soap-impl:3.4.5 +org.opensaml:opensaml-storage-api:3.4.5 +org.opensaml:opensaml-xmlsec-api:3.4.5 +org.opensaml:opensaml-xmlsec-impl:3.4.5 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/boot/saml2login/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile b/samples/boot/saml2login/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile new file mode 100644 index 0000000000..2918e173d9 --- /dev/null +++ b/samples/boot/saml2login/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile @@ -0,0 +1,134 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.fasterxml.woodstox:woodstox-core:5.0.3 +com.google.code.findbugs:jsr305:3.0.1 +com.google.guava:guava:20.0 +com.jayway.jsonpath:json-path:2.4.0 +com.shapesecurity:salvation:2.7.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.15 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:2.7 +commons-lang:commons-lang:2.4 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.7 +io.dropwizard.metrics:metrics-core:4.1.12.1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +joda-time:joda-time:2.9 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +net.shibboleth.utilities:java-support:7.5.1 +net.sourceforge.htmlunit:htmlunit-core-js:2.43.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.43.0 +net.sourceforge.htmlunit:neko-htmlunit:2.43.0 +org.apache.commons:commons-lang3:3.11 +org.apache.commons:commons-text:1.9 +org.apache.httpcomponents:httpclient:4.5.12 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.12 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.santuario:xmlsec:2.0.10 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apache.velocity:velocity:1.7 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.bouncycastle:bcprov-jdk15on:1.66 +org.brotli:dec:0.1.2 +org.codehaus.woodstox:stax2-api:3.1.4 +org.cryptacular:cryptacular:1.1.3 +org.eclipse.jetty.websocket:websocket-api:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-client:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-common:9.4.31.v20200723 +org.eclipse.jetty:jetty-client:9.4.31.v20200723 +org.eclipse.jetty:jetty-http:9.4.31.v20200723 +org.eclipse.jetty:jetty-io:9.4.31.v20200723 +org.eclipse.jetty:jetty-util:9.4.31.v20200723 +org.eclipse.jetty:jetty-xml:9.4.31.v20200723 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opensaml:opensaml-core:3.4.5 +org.opensaml:opensaml-messaging-api:3.4.5 +org.opensaml:opensaml-profile-api:3.4.5 +org.opensaml:opensaml-saml-api:3.4.5 +org.opensaml:opensaml-saml-impl:3.4.5 +org.opensaml:opensaml-security-api:3.4.5 +org.opensaml:opensaml-security-impl:3.4.5 +org.opensaml:opensaml-soap-api:3.4.5 +org.opensaml:opensaml-soap-impl:3.4.5 +org.opensaml:opensaml-storage-api:3.4.5 +org.opensaml:opensaml-xmlsec-api:3.4.5 +org.opensaml:opensaml-xmlsec-impl:3.4.5 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/boot/saml2login/gradle/dependency-locks/optional.lockfile b/samples/boot/saml2login/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/saml2login/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/saml2login/gradle/dependency-locks/productionRuntimeClasspath.lockfile b/samples/boot/saml2login/gradle/dependency-locks/productionRuntimeClasspath.lockfile new file mode 100644 index 0000000000..67075cfdd1 --- /dev/null +++ b/samples/boot/saml2login/gradle/dependency-locks/productionRuntimeClasspath.lockfile @@ -0,0 +1,79 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.fasterxml.woodstox:woodstox-core:5.0.3 +com.google.code.findbugs:jsr305:3.0.1 +com.google.guava:guava:20.0 +commons-codec:commons-codec:1.15 +commons-collections:commons-collections:3.2.2 +commons-lang:commons-lang:2.4 +io.dropwizard.metrics:metrics-core:4.1.12.1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +joda-time:joda-time:2.9 +net.shibboleth.utilities:java-support:7.5.1 +org.apache.httpcomponents:httpclient:4.5.12 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.santuario:xmlsec:2.0.10 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apache.velocity:velocity:1.7 +org.attoparser:attoparser:2.0.5.RELEASE +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.woodstox:stax2-api:3.1.4 +org.cryptacular:cryptacular:1.1.3 +org.glassfish:jakarta.el:3.0.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.opensaml:opensaml-core:3.4.5 +org.opensaml:opensaml-messaging-api:3.4.5 +org.opensaml:opensaml-profile-api:3.4.5 +org.opensaml:opensaml-saml-api:3.4.5 +org.opensaml:opensaml-saml-impl:3.4.5 +org.opensaml:opensaml-security-api:3.4.5 +org.opensaml:opensaml-security-impl:3.4.5 +org.opensaml:opensaml-soap-api:3.4.5 +org.opensaml:opensaml-soap-impl:3.4.5 +org.opensaml:opensaml-storage-api:3.4.5 +org.opensaml:opensaml-xmlsec-api:3.4.5 +org.opensaml:opensaml-xmlsec-impl:3.4.5 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/saml2login/gradle/dependency-locks/provided.lockfile b/samples/boot/saml2login/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/saml2login/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/saml2login/gradle/dependency-locks/runtime.lockfile b/samples/boot/saml2login/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..67075cfdd1 --- /dev/null +++ b/samples/boot/saml2login/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,79 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.fasterxml.woodstox:woodstox-core:5.0.3 +com.google.code.findbugs:jsr305:3.0.1 +com.google.guava:guava:20.0 +commons-codec:commons-codec:1.15 +commons-collections:commons-collections:3.2.2 +commons-lang:commons-lang:2.4 +io.dropwizard.metrics:metrics-core:4.1.12.1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +joda-time:joda-time:2.9 +net.shibboleth.utilities:java-support:7.5.1 +org.apache.httpcomponents:httpclient:4.5.12 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.santuario:xmlsec:2.0.10 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apache.velocity:velocity:1.7 +org.attoparser:attoparser:2.0.5.RELEASE +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.woodstox:stax2-api:3.1.4 +org.cryptacular:cryptacular:1.1.3 +org.glassfish:jakarta.el:3.0.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.opensaml:opensaml-core:3.4.5 +org.opensaml:opensaml-messaging-api:3.4.5 +org.opensaml:opensaml-profile-api:3.4.5 +org.opensaml:opensaml-saml-api:3.4.5 +org.opensaml:opensaml-saml-impl:3.4.5 +org.opensaml:opensaml-security-api:3.4.5 +org.opensaml:opensaml-security-impl:3.4.5 +org.opensaml:opensaml-soap-api:3.4.5 +org.opensaml:opensaml-soap-impl:3.4.5 +org.opensaml:opensaml-storage-api:3.4.5 +org.opensaml:opensaml-xmlsec-api:3.4.5 +org.opensaml:opensaml-xmlsec-impl:3.4.5 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/saml2login/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/boot/saml2login/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..67075cfdd1 --- /dev/null +++ b/samples/boot/saml2login/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,79 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.fasterxml.woodstox:woodstox-core:5.0.3 +com.google.code.findbugs:jsr305:3.0.1 +com.google.guava:guava:20.0 +commons-codec:commons-codec:1.15 +commons-collections:commons-collections:3.2.2 +commons-lang:commons-lang:2.4 +io.dropwizard.metrics:metrics-core:4.1.12.1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.annotation:jakarta.annotation-api:1.3.5 +joda-time:joda-time:2.9 +net.shibboleth.utilities:java-support:7.5.1 +org.apache.httpcomponents:httpclient:4.5.12 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.santuario:xmlsec:2.0.10 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apache.velocity:velocity:1.7 +org.attoparser:attoparser:2.0.5.RELEASE +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.woodstox:stax2-api:3.1.4 +org.cryptacular:cryptacular:1.1.3 +org.glassfish:jakarta.el:3.0.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.opensaml:opensaml-core:3.4.5 +org.opensaml:opensaml-messaging-api:3.4.5 +org.opensaml:opensaml-profile-api:3.4.5 +org.opensaml:opensaml-saml-api:3.4.5 +org.opensaml:opensaml-saml-impl:3.4.5 +org.opensaml:opensaml-security-api:3.4.5 +org.opensaml:opensaml-security-impl:3.4.5 +org.opensaml:opensaml-soap-api:3.4.5 +org.opensaml:opensaml-soap-impl:3.4.5 +org.opensaml:opensaml-storage-api:3.4.5 +org.opensaml:opensaml-xmlsec-api:3.4.5 +org.opensaml:opensaml-xmlsec-impl:3.4.5 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/saml2login/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/boot/saml2login/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/saml2login/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/saml2login/gradle/dependency-locks/testCompile.lockfile b/samples/boot/saml2login/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..2918e173d9 --- /dev/null +++ b/samples/boot/saml2login/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,134 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.fasterxml.woodstox:woodstox-core:5.0.3 +com.google.code.findbugs:jsr305:3.0.1 +com.google.guava:guava:20.0 +com.jayway.jsonpath:json-path:2.4.0 +com.shapesecurity:salvation:2.7.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.15 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:2.7 +commons-lang:commons-lang:2.4 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.7 +io.dropwizard.metrics:metrics-core:4.1.12.1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +joda-time:joda-time:2.9 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +net.shibboleth.utilities:java-support:7.5.1 +net.sourceforge.htmlunit:htmlunit-core-js:2.43.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.43.0 +net.sourceforge.htmlunit:neko-htmlunit:2.43.0 +org.apache.commons:commons-lang3:3.11 +org.apache.commons:commons-text:1.9 +org.apache.httpcomponents:httpclient:4.5.12 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.12 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.santuario:xmlsec:2.0.10 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apache.velocity:velocity:1.7 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.bouncycastle:bcprov-jdk15on:1.66 +org.brotli:dec:0.1.2 +org.codehaus.woodstox:stax2-api:3.1.4 +org.cryptacular:cryptacular:1.1.3 +org.eclipse.jetty.websocket:websocket-api:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-client:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-common:9.4.31.v20200723 +org.eclipse.jetty:jetty-client:9.4.31.v20200723 +org.eclipse.jetty:jetty-http:9.4.31.v20200723 +org.eclipse.jetty:jetty-io:9.4.31.v20200723 +org.eclipse.jetty:jetty-util:9.4.31.v20200723 +org.eclipse.jetty:jetty-xml:9.4.31.v20200723 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opensaml:opensaml-core:3.4.5 +org.opensaml:opensaml-messaging-api:3.4.5 +org.opensaml:opensaml-profile-api:3.4.5 +org.opensaml:opensaml-saml-api:3.4.5 +org.opensaml:opensaml-saml-impl:3.4.5 +org.opensaml:opensaml-security-api:3.4.5 +org.opensaml:opensaml-security-impl:3.4.5 +org.opensaml:opensaml-soap-api:3.4.5 +org.opensaml:opensaml-soap-impl:3.4.5 +org.opensaml:opensaml-storage-api:3.4.5 +org.opensaml:opensaml-xmlsec-api:3.4.5 +org.opensaml:opensaml-xmlsec-impl:3.4.5 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/boot/saml2login/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/boot/saml2login/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..fabc35b7bd --- /dev/null +++ b/samples/boot/saml2login/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,132 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.fasterxml.woodstox:woodstox-core:5.0.3 +com.google.code.findbugs:jsr305:3.0.1 +com.google.guava:guava:20.0 +com.jayway.jsonpath:json-path:2.4.0 +com.shapesecurity:salvation:2.7.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.15 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:2.7 +commons-lang:commons-lang:2.4 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.7 +io.dropwizard.metrics:metrics-core:4.1.12.1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +joda-time:joda-time:2.9 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +net.shibboleth.utilities:java-support:7.5.1 +net.sourceforge.htmlunit:htmlunit-core-js:2.43.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.43.0 +net.sourceforge.htmlunit:neko-htmlunit:2.43.0 +org.apache.commons:commons-lang3:3.11 +org.apache.commons:commons-text:1.9 +org.apache.httpcomponents:httpclient:4.5.12 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.12 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.santuario:xmlsec:2.0.10 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apache.velocity:velocity:1.7 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.bouncycastle:bcprov-jdk15on:1.66 +org.brotli:dec:0.1.2 +org.codehaus.woodstox:stax2-api:3.1.4 +org.cryptacular:cryptacular:1.1.3 +org.eclipse.jetty.websocket:websocket-api:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-client:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-common:9.4.31.v20200723 +org.eclipse.jetty:jetty-client:9.4.31.v20200723 +org.eclipse.jetty:jetty-http:9.4.31.v20200723 +org.eclipse.jetty:jetty-io:9.4.31.v20200723 +org.eclipse.jetty:jetty-util:9.4.31.v20200723 +org.eclipse.jetty:jetty-xml:9.4.31.v20200723 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opensaml:opensaml-core:3.4.5 +org.opensaml:opensaml-messaging-api:3.4.5 +org.opensaml:opensaml-profile-api:3.4.5 +org.opensaml:opensaml-saml-api:3.4.5 +org.opensaml:opensaml-saml-impl:3.4.5 +org.opensaml:opensaml-security-api:3.4.5 +org.opensaml:opensaml-security-impl:3.4.5 +org.opensaml:opensaml-soap-api:3.4.5 +org.opensaml:opensaml-soap-impl:3.4.5 +org.opensaml:opensaml-storage-api:3.4.5 +org.opensaml:opensaml-xmlsec-api:3.4.5 +org.opensaml:opensaml-xmlsec-impl:3.4.5 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/boot/saml2login/gradle/dependency-locks/testCompileOnly.lockfile b/samples/boot/saml2login/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/saml2login/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/saml2login/gradle/dependency-locks/testRuntime.lockfile b/samples/boot/saml2login/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..2918e173d9 --- /dev/null +++ b/samples/boot/saml2login/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,134 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.fasterxml.woodstox:woodstox-core:5.0.3 +com.google.code.findbugs:jsr305:3.0.1 +com.google.guava:guava:20.0 +com.jayway.jsonpath:json-path:2.4.0 +com.shapesecurity:salvation:2.7.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.15 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:2.7 +commons-lang:commons-lang:2.4 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.7 +io.dropwizard.metrics:metrics-core:4.1.12.1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +joda-time:joda-time:2.9 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +net.shibboleth.utilities:java-support:7.5.1 +net.sourceforge.htmlunit:htmlunit-core-js:2.43.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.43.0 +net.sourceforge.htmlunit:neko-htmlunit:2.43.0 +org.apache.commons:commons-lang3:3.11 +org.apache.commons:commons-text:1.9 +org.apache.httpcomponents:httpclient:4.5.12 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.12 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.santuario:xmlsec:2.0.10 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apache.velocity:velocity:1.7 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.bouncycastle:bcprov-jdk15on:1.66 +org.brotli:dec:0.1.2 +org.codehaus.woodstox:stax2-api:3.1.4 +org.cryptacular:cryptacular:1.1.3 +org.eclipse.jetty.websocket:websocket-api:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-client:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-common:9.4.31.v20200723 +org.eclipse.jetty:jetty-client:9.4.31.v20200723 +org.eclipse.jetty:jetty-http:9.4.31.v20200723 +org.eclipse.jetty:jetty-io:9.4.31.v20200723 +org.eclipse.jetty:jetty-util:9.4.31.v20200723 +org.eclipse.jetty:jetty-xml:9.4.31.v20200723 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opensaml:opensaml-core:3.4.5 +org.opensaml:opensaml-messaging-api:3.4.5 +org.opensaml:opensaml-profile-api:3.4.5 +org.opensaml:opensaml-saml-api:3.4.5 +org.opensaml:opensaml-saml-impl:3.4.5 +org.opensaml:opensaml-security-api:3.4.5 +org.opensaml:opensaml-security-impl:3.4.5 +org.opensaml:opensaml-soap-api:3.4.5 +org.opensaml:opensaml-soap-impl:3.4.5 +org.opensaml:opensaml-storage-api:3.4.5 +org.opensaml:opensaml-xmlsec-api:3.4.5 +org.opensaml:opensaml-xmlsec-impl:3.4.5 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/boot/saml2login/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/boot/saml2login/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..2918e173d9 --- /dev/null +++ b/samples/boot/saml2login/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,134 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.fasterxml.woodstox:woodstox-core:5.0.3 +com.google.code.findbugs:jsr305:3.0.1 +com.google.guava:guava:20.0 +com.jayway.jsonpath:json-path:2.4.0 +com.shapesecurity:salvation:2.7.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.15 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:2.7 +commons-lang:commons-lang:2.4 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.7 +io.dropwizard.metrics:metrics-core:4.1.12.1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +joda-time:joda-time:2.9 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +net.shibboleth.utilities:java-support:7.5.1 +net.sourceforge.htmlunit:htmlunit-core-js:2.43.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.43.0 +net.sourceforge.htmlunit:neko-htmlunit:2.43.0 +org.apache.commons:commons-lang3:3.11 +org.apache.commons:commons-text:1.9 +org.apache.httpcomponents:httpclient:4.5.12 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.12 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.santuario:xmlsec:2.0.10 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apache.velocity:velocity:1.7 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.bouncycastle:bcprov-jdk15on:1.66 +org.brotli:dec:0.1.2 +org.codehaus.woodstox:stax2-api:3.1.4 +org.cryptacular:cryptacular:1.1.3 +org.eclipse.jetty.websocket:websocket-api:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-client:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-common:9.4.31.v20200723 +org.eclipse.jetty:jetty-client:9.4.31.v20200723 +org.eclipse.jetty:jetty-http:9.4.31.v20200723 +org.eclipse.jetty:jetty-io:9.4.31.v20200723 +org.eclipse.jetty:jetty-util:9.4.31.v20200723 +org.eclipse.jetty:jetty-xml:9.4.31.v20200723 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opensaml:opensaml-core:3.4.5 +org.opensaml:opensaml-messaging-api:3.4.5 +org.opensaml:opensaml-profile-api:3.4.5 +org.opensaml:opensaml-saml-api:3.4.5 +org.opensaml:opensaml-saml-impl:3.4.5 +org.opensaml:opensaml-security-api:3.4.5 +org.opensaml:opensaml-security-impl:3.4.5 +org.opensaml:opensaml-soap-api:3.4.5 +org.opensaml:opensaml-soap-impl:3.4.5 +org.opensaml:opensaml-storage-api:3.4.5 +org.opensaml:opensaml-xmlsec-api:3.4.5 +org.opensaml:opensaml-xmlsec-impl:3.4.5 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/boot/saml2login/gradle/dependency-locks/tests.lockfile b/samples/boot/saml2login/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..2918e173d9 --- /dev/null +++ b/samples/boot/saml2login/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,134 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.fasterxml.woodstox:woodstox-core:5.0.3 +com.google.code.findbugs:jsr305:3.0.1 +com.google.guava:guava:20.0 +com.jayway.jsonpath:json-path:2.4.0 +com.shapesecurity:salvation:2.7.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.15 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:2.7 +commons-lang:commons-lang:2.4 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.7 +io.dropwizard.metrics:metrics-core:4.1.12.1 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +joda-time:joda-time:2.9 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +net.shibboleth.utilities:java-support:7.5.1 +net.sourceforge.htmlunit:htmlunit-core-js:2.43.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.43.0 +net.sourceforge.htmlunit:neko-htmlunit:2.43.0 +org.apache.commons:commons-lang3:3.11 +org.apache.commons:commons-text:1.9 +org.apache.httpcomponents:httpclient:4.5.12 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.12 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apache.santuario:xmlsec:2.0.10 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apache.velocity:velocity:1.7 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.bouncycastle:bcprov-jdk15on:1.66 +org.brotli:dec:0.1.2 +org.codehaus.woodstox:stax2-api:3.1.4 +org.cryptacular:cryptacular:1.1.3 +org.eclipse.jetty.websocket:websocket-api:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-client:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-common:9.4.31.v20200723 +org.eclipse.jetty:jetty-client:9.4.31.v20200723 +org.eclipse.jetty:jetty-http:9.4.31.v20200723 +org.eclipse.jetty:jetty-io:9.4.31.v20200723 +org.eclipse.jetty:jetty-util:9.4.31.v20200723 +org.eclipse.jetty:jetty-xml:9.4.31.v20200723 +org.glassfish:jakarta.el:3.0.3 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opensaml:opensaml-core:3.4.5 +org.opensaml:opensaml-messaging-api:3.4.5 +org.opensaml:opensaml-profile-api:3.4.5 +org.opensaml:opensaml-saml-api:3.4.5 +org.opensaml:opensaml-saml-impl:3.4.5 +org.opensaml:opensaml-security-api:3.4.5 +org.opensaml:opensaml-security-impl:3.4.5 +org.opensaml:opensaml-soap-api:3.4.5 +org.opensaml:opensaml-soap-impl:3.4.5 +org.opensaml:opensaml-storage-api:3.4.5 +org.opensaml:opensaml-xmlsec-api:3.4.5 +org.opensaml:opensaml-xmlsec-impl:3.4.5 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3 +org.springframework.boot:spring-boot-starter-web:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webmvc:5.3.0-RC1 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/boot/webflux-form/gradle/dependency-locks/annotationProcessor.lockfile b/samples/boot/webflux-form/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/webflux-form/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/webflux-form/gradle/dependency-locks/archives.lockfile b/samples/boot/webflux-form/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/webflux-form/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/webflux-form/gradle/dependency-locks/checkstyle.lockfile b/samples/boot/webflux-form/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/samples/boot/webflux-form/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/webflux-form/gradle/dependency-locks/compile.lockfile b/samples/boot/webflux-form/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..18f260d836 --- /dev/null +++ b/samples/boot/webflux-form/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,68 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.attoparser:attoparser:2.0.5.RELEASE +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/webflux-form/gradle/dependency-locks/compileClasspath.lockfile b/samples/boot/webflux-form/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..18f260d836 --- /dev/null +++ b/samples/boot/webflux-form/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,68 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.attoparser:attoparser:2.0.5.RELEASE +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/webflux-form/gradle/dependency-locks/compileOnly.lockfile b/samples/boot/webflux-form/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/webflux-form/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/webflux-form/gradle/dependency-locks/default.lockfile b/samples/boot/webflux-form/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..18f260d836 --- /dev/null +++ b/samples/boot/webflux-form/gradle/dependency-locks/default.lockfile @@ -0,0 +1,68 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.attoparser:attoparser:2.0.5.RELEASE +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/webflux-form/gradle/dependency-locks/developmentOnly.lockfile b/samples/boot/webflux-form/gradle/dependency-locks/developmentOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/webflux-form/gradle/dependency-locks/developmentOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/webflux-form/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile b/samples/boot/webflux-form/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/webflux-form/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/webflux-form/gradle/dependency-locks/integrationTestCompile.lockfile b/samples/boot/webflux-form/gradle/dependency-locks/integrationTestCompile.lockfile new file mode 100644 index 0000000000..bca15e85c6 --- /dev/null +++ b/samples/boot/webflux-form/gradle/dependency-locks/integrationTestCompile.lockfile @@ -0,0 +1,140 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.google.code.findbugs:jsr305:1.3.9 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.j2objc:j2objc-annotations:1.1 +com.jayway.jsonpath:json-path:2.4.0 +com.shapesecurity:salvation:2.7.2 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.15 +commons-io:commons-io:2.7 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.7 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +io.projectreactor:reactor-test:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +net.sourceforge.htmlunit:htmlunit-core-js:2.43.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.43.0 +net.sourceforge.htmlunit:neko-htmlunit:2.43.0 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.11 +org.apache.commons:commons-text:1.9 +org.apache.httpcomponents:httpclient:4.5.12 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.12 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.eclipse.jetty.websocket:websocket-api:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-client:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-common:9.4.31.v20200723 +org.eclipse.jetty:jetty-client:9.4.31.v20200723 +org.eclipse.jetty:jetty-http:9.4.31.v20200723 +org.eclipse.jetty:jetty-io:9.4.31.v20200723 +org.eclipse.jetty:jetty-util:9.4.31.v20200723 +org.eclipse.jetty:jetty-xml:9.4.31.v20200723 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.seleniumhq.selenium:htmlunit-driver:2.43.1 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/boot/webflux-form/gradle/dependency-locks/integrationTestCompileClasspath.lockfile b/samples/boot/webflux-form/gradle/dependency-locks/integrationTestCompileClasspath.lockfile new file mode 100644 index 0000000000..461aa593d4 --- /dev/null +++ b/samples/boot/webflux-form/gradle/dependency-locks/integrationTestCompileClasspath.lockfile @@ -0,0 +1,138 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.google.code.findbugs:jsr305:1.3.9 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.j2objc:j2objc-annotations:1.1 +com.jayway.jsonpath:json-path:2.4.0 +com.shapesecurity:salvation:2.7.2 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.15 +commons-io:commons-io:2.7 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.7 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +io.projectreactor:reactor-test:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +net.sourceforge.htmlunit:htmlunit-core-js:2.43.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.43.0 +net.sourceforge.htmlunit:neko-htmlunit:2.43.0 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.11 +org.apache.commons:commons-text:1.9 +org.apache.httpcomponents:httpclient:4.5.12 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.12 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.eclipse.jetty.websocket:websocket-api:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-client:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-common:9.4.31.v20200723 +org.eclipse.jetty:jetty-client:9.4.31.v20200723 +org.eclipse.jetty:jetty-http:9.4.31.v20200723 +org.eclipse.jetty:jetty-io:9.4.31.v20200723 +org.eclipse.jetty:jetty-util:9.4.31.v20200723 +org.eclipse.jetty:jetty-xml:9.4.31.v20200723 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.seleniumhq.selenium:htmlunit-driver:2.43.1 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/boot/webflux-form/gradle/dependency-locks/integrationTestCompileOnly.lockfile b/samples/boot/webflux-form/gradle/dependency-locks/integrationTestCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/webflux-form/gradle/dependency-locks/integrationTestCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/webflux-form/gradle/dependency-locks/integrationTestRuntime.lockfile b/samples/boot/webflux-form/gradle/dependency-locks/integrationTestRuntime.lockfile new file mode 100644 index 0000000000..bca15e85c6 --- /dev/null +++ b/samples/boot/webflux-form/gradle/dependency-locks/integrationTestRuntime.lockfile @@ -0,0 +1,140 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.google.code.findbugs:jsr305:1.3.9 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.j2objc:j2objc-annotations:1.1 +com.jayway.jsonpath:json-path:2.4.0 +com.shapesecurity:salvation:2.7.2 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.15 +commons-io:commons-io:2.7 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.7 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +io.projectreactor:reactor-test:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +net.sourceforge.htmlunit:htmlunit-core-js:2.43.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.43.0 +net.sourceforge.htmlunit:neko-htmlunit:2.43.0 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.11 +org.apache.commons:commons-text:1.9 +org.apache.httpcomponents:httpclient:4.5.12 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.12 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.eclipse.jetty.websocket:websocket-api:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-client:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-common:9.4.31.v20200723 +org.eclipse.jetty:jetty-client:9.4.31.v20200723 +org.eclipse.jetty:jetty-http:9.4.31.v20200723 +org.eclipse.jetty:jetty-io:9.4.31.v20200723 +org.eclipse.jetty:jetty-util:9.4.31.v20200723 +org.eclipse.jetty:jetty-xml:9.4.31.v20200723 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.seleniumhq.selenium:htmlunit-driver:2.43.1 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/boot/webflux-form/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile b/samples/boot/webflux-form/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile new file mode 100644 index 0000000000..bca15e85c6 --- /dev/null +++ b/samples/boot/webflux-form/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile @@ -0,0 +1,140 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.google.code.findbugs:jsr305:1.3.9 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.j2objc:j2objc-annotations:1.1 +com.jayway.jsonpath:json-path:2.4.0 +com.shapesecurity:salvation:2.7.2 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.15 +commons-io:commons-io:2.7 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.7 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +io.projectreactor:reactor-test:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +net.sourceforge.htmlunit:htmlunit-core-js:2.43.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.43.0 +net.sourceforge.htmlunit:neko-htmlunit:2.43.0 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.11 +org.apache.commons:commons-text:1.9 +org.apache.httpcomponents:httpclient:4.5.12 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.12 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.eclipse.jetty.websocket:websocket-api:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-client:9.4.31.v20200723 +org.eclipse.jetty.websocket:websocket-common:9.4.31.v20200723 +org.eclipse.jetty:jetty-client:9.4.31.v20200723 +org.eclipse.jetty:jetty-http:9.4.31.v20200723 +org.eclipse.jetty:jetty-io:9.4.31.v20200723 +org.eclipse.jetty:jetty-util:9.4.31.v20200723 +org.eclipse.jetty:jetty-xml:9.4.31.v20200723 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.seleniumhq.selenium:htmlunit-driver:2.43.1 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/boot/webflux-form/gradle/dependency-locks/optional.lockfile b/samples/boot/webflux-form/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/webflux-form/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/webflux-form/gradle/dependency-locks/productionRuntimeClasspath.lockfile b/samples/boot/webflux-form/gradle/dependency-locks/productionRuntimeClasspath.lockfile new file mode 100644 index 0000000000..18f260d836 --- /dev/null +++ b/samples/boot/webflux-form/gradle/dependency-locks/productionRuntimeClasspath.lockfile @@ -0,0 +1,68 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.attoparser:attoparser:2.0.5.RELEASE +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/webflux-form/gradle/dependency-locks/provided.lockfile b/samples/boot/webflux-form/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/webflux-form/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/webflux-form/gradle/dependency-locks/runtime.lockfile b/samples/boot/webflux-form/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..18f260d836 --- /dev/null +++ b/samples/boot/webflux-form/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,68 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.attoparser:attoparser:2.0.5.RELEASE +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/webflux-form/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/boot/webflux-form/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..18f260d836 --- /dev/null +++ b/samples/boot/webflux-form/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,68 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.attoparser:attoparser:2.0.5.RELEASE +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/webflux-form/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/boot/webflux-form/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/webflux-form/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/webflux-form/gradle/dependency-locks/testCompile.lockfile b/samples/boot/webflux-form/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..3b265aa3fd --- /dev/null +++ b/samples/boot/webflux-form/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,100 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +io.projectreactor:reactor-test:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/webflux-form/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/boot/webflux-form/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..451520ac6b --- /dev/null +++ b/samples/boot/webflux-form/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,98 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +io.projectreactor:reactor-test:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/webflux-form/gradle/dependency-locks/testCompileOnly.lockfile b/samples/boot/webflux-form/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/webflux-form/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/webflux-form/gradle/dependency-locks/testRuntime.lockfile b/samples/boot/webflux-form/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..3b265aa3fd --- /dev/null +++ b/samples/boot/webflux-form/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,100 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +io.projectreactor:reactor-test:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/webflux-form/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/boot/webflux-form/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..3b265aa3fd --- /dev/null +++ b/samples/boot/webflux-form/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,100 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +io.projectreactor:reactor-test:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/webflux-form/gradle/dependency-locks/tests.lockfile b/samples/boot/webflux-form/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..3b265aa3fd --- /dev/null +++ b/samples/boot/webflux-form/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,100 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +io.projectreactor:reactor-test:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.attoparser:attoparser:2.0.5.RELEASE +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/webflux-x509/gradle/dependency-locks/annotationProcessor.lockfile b/samples/boot/webflux-x509/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/webflux-x509/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/webflux-x509/gradle/dependency-locks/archives.lockfile b/samples/boot/webflux-x509/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/webflux-x509/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/webflux-x509/gradle/dependency-locks/checkstyle.lockfile b/samples/boot/webflux-x509/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/samples/boot/webflux-x509/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/webflux-x509/gradle/dependency-locks/compile.lockfile b/samples/boot/webflux-x509/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..a44b5979e1 --- /dev/null +++ b/samples/boot/webflux-x509/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,61 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/webflux-x509/gradle/dependency-locks/compileClasspath.lockfile b/samples/boot/webflux-x509/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..a44b5979e1 --- /dev/null +++ b/samples/boot/webflux-x509/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,61 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/webflux-x509/gradle/dependency-locks/compileOnly.lockfile b/samples/boot/webflux-x509/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/webflux-x509/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/webflux-x509/gradle/dependency-locks/default.lockfile b/samples/boot/webflux-x509/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..a44b5979e1 --- /dev/null +++ b/samples/boot/webflux-x509/gradle/dependency-locks/default.lockfile @@ -0,0 +1,61 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/webflux-x509/gradle/dependency-locks/developmentOnly.lockfile b/samples/boot/webflux-x509/gradle/dependency-locks/developmentOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/webflux-x509/gradle/dependency-locks/developmentOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/webflux-x509/gradle/dependency-locks/optional.lockfile b/samples/boot/webflux-x509/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/webflux-x509/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/webflux-x509/gradle/dependency-locks/productionRuntimeClasspath.lockfile b/samples/boot/webflux-x509/gradle/dependency-locks/productionRuntimeClasspath.lockfile new file mode 100644 index 0000000000..a44b5979e1 --- /dev/null +++ b/samples/boot/webflux-x509/gradle/dependency-locks/productionRuntimeClasspath.lockfile @@ -0,0 +1,61 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/webflux-x509/gradle/dependency-locks/provided.lockfile b/samples/boot/webflux-x509/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/webflux-x509/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/webflux-x509/gradle/dependency-locks/runtime.lockfile b/samples/boot/webflux-x509/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..a44b5979e1 --- /dev/null +++ b/samples/boot/webflux-x509/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,61 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/webflux-x509/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/boot/webflux-x509/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..a44b5979e1 --- /dev/null +++ b/samples/boot/webflux-x509/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,61 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.annotation:jakarta.annotation-api:1.3.5 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.reactivestreams:reactive-streams:1.0.3 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/webflux-x509/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/boot/webflux-x509/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/webflux-x509/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/webflux-x509/gradle/dependency-locks/testCompile.lockfile b/samples/boot/webflux-x509/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..7b93974099 --- /dev/null +++ b/samples/boot/webflux-x509/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,92 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/webflux-x509/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/boot/webflux-x509/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..2c35ea9af2 --- /dev/null +++ b/samples/boot/webflux-x509/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,90 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/webflux-x509/gradle/dependency-locks/testCompileOnly.lockfile b/samples/boot/webflux-x509/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/boot/webflux-x509/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/boot/webflux-x509/gradle/dependency-locks/testRuntime.lockfile b/samples/boot/webflux-x509/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..7b93974099 --- /dev/null +++ b/samples/boot/webflux-x509/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,92 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/webflux-x509/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/boot/webflux-x509/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..7b93974099 --- /dev/null +++ b/samples/boot/webflux-x509/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,92 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/boot/webflux-x509/gradle/dependency-locks/tests.lockfile b/samples/boot/webflux-x509/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..7b93974099 --- /dev/null +++ b/samples/boot/webflux-x509/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,92 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.11.2 +com.fasterxml.jackson.core:jackson-core:2.11.2 +com.fasterxml.jackson.core:jackson-databind:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2 +com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2 +com.jayway.jsonpath:json-path:2.4.0 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport:4.1.52.Final +io.projectreactor.netty:reactor-netty-core:1.0.0-RC1 +io.projectreactor.netty:reactor-netty-http:1.0.0-RC1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0-RC1 +jakarta.activation:jakarta.activation-api:1.2.2 +jakarta.annotation:jakarta.annotation-api:1.3.5 +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.14 +net.bytebuddy:byte-buddy:1.10.14 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.apache.logging.log4j:log4j-api:2.13.3 +org.apache.logging.log4j:log4j-to-slf4j:2.13.3 +org.apiguardian:apiguardian-api:1.1.0 +org.assertj:assertj-core:3.17.2 +org.hamcrest:hamcrest-core:2.2 +org.hamcrest:hamcrest:2.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0 +org.jetbrains.kotlin:kotlin-stdlib:1.4.0 +org.jetbrains:annotations:13.0 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.jupiter:junit-jupiter-engine:5.7.0 +org.junit.jupiter:junit-jupiter-params:5.7.0 +org.junit.jupiter:junit-jupiter:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit.platform:junit-platform-engine:1.7.0 +org.junit:junit-bom:5.7.0 +org.mockito:mockito-core:3.5.10 +org.mockito:mockito-junit-jupiter:3.5.10 +org.objenesis:objenesis:3.1 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jul-to-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-starter-json:2.4.0-M3 +org.springframework.boot:spring-boot-starter-logging:2.4.0-M3 +org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0-M3 +org.springframework.boot:spring-boot-starter-test:2.4.0-M3 +org.springframework.boot:spring-boot-starter-webflux:2.4.0-M3 +org.springframework.boot:spring-boot-starter:2.4.0-M3 +org.springframework.boot:spring-boot-test-autoconfigure:2.4.0-M3 +org.springframework.boot:spring-boot-test:2.4.0-M3 +org.springframework.boot:spring-boot:2.4.0-M3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0-RC1 +org.springframework:spring-beans:5.3.0-RC1 +org.springframework:spring-context:5.3.0-RC1 +org.springframework:spring-core:5.3.0-RC1 +org.springframework:spring-expression:5.3.0-RC1 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0-RC1 +org.springframework:spring-test:5.3.0-RC1 +org.springframework:spring-web:5.3.0-RC1 +org.springframework:spring-webflux:5.3.0-RC1 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +org.xmlunit:xmlunit-core:2.7.0 +org.yaml:snakeyaml:1.27 diff --git a/samples/javaconfig/aspectj/gradle/dependency-locks/annotationProcessor.lockfile b/samples/javaconfig/aspectj/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/aspectj/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/aspectj/gradle/dependency-locks/archives.lockfile b/samples/javaconfig/aspectj/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/aspectj/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/aspectj/gradle/dependency-locks/aspect.lockfile b/samples/javaconfig/aspectj/gradle/dependency-locks/aspect.lockfile new file mode 100644 index 0000000000..53a2759c63 --- /dev/null +++ b/samples/javaconfig/aspectj/gradle/dependency-locks/aspect.lockfile @@ -0,0 +1,14 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.aspectj:aspectjrt:1.9.6 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/samples/javaconfig/aspectj/gradle/dependency-locks/aspectj.lockfile b/samples/javaconfig/aspectj/gradle/dependency-locks/aspectj.lockfile new file mode 100644 index 0000000000..c8da7818dd --- /dev/null +++ b/samples/javaconfig/aspectj/gradle/dependency-locks/aspectj.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.aspectj:aspectjtools:1.9.6 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/aspectj/gradle/dependency-locks/checkstyle.lockfile b/samples/javaconfig/aspectj/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/samples/javaconfig/aspectj/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/aspectj/gradle/dependency-locks/compile.lockfile b/samples/javaconfig/aspectj/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..c62ecb61d6 --- /dev/null +++ b/samples/javaconfig/aspectj/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,18 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/samples/javaconfig/aspectj/gradle/dependency-locks/compileClasspath.lockfile b/samples/javaconfig/aspectj/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..a1e0fe5fc0 --- /dev/null +++ b/samples/javaconfig/aspectj/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,19 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.aspectj:aspectjrt:1.9.6 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/samples/javaconfig/aspectj/gradle/dependency-locks/compileOnly.lockfile b/samples/javaconfig/aspectj/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/aspectj/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/aspectj/gradle/dependency-locks/default.lockfile b/samples/javaconfig/aspectj/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..a1e0fe5fc0 --- /dev/null +++ b/samples/javaconfig/aspectj/gradle/dependency-locks/default.lockfile @@ -0,0 +1,19 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.aspectj:aspectjrt:1.9.6 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/samples/javaconfig/aspectj/gradle/dependency-locks/inpath.lockfile b/samples/javaconfig/aspectj/gradle/dependency-locks/inpath.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/aspectj/gradle/dependency-locks/inpath.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/aspectj/gradle/dependency-locks/optional.lockfile b/samples/javaconfig/aspectj/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/aspectj/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/aspectj/gradle/dependency-locks/provided.lockfile b/samples/javaconfig/aspectj/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/aspectj/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/aspectj/gradle/dependency-locks/runtime.lockfile b/samples/javaconfig/aspectj/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..a1e0fe5fc0 --- /dev/null +++ b/samples/javaconfig/aspectj/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,19 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.aspectj:aspectjrt:1.9.6 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/samples/javaconfig/aspectj/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/javaconfig/aspectj/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..a1e0fe5fc0 --- /dev/null +++ b/samples/javaconfig/aspectj/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,19 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.aspectj:aspectjrt:1.9.6 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/samples/javaconfig/aspectj/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/javaconfig/aspectj/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/aspectj/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/aspectj/gradle/dependency-locks/testAspect.lockfile b/samples/javaconfig/aspectj/gradle/dependency-locks/testAspect.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/aspectj/gradle/dependency-locks/testAspect.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/aspectj/gradle/dependency-locks/testCompile.lockfile b/samples/javaconfig/aspectj/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..3601e4f263 --- /dev/null +++ b/samples/javaconfig/aspectj/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,26 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/samples/javaconfig/aspectj/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/javaconfig/aspectj/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..c9d60e910d --- /dev/null +++ b/samples/javaconfig/aspectj/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,27 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.aspectj:aspectjrt:1.9.6 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/samples/javaconfig/aspectj/gradle/dependency-locks/testCompileOnly.lockfile b/samples/javaconfig/aspectj/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/aspectj/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/aspectj/gradle/dependency-locks/testInpath.lockfile b/samples/javaconfig/aspectj/gradle/dependency-locks/testInpath.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/aspectj/gradle/dependency-locks/testInpath.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/aspectj/gradle/dependency-locks/testRuntime.lockfile b/samples/javaconfig/aspectj/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..c9d60e910d --- /dev/null +++ b/samples/javaconfig/aspectj/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,27 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.aspectj:aspectjrt:1.9.6 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/samples/javaconfig/aspectj/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/javaconfig/aspectj/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..c9d60e910d --- /dev/null +++ b/samples/javaconfig/aspectj/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,27 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.aspectj:aspectjrt:1.9.6 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/samples/javaconfig/aspectj/gradle/dependency-locks/tests.lockfile b/samples/javaconfig/aspectj/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..c9d60e910d --- /dev/null +++ b/samples/javaconfig/aspectj/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,27 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.aspectj:aspectjrt:1.9.6 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/samples/javaconfig/concurrency/gradle/dependency-locks/annotationProcessor.lockfile b/samples/javaconfig/concurrency/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/concurrency/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/concurrency/gradle/dependency-locks/archives.lockfile b/samples/javaconfig/concurrency/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/concurrency/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/concurrency/gradle/dependency-locks/checkstyle.lockfile b/samples/javaconfig/concurrency/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/samples/javaconfig/concurrency/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/concurrency/gradle/dependency-locks/compile.lockfile b/samples/javaconfig/concurrency/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..4fe1c8f6a4 --- /dev/null +++ b/samples/javaconfig/concurrency/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,70 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/concurrency/gradle/dependency-locks/compileClasspath.lockfile b/samples/javaconfig/concurrency/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..4fe1c8f6a4 --- /dev/null +++ b/samples/javaconfig/concurrency/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,70 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/concurrency/gradle/dependency-locks/compileOnly.lockfile b/samples/javaconfig/concurrency/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/concurrency/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/concurrency/gradle/dependency-locks/default.lockfile b/samples/javaconfig/concurrency/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..c3c7bc760e --- /dev/null +++ b/samples/javaconfig/concurrency/gradle/dependency-locks/default.lockfile @@ -0,0 +1,71 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/concurrency/gradle/dependency-locks/gretty.lockfile b/samples/javaconfig/concurrency/gradle/dependency-locks/gretty.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/concurrency/gradle/dependency-locks/gretty.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/concurrency/gradle/dependency-locks/grettyNoSpringBoot.lockfile b/samples/javaconfig/concurrency/gradle/dependency-locks/grettyNoSpringBoot.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/concurrency/gradle/dependency-locks/grettyNoSpringBoot.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/concurrency/gradle/dependency-locks/grettyProductRuntime.lockfile b/samples/javaconfig/concurrency/gradle/dependency-locks/grettyProductRuntime.lockfile new file mode 100644 index 0000000000..c3c7bc760e --- /dev/null +++ b/samples/javaconfig/concurrency/gradle/dependency-locks/grettyProductRuntime.lockfile @@ -0,0 +1,71 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/concurrency/gradle/dependency-locks/grettyProvidedCompile.lockfile b/samples/javaconfig/concurrency/gradle/dependency-locks/grettyProvidedCompile.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/javaconfig/concurrency/gradle/dependency-locks/grettyProvidedCompile.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/concurrency/gradle/dependency-locks/grettyRunnerJetty7.lockfile b/samples/javaconfig/concurrency/gradle/dependency-locks/grettyRunnerJetty7.lockfile new file mode 100644 index 0000000000..e9e1db89cd --- /dev/null +++ b/samples/javaconfig/concurrency/gradle/dependency-locks/grettyRunnerJetty7.lockfile @@ -0,0 +1,41 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:servlet-api:2.5 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:1.0.0.v201105211818 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.el:2.1.0.v201105211819 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.1.0.v201105211820 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.1.0.v201110031002 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty:jetty-continuation:7.6.21.v20160908 +org.eclipse.jetty:jetty-http:7.6.21.v20160908 +org.eclipse.jetty:jetty-io:7.6.21.v20160908 +org.eclipse.jetty:jetty-jndi:7.6.21.v20160908 +org.eclipse.jetty:jetty-jsp:7.6.21.v20160908 +org.eclipse.jetty:jetty-plus:7.6.21.v20160908 +org.eclipse.jetty:jetty-security:7.6.21.v20160908 +org.eclipse.jetty:jetty-server:7.6.21.v20160908 +org.eclipse.jetty:jetty-servlet:7.6.21.v20160908 +org.eclipse.jetty:jetty-util:7.6.21.v20160908 +org.eclipse.jetty:jetty-webapp:7.6.21.v20160908 +org.eclipse.jetty:jetty-xml:7.6.21.v20160908 +org.gretty:gretty-runner-jetty7:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/concurrency/gradle/dependency-locks/grettyRunnerJetty8.lockfile b/samples/javaconfig/concurrency/gradle/dependency-locks/grettyRunnerJetty8.lockfile new file mode 100644 index 0000000000..27d757f042 --- /dev/null +++ b/samples/javaconfig/concurrency/gradle/dependency-locks/grettyRunnerJetty8.lockfile @@ -0,0 +1,44 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.0.1 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.annotation:1.1.0.v201108011116 +org.eclipse.jetty.orbit:javax.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.2.0.v201112011158 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.2.2.v201112011158 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty.orbit:org.objectweb.asm:3.1.0.v200803061910 +org.eclipse.jetty:jetty-annotations:8.1.22.v20160922 +org.eclipse.jetty:jetty-continuation:8.1.22.v20160922 +org.eclipse.jetty:jetty-http:8.1.22.v20160922 +org.eclipse.jetty:jetty-io:8.1.22.v20160922 +org.eclipse.jetty:jetty-jndi:8.1.22.v20160922 +org.eclipse.jetty:jetty-jsp:8.1.22.v20160922 +org.eclipse.jetty:jetty-plus:8.1.22.v20160922 +org.eclipse.jetty:jetty-security:8.1.22.v20160922 +org.eclipse.jetty:jetty-server:8.1.22.v20160922 +org.eclipse.jetty:jetty-servlet:8.1.22.v20160922 +org.eclipse.jetty:jetty-util:8.1.22.v20160922 +org.eclipse.jetty:jetty-webapp:8.1.22.v20160922 +org.eclipse.jetty:jetty-xml:8.1.22.v20160922 +org.gretty:gretty-runner-jetty8:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/concurrency/gradle/dependency-locks/grettyRunnerJetty9.lockfile b/samples/javaconfig/concurrency/gradle/dependency-locks/grettyRunnerJetty9.lockfile new file mode 100644 index 0000000000..9499a81a9b --- /dev/null +++ b/samples/javaconfig/concurrency/gradle/dependency-locks/grettyRunnerJetty9.lockfile @@ -0,0 +1,51 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.8.2.v20130121 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.M0 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-api:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-client:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-common:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-server:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-annotations:9.2.26.v20180806 +org.eclipse.jetty:jetty-http:9.2.26.v20180806 +org.eclipse.jetty:jetty-io:9.2.26.v20180806 +org.eclipse.jetty:jetty-jndi:9.2.26.v20180806 +org.eclipse.jetty:jetty-jsp:9.2.26.v20180806 +org.eclipse.jetty:jetty-plus:9.2.26.v20180806 +org.eclipse.jetty:jetty-security:9.2.26.v20180806 +org.eclipse.jetty:jetty-server:9.2.26.v20180806 +org.eclipse.jetty:jetty-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-util:9.2.26.v20180806 +org.eclipse.jetty:jetty-webapp:9.2.26.v20180806 +org.eclipse.jetty:jetty-xml:9.2.26.v20180806 +org.glassfish.web:javax.servlet.jsp.jstl:1.2.2 +org.glassfish.web:javax.servlet.jsp:2.3.2 +org.glassfish:javax.el:3.0.0 +org.gretty:gretty-runner-jetty9:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/concurrency/gradle/dependency-locks/grettyRunnerJetty93.lockfile b/samples/javaconfig/concurrency/gradle/dependency-locks/grettyRunnerJetty93.lockfile new file mode 100644 index 0000000000..54c7e0ee60 --- /dev/null +++ b/samples/javaconfig/concurrency/gradle/dependency-locks/grettyRunnerJetty93.lockfile @@ -0,0 +1,48 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt.core.compiler:ecj:4.4.2 +org.eclipse.jetty.toolchain:jetty-schemas:3.1 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-api:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-client:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-common:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-server:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-servlet:9.3.25.v20180904 +org.eclipse.jetty:apache-jsp:9.3.25.v20180904 +org.eclipse.jetty:jetty-annotations:9.3.25.v20180904 +org.eclipse.jetty:jetty-http:9.3.25.v20180904 +org.eclipse.jetty:jetty-io:9.3.25.v20180904 +org.eclipse.jetty:jetty-jndi:9.3.25.v20180904 +org.eclipse.jetty:jetty-plus:9.3.25.v20180904 +org.eclipse.jetty:jetty-security:9.3.25.v20180904 +org.eclipse.jetty:jetty-server:9.3.25.v20180904 +org.eclipse.jetty:jetty-servlet:9.3.25.v20180904 +org.eclipse.jetty:jetty-util:9.3.25.v20180904 +org.eclipse.jetty:jetty-webapp:9.3.25.v20180904 +org.eclipse.jetty:jetty-xml:9.3.25.v20180904 +org.gretty:gretty-runner-jetty93:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.0.33 +org.mortbay.jasper:apache-jsp:8.0.33 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/concurrency/gradle/dependency-locks/grettyRunnerJetty94.lockfile b/samples/javaconfig/concurrency/gradle/dependency-locks/grettyRunnerJetty94.lockfile new file mode 100644 index 0000000000..746adcbf76 --- /dev/null +++ b/samples/javaconfig/concurrency/gradle/dependency-locks/grettyRunnerJetty94.lockfile @@ -0,0 +1,50 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +javax.websocket:javax.websocket-client-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.14.0 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.2 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-api:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-client:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-common:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-server:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-servlet:9.4.14.v20181114 +org.eclipse.jetty:apache-jsp:9.4.14.v20181114 +org.eclipse.jetty:jetty-annotations:9.4.14.v20181114 +org.eclipse.jetty:jetty-client:9.4.14.v20181114 +org.eclipse.jetty:jetty-http:9.4.14.v20181114 +org.eclipse.jetty:jetty-io:9.4.14.v20181114 +org.eclipse.jetty:jetty-jndi:9.4.14.v20181114 +org.eclipse.jetty:jetty-plus:9.4.14.v20181114 +org.eclipse.jetty:jetty-security:9.4.14.v20181114 +org.eclipse.jetty:jetty-server:9.4.14.v20181114 +org.eclipse.jetty:jetty-servlet:9.4.14.v20181114 +org.eclipse.jetty:jetty-util:9.4.14.v20181114 +org.eclipse.jetty:jetty-webapp:9.4.14.v20181114 +org.eclipse.jetty:jetty-xml:9.4.14.v20181114 +org.gretty:gretty-runner-jetty94:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.5.33.1 +org.mortbay.jasper:apache-jsp:8.5.33.1 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/concurrency/gradle/dependency-locks/grettyRunnerTomcat85.lockfile b/samples/javaconfig/concurrency/gradle/dependency-locks/grettyRunnerTomcat85.lockfile new file mode 100644 index 0000000000..ec3f59f0e7 --- /dev/null +++ b/samples/javaconfig/concurrency/gradle/dependency-locks/grettyRunnerTomcat85.lockfile @@ -0,0 +1,27 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.1.0 +org.apache.tomcat.embed:tomcat-embed-core:8.5.35 +org.apache.tomcat.embed:tomcat-embed-el:8.5.35 +org.apache.tomcat.embed:tomcat-embed-jasper:8.5.35 +org.apache.tomcat.embed:tomcat-embed-websocket:8.5.35 +org.apache.tomcat:tomcat-annotations-api:8.5.35 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.12.3 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/concurrency/gradle/dependency-locks/grettyRunnerTomcat9.lockfile b/samples/javaconfig/concurrency/gradle/dependency-locks/grettyRunnerTomcat9.lockfile new file mode 100644 index 0000000000..79664d6256 --- /dev/null +++ b/samples/javaconfig/concurrency/gradle/dependency-locks/grettyRunnerTomcat9.lockfile @@ -0,0 +1,28 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.0 +org.apache.tomcat.embed:tomcat-embed-core:9.0.13 +org.apache.tomcat.embed:tomcat-embed-el:9.0.13 +org.apache.tomcat.embed:tomcat-embed-jasper:9.0.13 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.13 +org.apache.tomcat:tomcat-annotations-api:9.0.13 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.13.102 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat9:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/concurrency/gradle/dependency-locks/grettySpringLoaded.lockfile b/samples/javaconfig/concurrency/gradle/dependency-locks/grettySpringLoaded.lockfile new file mode 100644 index 0000000000..c3aad4e8a3 --- /dev/null +++ b/samples/javaconfig/concurrency/gradle/dependency-locks/grettySpringLoaded.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:springloaded:1.2.8.RELEASE diff --git a/samples/javaconfig/concurrency/gradle/dependency-locks/grettyStarter.lockfile b/samples/javaconfig/concurrency/gradle/dependency-locks/grettyStarter.lockfile new file mode 100644 index 0000000000..9fcf33ac73 --- /dev/null +++ b/samples/javaconfig/concurrency/gradle/dependency-locks/grettyStarter.lockfile @@ -0,0 +1,31 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-configuration:commons-configuration:1.10 +commons-io:commons-io:2.4 +commons-lang:commons-lang:2.6 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +org.apache.commons:commons-lang3:3.3.2 +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.gretty:gretty-core:3.0.1 +org.gretty:gretty-starter:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.0.2.RELEASE +org.springframework.boot:spring-boot-devtools:2.0.2.RELEASE +org.springframework.boot:spring-boot:2.0.2.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/samples/javaconfig/concurrency/gradle/dependency-locks/optional.lockfile b/samples/javaconfig/concurrency/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/concurrency/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/concurrency/gradle/dependency-locks/provided.lockfile b/samples/javaconfig/concurrency/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/concurrency/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/concurrency/gradle/dependency-locks/providedCompile.lockfile b/samples/javaconfig/concurrency/gradle/dependency-locks/providedCompile.lockfile new file mode 100644 index 0000000000..1416585107 --- /dev/null +++ b/samples/javaconfig/concurrency/gradle/dependency-locks/providedCompile.lockfile @@ -0,0 +1,9 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/concurrency/gradle/dependency-locks/providedRuntime.lockfile b/samples/javaconfig/concurrency/gradle/dependency-locks/providedRuntime.lockfile new file mode 100644 index 0000000000..1416585107 --- /dev/null +++ b/samples/javaconfig/concurrency/gradle/dependency-locks/providedRuntime.lockfile @@ -0,0 +1,9 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/concurrency/gradle/dependency-locks/runtime.lockfile b/samples/javaconfig/concurrency/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..c3c7bc760e --- /dev/null +++ b/samples/javaconfig/concurrency/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,71 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/concurrency/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/javaconfig/concurrency/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..c3c7bc760e --- /dev/null +++ b/samples/javaconfig/concurrency/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,71 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/concurrency/gradle/dependency-locks/springBoot.lockfile b/samples/javaconfig/concurrency/gradle/dependency-locks/springBoot.lockfile new file mode 100644 index 0000000000..c3c7bc760e --- /dev/null +++ b/samples/javaconfig/concurrency/gradle/dependency-locks/springBoot.lockfile @@ -0,0 +1,71 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/concurrency/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/javaconfig/concurrency/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/concurrency/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/concurrency/gradle/dependency-locks/testCompile.lockfile b/samples/javaconfig/concurrency/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..298e4e16b1 --- /dev/null +++ b/samples/javaconfig/concurrency/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,77 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/concurrency/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/javaconfig/concurrency/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..298e4e16b1 --- /dev/null +++ b/samples/javaconfig/concurrency/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,77 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/concurrency/gradle/dependency-locks/testCompileOnly.lockfile b/samples/javaconfig/concurrency/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/concurrency/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/concurrency/gradle/dependency-locks/testRuntime.lockfile b/samples/javaconfig/concurrency/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..e460f3bbac --- /dev/null +++ b/samples/javaconfig/concurrency/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,78 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/concurrency/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/javaconfig/concurrency/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..e460f3bbac --- /dev/null +++ b/samples/javaconfig/concurrency/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,78 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/concurrency/gradle/dependency-locks/tests.lockfile b/samples/javaconfig/concurrency/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..e460f3bbac --- /dev/null +++ b/samples/javaconfig/concurrency/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,78 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/data/gradle/dependency-locks/annotationProcessor.lockfile b/samples/javaconfig/data/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/data/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/data/gradle/dependency-locks/archives.lockfile b/samples/javaconfig/data/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/data/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/data/gradle/dependency-locks/checkstyle.lockfile b/samples/javaconfig/data/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/samples/javaconfig/data/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/data/gradle/dependency-locks/compile.lockfile b/samples/javaconfig/data/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..b7b513bbc4 --- /dev/null +++ b/samples/javaconfig/data/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,50 @@ +# 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. +antlr:antlr:2.7.7 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +org.aspectj:aspectjrt:1.9.6 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/samples/javaconfig/data/gradle/dependency-locks/compileClasspath.lockfile b/samples/javaconfig/data/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..b7b513bbc4 --- /dev/null +++ b/samples/javaconfig/data/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,50 @@ +# 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. +antlr:antlr:2.7.7 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +org.aspectj:aspectjrt:1.9.6 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/samples/javaconfig/data/gradle/dependency-locks/compileOnly.lockfile b/samples/javaconfig/data/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/data/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/data/gradle/dependency-locks/default.lockfile b/samples/javaconfig/data/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..b7b513bbc4 --- /dev/null +++ b/samples/javaconfig/data/gradle/dependency-locks/default.lockfile @@ -0,0 +1,50 @@ +# 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. +antlr:antlr:2.7.7 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +org.aspectj:aspectjrt:1.9.6 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/samples/javaconfig/data/gradle/dependency-locks/optional.lockfile b/samples/javaconfig/data/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/data/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/data/gradle/dependency-locks/provided.lockfile b/samples/javaconfig/data/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/data/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/data/gradle/dependency-locks/runtime.lockfile b/samples/javaconfig/data/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..b7b513bbc4 --- /dev/null +++ b/samples/javaconfig/data/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,50 @@ +# 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. +antlr:antlr:2.7.7 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +org.aspectj:aspectjrt:1.9.6 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/samples/javaconfig/data/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/javaconfig/data/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..b7b513bbc4 --- /dev/null +++ b/samples/javaconfig/data/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,50 @@ +# 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. +antlr:antlr:2.7.7 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +org.aspectj:aspectjrt:1.9.6 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/samples/javaconfig/data/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/javaconfig/data/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/data/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/data/gradle/dependency-locks/testCompile.lockfile b/samples/javaconfig/data/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..358f679137 --- /dev/null +++ b/samples/javaconfig/data/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,57 @@ +# 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. +antlr:antlr:2.7.7 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +org.aspectj:aspectjrt:1.9.6 +org.assertj:assertj-core:3.18.0 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/samples/javaconfig/data/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/javaconfig/data/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..358f679137 --- /dev/null +++ b/samples/javaconfig/data/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,57 @@ +# 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. +antlr:antlr:2.7.7 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +org.aspectj:aspectjrt:1.9.6 +org.assertj:assertj-core:3.18.0 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/samples/javaconfig/data/gradle/dependency-locks/testCompileOnly.lockfile b/samples/javaconfig/data/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/data/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/data/gradle/dependency-locks/testRuntime.lockfile b/samples/javaconfig/data/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..358f679137 --- /dev/null +++ b/samples/javaconfig/data/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,57 @@ +# 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. +antlr:antlr:2.7.7 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +org.aspectj:aspectjrt:1.9.6 +org.assertj:assertj-core:3.18.0 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/samples/javaconfig/data/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/javaconfig/data/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..358f679137 --- /dev/null +++ b/samples/javaconfig/data/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,57 @@ +# 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. +antlr:antlr:2.7.7 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +org.aspectj:aspectjrt:1.9.6 +org.assertj:assertj-core:3.18.0 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/samples/javaconfig/data/gradle/dependency-locks/tests.lockfile b/samples/javaconfig/data/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..358f679137 --- /dev/null +++ b/samples/javaconfig/data/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,57 @@ +# 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. +antlr:antlr:2.7.7 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +org.aspectj:aspectjrt:1.9.6 +org.assertj:assertj-core:3.18.0 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/samples/javaconfig/form/gradle/dependency-locks/annotationProcessor.lockfile b/samples/javaconfig/form/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/form/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/form/gradle/dependency-locks/archives.lockfile b/samples/javaconfig/form/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/form/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/form/gradle/dependency-locks/checkstyle.lockfile b/samples/javaconfig/form/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/samples/javaconfig/form/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/form/gradle/dependency-locks/compile.lockfile b/samples/javaconfig/form/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..4eb9396d92 --- /dev/null +++ b/samples/javaconfig/form/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,72 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.bind:jaxb-core:2.3.0.1 +com.sun.xml.bind:jaxb-impl:2.4.0-b180830.0438 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/form/gradle/dependency-locks/compileClasspath.lockfile b/samples/javaconfig/form/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..4eb9396d92 --- /dev/null +++ b/samples/javaconfig/form/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,72 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.bind:jaxb-core:2.3.0.1 +com.sun.xml.bind:jaxb-impl:2.4.0-b180830.0438 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/form/gradle/dependency-locks/compileOnly.lockfile b/samples/javaconfig/form/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/form/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/form/gradle/dependency-locks/default.lockfile b/samples/javaconfig/form/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..802791eb0a --- /dev/null +++ b/samples/javaconfig/form/gradle/dependency-locks/default.lockfile @@ -0,0 +1,73 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.bind:jaxb-core:2.3.0.1 +com.sun.xml.bind:jaxb-impl:2.4.0-b180830.0438 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/form/gradle/dependency-locks/gretty.lockfile b/samples/javaconfig/form/gradle/dependency-locks/gretty.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/form/gradle/dependency-locks/gretty.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/form/gradle/dependency-locks/grettyNoSpringBoot.lockfile b/samples/javaconfig/form/gradle/dependency-locks/grettyNoSpringBoot.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/form/gradle/dependency-locks/grettyNoSpringBoot.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/form/gradle/dependency-locks/grettyProductRuntime.lockfile b/samples/javaconfig/form/gradle/dependency-locks/grettyProductRuntime.lockfile new file mode 100644 index 0000000000..802791eb0a --- /dev/null +++ b/samples/javaconfig/form/gradle/dependency-locks/grettyProductRuntime.lockfile @@ -0,0 +1,73 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.bind:jaxb-core:2.3.0.1 +com.sun.xml.bind:jaxb-impl:2.4.0-b180830.0438 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/form/gradle/dependency-locks/grettyProvidedCompile.lockfile b/samples/javaconfig/form/gradle/dependency-locks/grettyProvidedCompile.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/javaconfig/form/gradle/dependency-locks/grettyProvidedCompile.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/form/gradle/dependency-locks/grettyRunnerJetty7.lockfile b/samples/javaconfig/form/gradle/dependency-locks/grettyRunnerJetty7.lockfile new file mode 100644 index 0000000000..e9e1db89cd --- /dev/null +++ b/samples/javaconfig/form/gradle/dependency-locks/grettyRunnerJetty7.lockfile @@ -0,0 +1,41 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:servlet-api:2.5 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:1.0.0.v201105211818 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.el:2.1.0.v201105211819 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.1.0.v201105211820 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.1.0.v201110031002 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty:jetty-continuation:7.6.21.v20160908 +org.eclipse.jetty:jetty-http:7.6.21.v20160908 +org.eclipse.jetty:jetty-io:7.6.21.v20160908 +org.eclipse.jetty:jetty-jndi:7.6.21.v20160908 +org.eclipse.jetty:jetty-jsp:7.6.21.v20160908 +org.eclipse.jetty:jetty-plus:7.6.21.v20160908 +org.eclipse.jetty:jetty-security:7.6.21.v20160908 +org.eclipse.jetty:jetty-server:7.6.21.v20160908 +org.eclipse.jetty:jetty-servlet:7.6.21.v20160908 +org.eclipse.jetty:jetty-util:7.6.21.v20160908 +org.eclipse.jetty:jetty-webapp:7.6.21.v20160908 +org.eclipse.jetty:jetty-xml:7.6.21.v20160908 +org.gretty:gretty-runner-jetty7:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/form/gradle/dependency-locks/grettyRunnerJetty8.lockfile b/samples/javaconfig/form/gradle/dependency-locks/grettyRunnerJetty8.lockfile new file mode 100644 index 0000000000..27d757f042 --- /dev/null +++ b/samples/javaconfig/form/gradle/dependency-locks/grettyRunnerJetty8.lockfile @@ -0,0 +1,44 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.0.1 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.annotation:1.1.0.v201108011116 +org.eclipse.jetty.orbit:javax.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.2.0.v201112011158 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.2.2.v201112011158 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty.orbit:org.objectweb.asm:3.1.0.v200803061910 +org.eclipse.jetty:jetty-annotations:8.1.22.v20160922 +org.eclipse.jetty:jetty-continuation:8.1.22.v20160922 +org.eclipse.jetty:jetty-http:8.1.22.v20160922 +org.eclipse.jetty:jetty-io:8.1.22.v20160922 +org.eclipse.jetty:jetty-jndi:8.1.22.v20160922 +org.eclipse.jetty:jetty-jsp:8.1.22.v20160922 +org.eclipse.jetty:jetty-plus:8.1.22.v20160922 +org.eclipse.jetty:jetty-security:8.1.22.v20160922 +org.eclipse.jetty:jetty-server:8.1.22.v20160922 +org.eclipse.jetty:jetty-servlet:8.1.22.v20160922 +org.eclipse.jetty:jetty-util:8.1.22.v20160922 +org.eclipse.jetty:jetty-webapp:8.1.22.v20160922 +org.eclipse.jetty:jetty-xml:8.1.22.v20160922 +org.gretty:gretty-runner-jetty8:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/form/gradle/dependency-locks/grettyRunnerJetty9.lockfile b/samples/javaconfig/form/gradle/dependency-locks/grettyRunnerJetty9.lockfile new file mode 100644 index 0000000000..9499a81a9b --- /dev/null +++ b/samples/javaconfig/form/gradle/dependency-locks/grettyRunnerJetty9.lockfile @@ -0,0 +1,51 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.8.2.v20130121 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.M0 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-api:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-client:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-common:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-server:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-annotations:9.2.26.v20180806 +org.eclipse.jetty:jetty-http:9.2.26.v20180806 +org.eclipse.jetty:jetty-io:9.2.26.v20180806 +org.eclipse.jetty:jetty-jndi:9.2.26.v20180806 +org.eclipse.jetty:jetty-jsp:9.2.26.v20180806 +org.eclipse.jetty:jetty-plus:9.2.26.v20180806 +org.eclipse.jetty:jetty-security:9.2.26.v20180806 +org.eclipse.jetty:jetty-server:9.2.26.v20180806 +org.eclipse.jetty:jetty-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-util:9.2.26.v20180806 +org.eclipse.jetty:jetty-webapp:9.2.26.v20180806 +org.eclipse.jetty:jetty-xml:9.2.26.v20180806 +org.glassfish.web:javax.servlet.jsp.jstl:1.2.2 +org.glassfish.web:javax.servlet.jsp:2.3.2 +org.glassfish:javax.el:3.0.0 +org.gretty:gretty-runner-jetty9:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/form/gradle/dependency-locks/grettyRunnerJetty93.lockfile b/samples/javaconfig/form/gradle/dependency-locks/grettyRunnerJetty93.lockfile new file mode 100644 index 0000000000..54c7e0ee60 --- /dev/null +++ b/samples/javaconfig/form/gradle/dependency-locks/grettyRunnerJetty93.lockfile @@ -0,0 +1,48 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt.core.compiler:ecj:4.4.2 +org.eclipse.jetty.toolchain:jetty-schemas:3.1 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-api:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-client:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-common:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-server:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-servlet:9.3.25.v20180904 +org.eclipse.jetty:apache-jsp:9.3.25.v20180904 +org.eclipse.jetty:jetty-annotations:9.3.25.v20180904 +org.eclipse.jetty:jetty-http:9.3.25.v20180904 +org.eclipse.jetty:jetty-io:9.3.25.v20180904 +org.eclipse.jetty:jetty-jndi:9.3.25.v20180904 +org.eclipse.jetty:jetty-plus:9.3.25.v20180904 +org.eclipse.jetty:jetty-security:9.3.25.v20180904 +org.eclipse.jetty:jetty-server:9.3.25.v20180904 +org.eclipse.jetty:jetty-servlet:9.3.25.v20180904 +org.eclipse.jetty:jetty-util:9.3.25.v20180904 +org.eclipse.jetty:jetty-webapp:9.3.25.v20180904 +org.eclipse.jetty:jetty-xml:9.3.25.v20180904 +org.gretty:gretty-runner-jetty93:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.0.33 +org.mortbay.jasper:apache-jsp:8.0.33 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/form/gradle/dependency-locks/grettyRunnerJetty94.lockfile b/samples/javaconfig/form/gradle/dependency-locks/grettyRunnerJetty94.lockfile new file mode 100644 index 0000000000..746adcbf76 --- /dev/null +++ b/samples/javaconfig/form/gradle/dependency-locks/grettyRunnerJetty94.lockfile @@ -0,0 +1,50 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +javax.websocket:javax.websocket-client-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.14.0 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.2 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-api:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-client:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-common:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-server:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-servlet:9.4.14.v20181114 +org.eclipse.jetty:apache-jsp:9.4.14.v20181114 +org.eclipse.jetty:jetty-annotations:9.4.14.v20181114 +org.eclipse.jetty:jetty-client:9.4.14.v20181114 +org.eclipse.jetty:jetty-http:9.4.14.v20181114 +org.eclipse.jetty:jetty-io:9.4.14.v20181114 +org.eclipse.jetty:jetty-jndi:9.4.14.v20181114 +org.eclipse.jetty:jetty-plus:9.4.14.v20181114 +org.eclipse.jetty:jetty-security:9.4.14.v20181114 +org.eclipse.jetty:jetty-server:9.4.14.v20181114 +org.eclipse.jetty:jetty-servlet:9.4.14.v20181114 +org.eclipse.jetty:jetty-util:9.4.14.v20181114 +org.eclipse.jetty:jetty-webapp:9.4.14.v20181114 +org.eclipse.jetty:jetty-xml:9.4.14.v20181114 +org.gretty:gretty-runner-jetty94:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.5.33.1 +org.mortbay.jasper:apache-jsp:8.5.33.1 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/form/gradle/dependency-locks/grettyRunnerTomcat85.lockfile b/samples/javaconfig/form/gradle/dependency-locks/grettyRunnerTomcat85.lockfile new file mode 100644 index 0000000000..ec3f59f0e7 --- /dev/null +++ b/samples/javaconfig/form/gradle/dependency-locks/grettyRunnerTomcat85.lockfile @@ -0,0 +1,27 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.1.0 +org.apache.tomcat.embed:tomcat-embed-core:8.5.35 +org.apache.tomcat.embed:tomcat-embed-el:8.5.35 +org.apache.tomcat.embed:tomcat-embed-jasper:8.5.35 +org.apache.tomcat.embed:tomcat-embed-websocket:8.5.35 +org.apache.tomcat:tomcat-annotations-api:8.5.35 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.12.3 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/form/gradle/dependency-locks/grettyRunnerTomcat9.lockfile b/samples/javaconfig/form/gradle/dependency-locks/grettyRunnerTomcat9.lockfile new file mode 100644 index 0000000000..79664d6256 --- /dev/null +++ b/samples/javaconfig/form/gradle/dependency-locks/grettyRunnerTomcat9.lockfile @@ -0,0 +1,28 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.0 +org.apache.tomcat.embed:tomcat-embed-core:9.0.13 +org.apache.tomcat.embed:tomcat-embed-el:9.0.13 +org.apache.tomcat.embed:tomcat-embed-jasper:9.0.13 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.13 +org.apache.tomcat:tomcat-annotations-api:9.0.13 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.13.102 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat9:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/form/gradle/dependency-locks/grettySpringLoaded.lockfile b/samples/javaconfig/form/gradle/dependency-locks/grettySpringLoaded.lockfile new file mode 100644 index 0000000000..c3aad4e8a3 --- /dev/null +++ b/samples/javaconfig/form/gradle/dependency-locks/grettySpringLoaded.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:springloaded:1.2.8.RELEASE diff --git a/samples/javaconfig/form/gradle/dependency-locks/grettyStarter.lockfile b/samples/javaconfig/form/gradle/dependency-locks/grettyStarter.lockfile new file mode 100644 index 0000000000..9fcf33ac73 --- /dev/null +++ b/samples/javaconfig/form/gradle/dependency-locks/grettyStarter.lockfile @@ -0,0 +1,31 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-configuration:commons-configuration:1.10 +commons-io:commons-io:2.4 +commons-lang:commons-lang:2.6 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +org.apache.commons:commons-lang3:3.3.2 +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.gretty:gretty-core:3.0.1 +org.gretty:gretty-starter:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.0.2.RELEASE +org.springframework.boot:spring-boot-devtools:2.0.2.RELEASE +org.springframework.boot:spring-boot:2.0.2.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/samples/javaconfig/form/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile b/samples/javaconfig/form/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/form/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/form/gradle/dependency-locks/integrationTestCompile.lockfile b/samples/javaconfig/form/gradle/dependency-locks/integrationTestCompile.lockfile new file mode 100644 index 0000000000..5d20f16a1f --- /dev/null +++ b/samples/javaconfig/form/gradle/dependency-locks/integrationTestCompile.lockfile @@ -0,0 +1,118 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.google.code.findbugs:jsr305:1.3.9 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.j2objc:j2objc-annotations:1.1 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.bind:jaxb-core:2.3.0.1 +com.sun.xml.bind:jaxb-impl:2.4.0-b180830.0438 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +commons-codec:commons-codec:1.14 +commons-io:commons-io:2.6 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.groovy:groovy:2.5.11 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.dom4j:dom4j:2.1.3 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/javaconfig/form/gradle/dependency-locks/integrationTestCompileClasspath.lockfile b/samples/javaconfig/form/gradle/dependency-locks/integrationTestCompileClasspath.lockfile new file mode 100644 index 0000000000..5d20f16a1f --- /dev/null +++ b/samples/javaconfig/form/gradle/dependency-locks/integrationTestCompileClasspath.lockfile @@ -0,0 +1,118 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.google.code.findbugs:jsr305:1.3.9 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.j2objc:j2objc-annotations:1.1 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.bind:jaxb-core:2.3.0.1 +com.sun.xml.bind:jaxb-impl:2.4.0-b180830.0438 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +commons-codec:commons-codec:1.14 +commons-io:commons-io:2.6 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.groovy:groovy:2.5.11 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.dom4j:dom4j:2.1.3 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/javaconfig/form/gradle/dependency-locks/integrationTestCompileOnly.lockfile b/samples/javaconfig/form/gradle/dependency-locks/integrationTestCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/form/gradle/dependency-locks/integrationTestCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/form/gradle/dependency-locks/integrationTestRuntime.lockfile b/samples/javaconfig/form/gradle/dependency-locks/integrationTestRuntime.lockfile new file mode 100644 index 0000000000..546468c3d3 --- /dev/null +++ b/samples/javaconfig/form/gradle/dependency-locks/integrationTestRuntime.lockfile @@ -0,0 +1,119 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.google.code.findbugs:jsr305:1.3.9 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.j2objc:j2objc-annotations:1.1 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.bind:jaxb-core:2.3.0.1 +com.sun.xml.bind:jaxb-impl:2.4.0-b180830.0438 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +commons-codec:commons-codec:1.14 +commons-io:commons-io:2.6 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.groovy:groovy:2.5.11 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.dom4j:dom4j:2.1.3 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/javaconfig/form/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile b/samples/javaconfig/form/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile new file mode 100644 index 0000000000..546468c3d3 --- /dev/null +++ b/samples/javaconfig/form/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile @@ -0,0 +1,119 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.google.code.findbugs:jsr305:1.3.9 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.j2objc:j2objc-annotations:1.1 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.bind:jaxb-core:2.3.0.1 +com.sun.xml.bind:jaxb-impl:2.4.0-b180830.0438 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +commons-codec:commons-codec:1.14 +commons-io:commons-io:2.6 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.groovy:groovy:2.5.11 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.dom4j:dom4j:2.1.3 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/javaconfig/form/gradle/dependency-locks/optional.lockfile b/samples/javaconfig/form/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/form/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/form/gradle/dependency-locks/provided.lockfile b/samples/javaconfig/form/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/form/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/form/gradle/dependency-locks/providedCompile.lockfile b/samples/javaconfig/form/gradle/dependency-locks/providedCompile.lockfile new file mode 100644 index 0000000000..1416585107 --- /dev/null +++ b/samples/javaconfig/form/gradle/dependency-locks/providedCompile.lockfile @@ -0,0 +1,9 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/form/gradle/dependency-locks/providedRuntime.lockfile b/samples/javaconfig/form/gradle/dependency-locks/providedRuntime.lockfile new file mode 100644 index 0000000000..1416585107 --- /dev/null +++ b/samples/javaconfig/form/gradle/dependency-locks/providedRuntime.lockfile @@ -0,0 +1,9 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/form/gradle/dependency-locks/runtime.lockfile b/samples/javaconfig/form/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..802791eb0a --- /dev/null +++ b/samples/javaconfig/form/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,73 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.bind:jaxb-core:2.3.0.1 +com.sun.xml.bind:jaxb-impl:2.4.0-b180830.0438 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/form/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/javaconfig/form/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..802791eb0a --- /dev/null +++ b/samples/javaconfig/form/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,73 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.bind:jaxb-core:2.3.0.1 +com.sun.xml.bind:jaxb-impl:2.4.0-b180830.0438 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/form/gradle/dependency-locks/springBoot.lockfile b/samples/javaconfig/form/gradle/dependency-locks/springBoot.lockfile new file mode 100644 index 0000000000..802791eb0a --- /dev/null +++ b/samples/javaconfig/form/gradle/dependency-locks/springBoot.lockfile @@ -0,0 +1,73 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.bind:jaxb-core:2.3.0.1 +com.sun.xml.bind:jaxb-impl:2.4.0-b180830.0438 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/form/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/javaconfig/form/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/form/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/form/gradle/dependency-locks/testCompile.lockfile b/samples/javaconfig/form/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..622b1f62c6 --- /dev/null +++ b/samples/javaconfig/form/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,79 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.bind:jaxb-core:2.3.0.1 +com.sun.xml.bind:jaxb-impl:2.4.0-b180830.0438 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/form/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/javaconfig/form/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..622b1f62c6 --- /dev/null +++ b/samples/javaconfig/form/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,79 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.bind:jaxb-core:2.3.0.1 +com.sun.xml.bind:jaxb-impl:2.4.0-b180830.0438 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/form/gradle/dependency-locks/testCompileOnly.lockfile b/samples/javaconfig/form/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/form/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/form/gradle/dependency-locks/testRuntime.lockfile b/samples/javaconfig/form/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..684db96c19 --- /dev/null +++ b/samples/javaconfig/form/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,80 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.bind:jaxb-core:2.3.0.1 +com.sun.xml.bind:jaxb-impl:2.4.0-b180830.0438 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/form/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/javaconfig/form/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..684db96c19 --- /dev/null +++ b/samples/javaconfig/form/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,80 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.bind:jaxb-core:2.3.0.1 +com.sun.xml.bind:jaxb-impl:2.4.0-b180830.0438 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/form/gradle/dependency-locks/tests.lockfile b/samples/javaconfig/form/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..684db96c19 --- /dev/null +++ b/samples/javaconfig/form/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,80 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.bind:jaxb-core:2.3.0.1 +com.sun.xml.bind:jaxb-impl:2.4.0-b180830.0438 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/hellojs/gradle/dependency-locks/annotationProcessor.lockfile b/samples/javaconfig/hellojs/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/hellojs/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/hellojs/gradle/dependency-locks/archives.lockfile b/samples/javaconfig/hellojs/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/hellojs/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/hellojs/gradle/dependency-locks/checkstyle.lockfile b/samples/javaconfig/hellojs/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/samples/javaconfig/hellojs/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/hellojs/gradle/dependency-locks/compile.lockfile b/samples/javaconfig/hellojs/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..8de2feb944 --- /dev/null +++ b/samples/javaconfig/hellojs/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,74 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/hellojs/gradle/dependency-locks/compileClasspath.lockfile b/samples/javaconfig/hellojs/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..8de2feb944 --- /dev/null +++ b/samples/javaconfig/hellojs/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,74 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/hellojs/gradle/dependency-locks/compileOnly.lockfile b/samples/javaconfig/hellojs/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/hellojs/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/hellojs/gradle/dependency-locks/default.lockfile b/samples/javaconfig/hellojs/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..781a720eb0 --- /dev/null +++ b/samples/javaconfig/hellojs/gradle/dependency-locks/default.lockfile @@ -0,0 +1,75 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/hellojs/gradle/dependency-locks/gretty.lockfile b/samples/javaconfig/hellojs/gradle/dependency-locks/gretty.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/hellojs/gradle/dependency-locks/gretty.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/hellojs/gradle/dependency-locks/grettyNoSpringBoot.lockfile b/samples/javaconfig/hellojs/gradle/dependency-locks/grettyNoSpringBoot.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/hellojs/gradle/dependency-locks/grettyNoSpringBoot.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/hellojs/gradle/dependency-locks/grettyProductRuntime.lockfile b/samples/javaconfig/hellojs/gradle/dependency-locks/grettyProductRuntime.lockfile new file mode 100644 index 0000000000..781a720eb0 --- /dev/null +++ b/samples/javaconfig/hellojs/gradle/dependency-locks/grettyProductRuntime.lockfile @@ -0,0 +1,75 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/hellojs/gradle/dependency-locks/grettyProvidedCompile.lockfile b/samples/javaconfig/hellojs/gradle/dependency-locks/grettyProvidedCompile.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/javaconfig/hellojs/gradle/dependency-locks/grettyProvidedCompile.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/hellojs/gradle/dependency-locks/grettyRunnerJetty7.lockfile b/samples/javaconfig/hellojs/gradle/dependency-locks/grettyRunnerJetty7.lockfile new file mode 100644 index 0000000000..e9e1db89cd --- /dev/null +++ b/samples/javaconfig/hellojs/gradle/dependency-locks/grettyRunnerJetty7.lockfile @@ -0,0 +1,41 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:servlet-api:2.5 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:1.0.0.v201105211818 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.el:2.1.0.v201105211819 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.1.0.v201105211820 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.1.0.v201110031002 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty:jetty-continuation:7.6.21.v20160908 +org.eclipse.jetty:jetty-http:7.6.21.v20160908 +org.eclipse.jetty:jetty-io:7.6.21.v20160908 +org.eclipse.jetty:jetty-jndi:7.6.21.v20160908 +org.eclipse.jetty:jetty-jsp:7.6.21.v20160908 +org.eclipse.jetty:jetty-plus:7.6.21.v20160908 +org.eclipse.jetty:jetty-security:7.6.21.v20160908 +org.eclipse.jetty:jetty-server:7.6.21.v20160908 +org.eclipse.jetty:jetty-servlet:7.6.21.v20160908 +org.eclipse.jetty:jetty-util:7.6.21.v20160908 +org.eclipse.jetty:jetty-webapp:7.6.21.v20160908 +org.eclipse.jetty:jetty-xml:7.6.21.v20160908 +org.gretty:gretty-runner-jetty7:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/hellojs/gradle/dependency-locks/grettyRunnerJetty8.lockfile b/samples/javaconfig/hellojs/gradle/dependency-locks/grettyRunnerJetty8.lockfile new file mode 100644 index 0000000000..27d757f042 --- /dev/null +++ b/samples/javaconfig/hellojs/gradle/dependency-locks/grettyRunnerJetty8.lockfile @@ -0,0 +1,44 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.0.1 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.annotation:1.1.0.v201108011116 +org.eclipse.jetty.orbit:javax.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.2.0.v201112011158 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.2.2.v201112011158 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty.orbit:org.objectweb.asm:3.1.0.v200803061910 +org.eclipse.jetty:jetty-annotations:8.1.22.v20160922 +org.eclipse.jetty:jetty-continuation:8.1.22.v20160922 +org.eclipse.jetty:jetty-http:8.1.22.v20160922 +org.eclipse.jetty:jetty-io:8.1.22.v20160922 +org.eclipse.jetty:jetty-jndi:8.1.22.v20160922 +org.eclipse.jetty:jetty-jsp:8.1.22.v20160922 +org.eclipse.jetty:jetty-plus:8.1.22.v20160922 +org.eclipse.jetty:jetty-security:8.1.22.v20160922 +org.eclipse.jetty:jetty-server:8.1.22.v20160922 +org.eclipse.jetty:jetty-servlet:8.1.22.v20160922 +org.eclipse.jetty:jetty-util:8.1.22.v20160922 +org.eclipse.jetty:jetty-webapp:8.1.22.v20160922 +org.eclipse.jetty:jetty-xml:8.1.22.v20160922 +org.gretty:gretty-runner-jetty8:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/hellojs/gradle/dependency-locks/grettyRunnerJetty9.lockfile b/samples/javaconfig/hellojs/gradle/dependency-locks/grettyRunnerJetty9.lockfile new file mode 100644 index 0000000000..9499a81a9b --- /dev/null +++ b/samples/javaconfig/hellojs/gradle/dependency-locks/grettyRunnerJetty9.lockfile @@ -0,0 +1,51 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.8.2.v20130121 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.M0 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-api:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-client:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-common:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-server:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-annotations:9.2.26.v20180806 +org.eclipse.jetty:jetty-http:9.2.26.v20180806 +org.eclipse.jetty:jetty-io:9.2.26.v20180806 +org.eclipse.jetty:jetty-jndi:9.2.26.v20180806 +org.eclipse.jetty:jetty-jsp:9.2.26.v20180806 +org.eclipse.jetty:jetty-plus:9.2.26.v20180806 +org.eclipse.jetty:jetty-security:9.2.26.v20180806 +org.eclipse.jetty:jetty-server:9.2.26.v20180806 +org.eclipse.jetty:jetty-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-util:9.2.26.v20180806 +org.eclipse.jetty:jetty-webapp:9.2.26.v20180806 +org.eclipse.jetty:jetty-xml:9.2.26.v20180806 +org.glassfish.web:javax.servlet.jsp.jstl:1.2.2 +org.glassfish.web:javax.servlet.jsp:2.3.2 +org.glassfish:javax.el:3.0.0 +org.gretty:gretty-runner-jetty9:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/hellojs/gradle/dependency-locks/grettyRunnerJetty93.lockfile b/samples/javaconfig/hellojs/gradle/dependency-locks/grettyRunnerJetty93.lockfile new file mode 100644 index 0000000000..54c7e0ee60 --- /dev/null +++ b/samples/javaconfig/hellojs/gradle/dependency-locks/grettyRunnerJetty93.lockfile @@ -0,0 +1,48 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt.core.compiler:ecj:4.4.2 +org.eclipse.jetty.toolchain:jetty-schemas:3.1 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-api:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-client:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-common:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-server:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-servlet:9.3.25.v20180904 +org.eclipse.jetty:apache-jsp:9.3.25.v20180904 +org.eclipse.jetty:jetty-annotations:9.3.25.v20180904 +org.eclipse.jetty:jetty-http:9.3.25.v20180904 +org.eclipse.jetty:jetty-io:9.3.25.v20180904 +org.eclipse.jetty:jetty-jndi:9.3.25.v20180904 +org.eclipse.jetty:jetty-plus:9.3.25.v20180904 +org.eclipse.jetty:jetty-security:9.3.25.v20180904 +org.eclipse.jetty:jetty-server:9.3.25.v20180904 +org.eclipse.jetty:jetty-servlet:9.3.25.v20180904 +org.eclipse.jetty:jetty-util:9.3.25.v20180904 +org.eclipse.jetty:jetty-webapp:9.3.25.v20180904 +org.eclipse.jetty:jetty-xml:9.3.25.v20180904 +org.gretty:gretty-runner-jetty93:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.0.33 +org.mortbay.jasper:apache-jsp:8.0.33 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/hellojs/gradle/dependency-locks/grettyRunnerJetty94.lockfile b/samples/javaconfig/hellojs/gradle/dependency-locks/grettyRunnerJetty94.lockfile new file mode 100644 index 0000000000..746adcbf76 --- /dev/null +++ b/samples/javaconfig/hellojs/gradle/dependency-locks/grettyRunnerJetty94.lockfile @@ -0,0 +1,50 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +javax.websocket:javax.websocket-client-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.14.0 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.2 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-api:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-client:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-common:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-server:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-servlet:9.4.14.v20181114 +org.eclipse.jetty:apache-jsp:9.4.14.v20181114 +org.eclipse.jetty:jetty-annotations:9.4.14.v20181114 +org.eclipse.jetty:jetty-client:9.4.14.v20181114 +org.eclipse.jetty:jetty-http:9.4.14.v20181114 +org.eclipse.jetty:jetty-io:9.4.14.v20181114 +org.eclipse.jetty:jetty-jndi:9.4.14.v20181114 +org.eclipse.jetty:jetty-plus:9.4.14.v20181114 +org.eclipse.jetty:jetty-security:9.4.14.v20181114 +org.eclipse.jetty:jetty-server:9.4.14.v20181114 +org.eclipse.jetty:jetty-servlet:9.4.14.v20181114 +org.eclipse.jetty:jetty-util:9.4.14.v20181114 +org.eclipse.jetty:jetty-webapp:9.4.14.v20181114 +org.eclipse.jetty:jetty-xml:9.4.14.v20181114 +org.gretty:gretty-runner-jetty94:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.5.33.1 +org.mortbay.jasper:apache-jsp:8.5.33.1 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/hellojs/gradle/dependency-locks/grettyRunnerTomcat85.lockfile b/samples/javaconfig/hellojs/gradle/dependency-locks/grettyRunnerTomcat85.lockfile new file mode 100644 index 0000000000..ec3f59f0e7 --- /dev/null +++ b/samples/javaconfig/hellojs/gradle/dependency-locks/grettyRunnerTomcat85.lockfile @@ -0,0 +1,27 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.1.0 +org.apache.tomcat.embed:tomcat-embed-core:8.5.35 +org.apache.tomcat.embed:tomcat-embed-el:8.5.35 +org.apache.tomcat.embed:tomcat-embed-jasper:8.5.35 +org.apache.tomcat.embed:tomcat-embed-websocket:8.5.35 +org.apache.tomcat:tomcat-annotations-api:8.5.35 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.12.3 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/hellojs/gradle/dependency-locks/grettyRunnerTomcat9.lockfile b/samples/javaconfig/hellojs/gradle/dependency-locks/grettyRunnerTomcat9.lockfile new file mode 100644 index 0000000000..79664d6256 --- /dev/null +++ b/samples/javaconfig/hellojs/gradle/dependency-locks/grettyRunnerTomcat9.lockfile @@ -0,0 +1,28 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.0 +org.apache.tomcat.embed:tomcat-embed-core:9.0.13 +org.apache.tomcat.embed:tomcat-embed-el:9.0.13 +org.apache.tomcat.embed:tomcat-embed-jasper:9.0.13 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.13 +org.apache.tomcat:tomcat-annotations-api:9.0.13 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.13.102 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat9:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/hellojs/gradle/dependency-locks/grettySpringLoaded.lockfile b/samples/javaconfig/hellojs/gradle/dependency-locks/grettySpringLoaded.lockfile new file mode 100644 index 0000000000..c3aad4e8a3 --- /dev/null +++ b/samples/javaconfig/hellojs/gradle/dependency-locks/grettySpringLoaded.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:springloaded:1.2.8.RELEASE diff --git a/samples/javaconfig/hellojs/gradle/dependency-locks/grettyStarter.lockfile b/samples/javaconfig/hellojs/gradle/dependency-locks/grettyStarter.lockfile new file mode 100644 index 0000000000..9fcf33ac73 --- /dev/null +++ b/samples/javaconfig/hellojs/gradle/dependency-locks/grettyStarter.lockfile @@ -0,0 +1,31 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-configuration:commons-configuration:1.10 +commons-io:commons-io:2.4 +commons-lang:commons-lang:2.6 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +org.apache.commons:commons-lang3:3.3.2 +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.gretty:gretty-core:3.0.1 +org.gretty:gretty-starter:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.0.2.RELEASE +org.springframework.boot:spring-boot-devtools:2.0.2.RELEASE +org.springframework.boot:spring-boot:2.0.2.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/samples/javaconfig/hellojs/gradle/dependency-locks/optional.lockfile b/samples/javaconfig/hellojs/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/hellojs/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/hellojs/gradle/dependency-locks/provided.lockfile b/samples/javaconfig/hellojs/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/hellojs/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/hellojs/gradle/dependency-locks/providedCompile.lockfile b/samples/javaconfig/hellojs/gradle/dependency-locks/providedCompile.lockfile new file mode 100644 index 0000000000..1416585107 --- /dev/null +++ b/samples/javaconfig/hellojs/gradle/dependency-locks/providedCompile.lockfile @@ -0,0 +1,9 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/hellojs/gradle/dependency-locks/providedRuntime.lockfile b/samples/javaconfig/hellojs/gradle/dependency-locks/providedRuntime.lockfile new file mode 100644 index 0000000000..1416585107 --- /dev/null +++ b/samples/javaconfig/hellojs/gradle/dependency-locks/providedRuntime.lockfile @@ -0,0 +1,9 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/hellojs/gradle/dependency-locks/runtime.lockfile b/samples/javaconfig/hellojs/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..781a720eb0 --- /dev/null +++ b/samples/javaconfig/hellojs/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,75 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/hellojs/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/javaconfig/hellojs/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..781a720eb0 --- /dev/null +++ b/samples/javaconfig/hellojs/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,75 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/hellojs/gradle/dependency-locks/springBoot.lockfile b/samples/javaconfig/hellojs/gradle/dependency-locks/springBoot.lockfile new file mode 100644 index 0000000000..781a720eb0 --- /dev/null +++ b/samples/javaconfig/hellojs/gradle/dependency-locks/springBoot.lockfile @@ -0,0 +1,75 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/hellojs/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/javaconfig/hellojs/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/hellojs/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/hellojs/gradle/dependency-locks/testCompile.lockfile b/samples/javaconfig/hellojs/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..71972611b5 --- /dev/null +++ b/samples/javaconfig/hellojs/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,81 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/hellojs/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/javaconfig/hellojs/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..71972611b5 --- /dev/null +++ b/samples/javaconfig/hellojs/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,81 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/hellojs/gradle/dependency-locks/testCompileOnly.lockfile b/samples/javaconfig/hellojs/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/hellojs/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/hellojs/gradle/dependency-locks/testRuntime.lockfile b/samples/javaconfig/hellojs/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..5cb0e59db6 --- /dev/null +++ b/samples/javaconfig/hellojs/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,82 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/hellojs/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/javaconfig/hellojs/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..5cb0e59db6 --- /dev/null +++ b/samples/javaconfig/hellojs/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,82 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/hellojs/gradle/dependency-locks/tests.lockfile b/samples/javaconfig/hellojs/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..5cb0e59db6 --- /dev/null +++ b/samples/javaconfig/hellojs/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,82 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/hellomvc/gradle/dependency-locks/annotationProcessor.lockfile b/samples/javaconfig/hellomvc/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/hellomvc/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/hellomvc/gradle/dependency-locks/archives.lockfile b/samples/javaconfig/hellomvc/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/hellomvc/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/hellomvc/gradle/dependency-locks/checkstyle.lockfile b/samples/javaconfig/hellomvc/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/samples/javaconfig/hellomvc/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/hellomvc/gradle/dependency-locks/compile.lockfile b/samples/javaconfig/hellomvc/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..4fe1c8f6a4 --- /dev/null +++ b/samples/javaconfig/hellomvc/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,70 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/hellomvc/gradle/dependency-locks/compileClasspath.lockfile b/samples/javaconfig/hellomvc/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..4fe1c8f6a4 --- /dev/null +++ b/samples/javaconfig/hellomvc/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,70 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/hellomvc/gradle/dependency-locks/compileOnly.lockfile b/samples/javaconfig/hellomvc/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/hellomvc/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/hellomvc/gradle/dependency-locks/default.lockfile b/samples/javaconfig/hellomvc/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..c3c7bc760e --- /dev/null +++ b/samples/javaconfig/hellomvc/gradle/dependency-locks/default.lockfile @@ -0,0 +1,71 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/hellomvc/gradle/dependency-locks/gretty.lockfile b/samples/javaconfig/hellomvc/gradle/dependency-locks/gretty.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/hellomvc/gradle/dependency-locks/gretty.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/hellomvc/gradle/dependency-locks/grettyNoSpringBoot.lockfile b/samples/javaconfig/hellomvc/gradle/dependency-locks/grettyNoSpringBoot.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/hellomvc/gradle/dependency-locks/grettyNoSpringBoot.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/hellomvc/gradle/dependency-locks/grettyProductRuntime.lockfile b/samples/javaconfig/hellomvc/gradle/dependency-locks/grettyProductRuntime.lockfile new file mode 100644 index 0000000000..c3c7bc760e --- /dev/null +++ b/samples/javaconfig/hellomvc/gradle/dependency-locks/grettyProductRuntime.lockfile @@ -0,0 +1,71 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/hellomvc/gradle/dependency-locks/grettyProvidedCompile.lockfile b/samples/javaconfig/hellomvc/gradle/dependency-locks/grettyProvidedCompile.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/javaconfig/hellomvc/gradle/dependency-locks/grettyProvidedCompile.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/hellomvc/gradle/dependency-locks/grettyRunnerJetty7.lockfile b/samples/javaconfig/hellomvc/gradle/dependency-locks/grettyRunnerJetty7.lockfile new file mode 100644 index 0000000000..e9e1db89cd --- /dev/null +++ b/samples/javaconfig/hellomvc/gradle/dependency-locks/grettyRunnerJetty7.lockfile @@ -0,0 +1,41 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:servlet-api:2.5 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:1.0.0.v201105211818 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.el:2.1.0.v201105211819 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.1.0.v201105211820 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.1.0.v201110031002 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty:jetty-continuation:7.6.21.v20160908 +org.eclipse.jetty:jetty-http:7.6.21.v20160908 +org.eclipse.jetty:jetty-io:7.6.21.v20160908 +org.eclipse.jetty:jetty-jndi:7.6.21.v20160908 +org.eclipse.jetty:jetty-jsp:7.6.21.v20160908 +org.eclipse.jetty:jetty-plus:7.6.21.v20160908 +org.eclipse.jetty:jetty-security:7.6.21.v20160908 +org.eclipse.jetty:jetty-server:7.6.21.v20160908 +org.eclipse.jetty:jetty-servlet:7.6.21.v20160908 +org.eclipse.jetty:jetty-util:7.6.21.v20160908 +org.eclipse.jetty:jetty-webapp:7.6.21.v20160908 +org.eclipse.jetty:jetty-xml:7.6.21.v20160908 +org.gretty:gretty-runner-jetty7:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/hellomvc/gradle/dependency-locks/grettyRunnerJetty8.lockfile b/samples/javaconfig/hellomvc/gradle/dependency-locks/grettyRunnerJetty8.lockfile new file mode 100644 index 0000000000..27d757f042 --- /dev/null +++ b/samples/javaconfig/hellomvc/gradle/dependency-locks/grettyRunnerJetty8.lockfile @@ -0,0 +1,44 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.0.1 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.annotation:1.1.0.v201108011116 +org.eclipse.jetty.orbit:javax.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.2.0.v201112011158 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.2.2.v201112011158 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty.orbit:org.objectweb.asm:3.1.0.v200803061910 +org.eclipse.jetty:jetty-annotations:8.1.22.v20160922 +org.eclipse.jetty:jetty-continuation:8.1.22.v20160922 +org.eclipse.jetty:jetty-http:8.1.22.v20160922 +org.eclipse.jetty:jetty-io:8.1.22.v20160922 +org.eclipse.jetty:jetty-jndi:8.1.22.v20160922 +org.eclipse.jetty:jetty-jsp:8.1.22.v20160922 +org.eclipse.jetty:jetty-plus:8.1.22.v20160922 +org.eclipse.jetty:jetty-security:8.1.22.v20160922 +org.eclipse.jetty:jetty-server:8.1.22.v20160922 +org.eclipse.jetty:jetty-servlet:8.1.22.v20160922 +org.eclipse.jetty:jetty-util:8.1.22.v20160922 +org.eclipse.jetty:jetty-webapp:8.1.22.v20160922 +org.eclipse.jetty:jetty-xml:8.1.22.v20160922 +org.gretty:gretty-runner-jetty8:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/hellomvc/gradle/dependency-locks/grettyRunnerJetty9.lockfile b/samples/javaconfig/hellomvc/gradle/dependency-locks/grettyRunnerJetty9.lockfile new file mode 100644 index 0000000000..9499a81a9b --- /dev/null +++ b/samples/javaconfig/hellomvc/gradle/dependency-locks/grettyRunnerJetty9.lockfile @@ -0,0 +1,51 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.8.2.v20130121 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.M0 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-api:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-client:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-common:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-server:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-annotations:9.2.26.v20180806 +org.eclipse.jetty:jetty-http:9.2.26.v20180806 +org.eclipse.jetty:jetty-io:9.2.26.v20180806 +org.eclipse.jetty:jetty-jndi:9.2.26.v20180806 +org.eclipse.jetty:jetty-jsp:9.2.26.v20180806 +org.eclipse.jetty:jetty-plus:9.2.26.v20180806 +org.eclipse.jetty:jetty-security:9.2.26.v20180806 +org.eclipse.jetty:jetty-server:9.2.26.v20180806 +org.eclipse.jetty:jetty-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-util:9.2.26.v20180806 +org.eclipse.jetty:jetty-webapp:9.2.26.v20180806 +org.eclipse.jetty:jetty-xml:9.2.26.v20180806 +org.glassfish.web:javax.servlet.jsp.jstl:1.2.2 +org.glassfish.web:javax.servlet.jsp:2.3.2 +org.glassfish:javax.el:3.0.0 +org.gretty:gretty-runner-jetty9:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/hellomvc/gradle/dependency-locks/grettyRunnerJetty93.lockfile b/samples/javaconfig/hellomvc/gradle/dependency-locks/grettyRunnerJetty93.lockfile new file mode 100644 index 0000000000..54c7e0ee60 --- /dev/null +++ b/samples/javaconfig/hellomvc/gradle/dependency-locks/grettyRunnerJetty93.lockfile @@ -0,0 +1,48 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt.core.compiler:ecj:4.4.2 +org.eclipse.jetty.toolchain:jetty-schemas:3.1 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-api:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-client:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-common:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-server:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-servlet:9.3.25.v20180904 +org.eclipse.jetty:apache-jsp:9.3.25.v20180904 +org.eclipse.jetty:jetty-annotations:9.3.25.v20180904 +org.eclipse.jetty:jetty-http:9.3.25.v20180904 +org.eclipse.jetty:jetty-io:9.3.25.v20180904 +org.eclipse.jetty:jetty-jndi:9.3.25.v20180904 +org.eclipse.jetty:jetty-plus:9.3.25.v20180904 +org.eclipse.jetty:jetty-security:9.3.25.v20180904 +org.eclipse.jetty:jetty-server:9.3.25.v20180904 +org.eclipse.jetty:jetty-servlet:9.3.25.v20180904 +org.eclipse.jetty:jetty-util:9.3.25.v20180904 +org.eclipse.jetty:jetty-webapp:9.3.25.v20180904 +org.eclipse.jetty:jetty-xml:9.3.25.v20180904 +org.gretty:gretty-runner-jetty93:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.0.33 +org.mortbay.jasper:apache-jsp:8.0.33 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/hellomvc/gradle/dependency-locks/grettyRunnerJetty94.lockfile b/samples/javaconfig/hellomvc/gradle/dependency-locks/grettyRunnerJetty94.lockfile new file mode 100644 index 0000000000..746adcbf76 --- /dev/null +++ b/samples/javaconfig/hellomvc/gradle/dependency-locks/grettyRunnerJetty94.lockfile @@ -0,0 +1,50 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +javax.websocket:javax.websocket-client-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.14.0 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.2 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-api:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-client:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-common:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-server:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-servlet:9.4.14.v20181114 +org.eclipse.jetty:apache-jsp:9.4.14.v20181114 +org.eclipse.jetty:jetty-annotations:9.4.14.v20181114 +org.eclipse.jetty:jetty-client:9.4.14.v20181114 +org.eclipse.jetty:jetty-http:9.4.14.v20181114 +org.eclipse.jetty:jetty-io:9.4.14.v20181114 +org.eclipse.jetty:jetty-jndi:9.4.14.v20181114 +org.eclipse.jetty:jetty-plus:9.4.14.v20181114 +org.eclipse.jetty:jetty-security:9.4.14.v20181114 +org.eclipse.jetty:jetty-server:9.4.14.v20181114 +org.eclipse.jetty:jetty-servlet:9.4.14.v20181114 +org.eclipse.jetty:jetty-util:9.4.14.v20181114 +org.eclipse.jetty:jetty-webapp:9.4.14.v20181114 +org.eclipse.jetty:jetty-xml:9.4.14.v20181114 +org.gretty:gretty-runner-jetty94:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.5.33.1 +org.mortbay.jasper:apache-jsp:8.5.33.1 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/hellomvc/gradle/dependency-locks/grettyRunnerTomcat85.lockfile b/samples/javaconfig/hellomvc/gradle/dependency-locks/grettyRunnerTomcat85.lockfile new file mode 100644 index 0000000000..ec3f59f0e7 --- /dev/null +++ b/samples/javaconfig/hellomvc/gradle/dependency-locks/grettyRunnerTomcat85.lockfile @@ -0,0 +1,27 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.1.0 +org.apache.tomcat.embed:tomcat-embed-core:8.5.35 +org.apache.tomcat.embed:tomcat-embed-el:8.5.35 +org.apache.tomcat.embed:tomcat-embed-jasper:8.5.35 +org.apache.tomcat.embed:tomcat-embed-websocket:8.5.35 +org.apache.tomcat:tomcat-annotations-api:8.5.35 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.12.3 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/hellomvc/gradle/dependency-locks/grettyRunnerTomcat9.lockfile b/samples/javaconfig/hellomvc/gradle/dependency-locks/grettyRunnerTomcat9.lockfile new file mode 100644 index 0000000000..79664d6256 --- /dev/null +++ b/samples/javaconfig/hellomvc/gradle/dependency-locks/grettyRunnerTomcat9.lockfile @@ -0,0 +1,28 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.0 +org.apache.tomcat.embed:tomcat-embed-core:9.0.13 +org.apache.tomcat.embed:tomcat-embed-el:9.0.13 +org.apache.tomcat.embed:tomcat-embed-jasper:9.0.13 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.13 +org.apache.tomcat:tomcat-annotations-api:9.0.13 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.13.102 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat9:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/hellomvc/gradle/dependency-locks/grettySpringLoaded.lockfile b/samples/javaconfig/hellomvc/gradle/dependency-locks/grettySpringLoaded.lockfile new file mode 100644 index 0000000000..c3aad4e8a3 --- /dev/null +++ b/samples/javaconfig/hellomvc/gradle/dependency-locks/grettySpringLoaded.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:springloaded:1.2.8.RELEASE diff --git a/samples/javaconfig/hellomvc/gradle/dependency-locks/grettyStarter.lockfile b/samples/javaconfig/hellomvc/gradle/dependency-locks/grettyStarter.lockfile new file mode 100644 index 0000000000..9fcf33ac73 --- /dev/null +++ b/samples/javaconfig/hellomvc/gradle/dependency-locks/grettyStarter.lockfile @@ -0,0 +1,31 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-configuration:commons-configuration:1.10 +commons-io:commons-io:2.4 +commons-lang:commons-lang:2.6 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +org.apache.commons:commons-lang3:3.3.2 +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.gretty:gretty-core:3.0.1 +org.gretty:gretty-starter:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.0.2.RELEASE +org.springframework.boot:spring-boot-devtools:2.0.2.RELEASE +org.springframework.boot:spring-boot:2.0.2.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/samples/javaconfig/hellomvc/gradle/dependency-locks/optional.lockfile b/samples/javaconfig/hellomvc/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/hellomvc/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/hellomvc/gradle/dependency-locks/provided.lockfile b/samples/javaconfig/hellomvc/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/hellomvc/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/hellomvc/gradle/dependency-locks/providedCompile.lockfile b/samples/javaconfig/hellomvc/gradle/dependency-locks/providedCompile.lockfile new file mode 100644 index 0000000000..1416585107 --- /dev/null +++ b/samples/javaconfig/hellomvc/gradle/dependency-locks/providedCompile.lockfile @@ -0,0 +1,9 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/hellomvc/gradle/dependency-locks/providedRuntime.lockfile b/samples/javaconfig/hellomvc/gradle/dependency-locks/providedRuntime.lockfile new file mode 100644 index 0000000000..1416585107 --- /dev/null +++ b/samples/javaconfig/hellomvc/gradle/dependency-locks/providedRuntime.lockfile @@ -0,0 +1,9 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/hellomvc/gradle/dependency-locks/runtime.lockfile b/samples/javaconfig/hellomvc/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..c3c7bc760e --- /dev/null +++ b/samples/javaconfig/hellomvc/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,71 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/hellomvc/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/javaconfig/hellomvc/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..c3c7bc760e --- /dev/null +++ b/samples/javaconfig/hellomvc/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,71 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/hellomvc/gradle/dependency-locks/springBoot.lockfile b/samples/javaconfig/hellomvc/gradle/dependency-locks/springBoot.lockfile new file mode 100644 index 0000000000..c3c7bc760e --- /dev/null +++ b/samples/javaconfig/hellomvc/gradle/dependency-locks/springBoot.lockfile @@ -0,0 +1,71 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/hellomvc/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/javaconfig/hellomvc/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/hellomvc/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/hellomvc/gradle/dependency-locks/testCompile.lockfile b/samples/javaconfig/hellomvc/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..298e4e16b1 --- /dev/null +++ b/samples/javaconfig/hellomvc/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,77 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/hellomvc/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/javaconfig/hellomvc/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..298e4e16b1 --- /dev/null +++ b/samples/javaconfig/hellomvc/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,77 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/hellomvc/gradle/dependency-locks/testCompileOnly.lockfile b/samples/javaconfig/hellomvc/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/hellomvc/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/hellomvc/gradle/dependency-locks/testRuntime.lockfile b/samples/javaconfig/hellomvc/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..e460f3bbac --- /dev/null +++ b/samples/javaconfig/hellomvc/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,78 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/hellomvc/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/javaconfig/hellomvc/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..e460f3bbac --- /dev/null +++ b/samples/javaconfig/hellomvc/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,78 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/hellomvc/gradle/dependency-locks/tests.lockfile b/samples/javaconfig/hellomvc/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..e460f3bbac --- /dev/null +++ b/samples/javaconfig/hellomvc/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,78 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/helloworld/gradle/dependency-locks/annotationProcessor.lockfile b/samples/javaconfig/helloworld/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/helloworld/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/helloworld/gradle/dependency-locks/archives.lockfile b/samples/javaconfig/helloworld/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/helloworld/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/helloworld/gradle/dependency-locks/checkstyle.lockfile b/samples/javaconfig/helloworld/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/samples/javaconfig/helloworld/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/helloworld/gradle/dependency-locks/compile.lockfile b/samples/javaconfig/helloworld/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..8ccf3f02de --- /dev/null +++ b/samples/javaconfig/helloworld/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,30 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/javaconfig/helloworld/gradle/dependency-locks/compileClasspath.lockfile b/samples/javaconfig/helloworld/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..8ccf3f02de --- /dev/null +++ b/samples/javaconfig/helloworld/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,30 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/javaconfig/helloworld/gradle/dependency-locks/compileOnly.lockfile b/samples/javaconfig/helloworld/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/helloworld/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/helloworld/gradle/dependency-locks/default.lockfile b/samples/javaconfig/helloworld/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..8ccf3f02de --- /dev/null +++ b/samples/javaconfig/helloworld/gradle/dependency-locks/default.lockfile @@ -0,0 +1,30 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/javaconfig/helloworld/gradle/dependency-locks/gretty.lockfile b/samples/javaconfig/helloworld/gradle/dependency-locks/gretty.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/helloworld/gradle/dependency-locks/gretty.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/helloworld/gradle/dependency-locks/grettyNoSpringBoot.lockfile b/samples/javaconfig/helloworld/gradle/dependency-locks/grettyNoSpringBoot.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/helloworld/gradle/dependency-locks/grettyNoSpringBoot.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/helloworld/gradle/dependency-locks/grettyProductRuntime.lockfile b/samples/javaconfig/helloworld/gradle/dependency-locks/grettyProductRuntime.lockfile new file mode 100644 index 0000000000..8ccf3f02de --- /dev/null +++ b/samples/javaconfig/helloworld/gradle/dependency-locks/grettyProductRuntime.lockfile @@ -0,0 +1,30 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/javaconfig/helloworld/gradle/dependency-locks/grettyProvidedCompile.lockfile b/samples/javaconfig/helloworld/gradle/dependency-locks/grettyProvidedCompile.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/javaconfig/helloworld/gradle/dependency-locks/grettyProvidedCompile.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/helloworld/gradle/dependency-locks/grettyRunnerJetty7.lockfile b/samples/javaconfig/helloworld/gradle/dependency-locks/grettyRunnerJetty7.lockfile new file mode 100644 index 0000000000..e9e1db89cd --- /dev/null +++ b/samples/javaconfig/helloworld/gradle/dependency-locks/grettyRunnerJetty7.lockfile @@ -0,0 +1,41 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:servlet-api:2.5 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:1.0.0.v201105211818 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.el:2.1.0.v201105211819 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.1.0.v201105211820 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.1.0.v201110031002 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty:jetty-continuation:7.6.21.v20160908 +org.eclipse.jetty:jetty-http:7.6.21.v20160908 +org.eclipse.jetty:jetty-io:7.6.21.v20160908 +org.eclipse.jetty:jetty-jndi:7.6.21.v20160908 +org.eclipse.jetty:jetty-jsp:7.6.21.v20160908 +org.eclipse.jetty:jetty-plus:7.6.21.v20160908 +org.eclipse.jetty:jetty-security:7.6.21.v20160908 +org.eclipse.jetty:jetty-server:7.6.21.v20160908 +org.eclipse.jetty:jetty-servlet:7.6.21.v20160908 +org.eclipse.jetty:jetty-util:7.6.21.v20160908 +org.eclipse.jetty:jetty-webapp:7.6.21.v20160908 +org.eclipse.jetty:jetty-xml:7.6.21.v20160908 +org.gretty:gretty-runner-jetty7:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/helloworld/gradle/dependency-locks/grettyRunnerJetty8.lockfile b/samples/javaconfig/helloworld/gradle/dependency-locks/grettyRunnerJetty8.lockfile new file mode 100644 index 0000000000..27d757f042 --- /dev/null +++ b/samples/javaconfig/helloworld/gradle/dependency-locks/grettyRunnerJetty8.lockfile @@ -0,0 +1,44 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.0.1 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.annotation:1.1.0.v201108011116 +org.eclipse.jetty.orbit:javax.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.2.0.v201112011158 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.2.2.v201112011158 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty.orbit:org.objectweb.asm:3.1.0.v200803061910 +org.eclipse.jetty:jetty-annotations:8.1.22.v20160922 +org.eclipse.jetty:jetty-continuation:8.1.22.v20160922 +org.eclipse.jetty:jetty-http:8.1.22.v20160922 +org.eclipse.jetty:jetty-io:8.1.22.v20160922 +org.eclipse.jetty:jetty-jndi:8.1.22.v20160922 +org.eclipse.jetty:jetty-jsp:8.1.22.v20160922 +org.eclipse.jetty:jetty-plus:8.1.22.v20160922 +org.eclipse.jetty:jetty-security:8.1.22.v20160922 +org.eclipse.jetty:jetty-server:8.1.22.v20160922 +org.eclipse.jetty:jetty-servlet:8.1.22.v20160922 +org.eclipse.jetty:jetty-util:8.1.22.v20160922 +org.eclipse.jetty:jetty-webapp:8.1.22.v20160922 +org.eclipse.jetty:jetty-xml:8.1.22.v20160922 +org.gretty:gretty-runner-jetty8:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/helloworld/gradle/dependency-locks/grettyRunnerJetty9.lockfile b/samples/javaconfig/helloworld/gradle/dependency-locks/grettyRunnerJetty9.lockfile new file mode 100644 index 0000000000..9499a81a9b --- /dev/null +++ b/samples/javaconfig/helloworld/gradle/dependency-locks/grettyRunnerJetty9.lockfile @@ -0,0 +1,51 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.8.2.v20130121 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.M0 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-api:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-client:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-common:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-server:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-annotations:9.2.26.v20180806 +org.eclipse.jetty:jetty-http:9.2.26.v20180806 +org.eclipse.jetty:jetty-io:9.2.26.v20180806 +org.eclipse.jetty:jetty-jndi:9.2.26.v20180806 +org.eclipse.jetty:jetty-jsp:9.2.26.v20180806 +org.eclipse.jetty:jetty-plus:9.2.26.v20180806 +org.eclipse.jetty:jetty-security:9.2.26.v20180806 +org.eclipse.jetty:jetty-server:9.2.26.v20180806 +org.eclipse.jetty:jetty-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-util:9.2.26.v20180806 +org.eclipse.jetty:jetty-webapp:9.2.26.v20180806 +org.eclipse.jetty:jetty-xml:9.2.26.v20180806 +org.glassfish.web:javax.servlet.jsp.jstl:1.2.2 +org.glassfish.web:javax.servlet.jsp:2.3.2 +org.glassfish:javax.el:3.0.0 +org.gretty:gretty-runner-jetty9:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/helloworld/gradle/dependency-locks/grettyRunnerJetty93.lockfile b/samples/javaconfig/helloworld/gradle/dependency-locks/grettyRunnerJetty93.lockfile new file mode 100644 index 0000000000..54c7e0ee60 --- /dev/null +++ b/samples/javaconfig/helloworld/gradle/dependency-locks/grettyRunnerJetty93.lockfile @@ -0,0 +1,48 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt.core.compiler:ecj:4.4.2 +org.eclipse.jetty.toolchain:jetty-schemas:3.1 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-api:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-client:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-common:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-server:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-servlet:9.3.25.v20180904 +org.eclipse.jetty:apache-jsp:9.3.25.v20180904 +org.eclipse.jetty:jetty-annotations:9.3.25.v20180904 +org.eclipse.jetty:jetty-http:9.3.25.v20180904 +org.eclipse.jetty:jetty-io:9.3.25.v20180904 +org.eclipse.jetty:jetty-jndi:9.3.25.v20180904 +org.eclipse.jetty:jetty-plus:9.3.25.v20180904 +org.eclipse.jetty:jetty-security:9.3.25.v20180904 +org.eclipse.jetty:jetty-server:9.3.25.v20180904 +org.eclipse.jetty:jetty-servlet:9.3.25.v20180904 +org.eclipse.jetty:jetty-util:9.3.25.v20180904 +org.eclipse.jetty:jetty-webapp:9.3.25.v20180904 +org.eclipse.jetty:jetty-xml:9.3.25.v20180904 +org.gretty:gretty-runner-jetty93:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.0.33 +org.mortbay.jasper:apache-jsp:8.0.33 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/helloworld/gradle/dependency-locks/grettyRunnerJetty94.lockfile b/samples/javaconfig/helloworld/gradle/dependency-locks/grettyRunnerJetty94.lockfile new file mode 100644 index 0000000000..746adcbf76 --- /dev/null +++ b/samples/javaconfig/helloworld/gradle/dependency-locks/grettyRunnerJetty94.lockfile @@ -0,0 +1,50 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +javax.websocket:javax.websocket-client-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.14.0 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.2 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-api:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-client:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-common:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-server:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-servlet:9.4.14.v20181114 +org.eclipse.jetty:apache-jsp:9.4.14.v20181114 +org.eclipse.jetty:jetty-annotations:9.4.14.v20181114 +org.eclipse.jetty:jetty-client:9.4.14.v20181114 +org.eclipse.jetty:jetty-http:9.4.14.v20181114 +org.eclipse.jetty:jetty-io:9.4.14.v20181114 +org.eclipse.jetty:jetty-jndi:9.4.14.v20181114 +org.eclipse.jetty:jetty-plus:9.4.14.v20181114 +org.eclipse.jetty:jetty-security:9.4.14.v20181114 +org.eclipse.jetty:jetty-server:9.4.14.v20181114 +org.eclipse.jetty:jetty-servlet:9.4.14.v20181114 +org.eclipse.jetty:jetty-util:9.4.14.v20181114 +org.eclipse.jetty:jetty-webapp:9.4.14.v20181114 +org.eclipse.jetty:jetty-xml:9.4.14.v20181114 +org.gretty:gretty-runner-jetty94:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.5.33.1 +org.mortbay.jasper:apache-jsp:8.5.33.1 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/helloworld/gradle/dependency-locks/grettyRunnerTomcat85.lockfile b/samples/javaconfig/helloworld/gradle/dependency-locks/grettyRunnerTomcat85.lockfile new file mode 100644 index 0000000000..ec3f59f0e7 --- /dev/null +++ b/samples/javaconfig/helloworld/gradle/dependency-locks/grettyRunnerTomcat85.lockfile @@ -0,0 +1,27 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.1.0 +org.apache.tomcat.embed:tomcat-embed-core:8.5.35 +org.apache.tomcat.embed:tomcat-embed-el:8.5.35 +org.apache.tomcat.embed:tomcat-embed-jasper:8.5.35 +org.apache.tomcat.embed:tomcat-embed-websocket:8.5.35 +org.apache.tomcat:tomcat-annotations-api:8.5.35 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.12.3 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/helloworld/gradle/dependency-locks/grettyRunnerTomcat9.lockfile b/samples/javaconfig/helloworld/gradle/dependency-locks/grettyRunnerTomcat9.lockfile new file mode 100644 index 0000000000..79664d6256 --- /dev/null +++ b/samples/javaconfig/helloworld/gradle/dependency-locks/grettyRunnerTomcat9.lockfile @@ -0,0 +1,28 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.0 +org.apache.tomcat.embed:tomcat-embed-core:9.0.13 +org.apache.tomcat.embed:tomcat-embed-el:9.0.13 +org.apache.tomcat.embed:tomcat-embed-jasper:9.0.13 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.13 +org.apache.tomcat:tomcat-annotations-api:9.0.13 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.13.102 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat9:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/helloworld/gradle/dependency-locks/grettySpringLoaded.lockfile b/samples/javaconfig/helloworld/gradle/dependency-locks/grettySpringLoaded.lockfile new file mode 100644 index 0000000000..c3aad4e8a3 --- /dev/null +++ b/samples/javaconfig/helloworld/gradle/dependency-locks/grettySpringLoaded.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:springloaded:1.2.8.RELEASE diff --git a/samples/javaconfig/helloworld/gradle/dependency-locks/grettyStarter.lockfile b/samples/javaconfig/helloworld/gradle/dependency-locks/grettyStarter.lockfile new file mode 100644 index 0000000000..9fcf33ac73 --- /dev/null +++ b/samples/javaconfig/helloworld/gradle/dependency-locks/grettyStarter.lockfile @@ -0,0 +1,31 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-configuration:commons-configuration:1.10 +commons-io:commons-io:2.4 +commons-lang:commons-lang:2.6 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +org.apache.commons:commons-lang3:3.3.2 +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.gretty:gretty-core:3.0.1 +org.gretty:gretty-starter:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.0.2.RELEASE +org.springframework.boot:spring-boot-devtools:2.0.2.RELEASE +org.springframework.boot:spring-boot:2.0.2.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/samples/javaconfig/helloworld/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile b/samples/javaconfig/helloworld/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/helloworld/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/helloworld/gradle/dependency-locks/integrationTestCompile.lockfile b/samples/javaconfig/helloworld/gradle/dependency-locks/integrationTestCompile.lockfile new file mode 100644 index 0000000000..f5ff0d5ac7 --- /dev/null +++ b/samples/javaconfig/helloworld/gradle/dependency-locks/integrationTestCompile.lockfile @@ -0,0 +1,77 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:1.3.9 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.j2objc:j2objc-annotations:1.1 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +commons-codec:commons-codec:1.14 +commons-io:commons-io:2.6 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/javaconfig/helloworld/gradle/dependency-locks/integrationTestCompileClasspath.lockfile b/samples/javaconfig/helloworld/gradle/dependency-locks/integrationTestCompileClasspath.lockfile new file mode 100644 index 0000000000..f5ff0d5ac7 --- /dev/null +++ b/samples/javaconfig/helloworld/gradle/dependency-locks/integrationTestCompileClasspath.lockfile @@ -0,0 +1,77 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:1.3.9 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.j2objc:j2objc-annotations:1.1 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +commons-codec:commons-codec:1.14 +commons-io:commons-io:2.6 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/javaconfig/helloworld/gradle/dependency-locks/integrationTestCompileOnly.lockfile b/samples/javaconfig/helloworld/gradle/dependency-locks/integrationTestCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/helloworld/gradle/dependency-locks/integrationTestCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/helloworld/gradle/dependency-locks/integrationTestRuntime.lockfile b/samples/javaconfig/helloworld/gradle/dependency-locks/integrationTestRuntime.lockfile new file mode 100644 index 0000000000..f5ff0d5ac7 --- /dev/null +++ b/samples/javaconfig/helloworld/gradle/dependency-locks/integrationTestRuntime.lockfile @@ -0,0 +1,77 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:1.3.9 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.j2objc:j2objc-annotations:1.1 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +commons-codec:commons-codec:1.14 +commons-io:commons-io:2.6 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/javaconfig/helloworld/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile b/samples/javaconfig/helloworld/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile new file mode 100644 index 0000000000..f5ff0d5ac7 --- /dev/null +++ b/samples/javaconfig/helloworld/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile @@ -0,0 +1,77 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:1.3.9 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.j2objc:j2objc-annotations:1.1 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +commons-codec:commons-codec:1.14 +commons-io:commons-io:2.6 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/javaconfig/helloworld/gradle/dependency-locks/optional.lockfile b/samples/javaconfig/helloworld/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/helloworld/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/helloworld/gradle/dependency-locks/provided.lockfile b/samples/javaconfig/helloworld/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/helloworld/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/helloworld/gradle/dependency-locks/providedCompile.lockfile b/samples/javaconfig/helloworld/gradle/dependency-locks/providedCompile.lockfile new file mode 100644 index 0000000000..1416585107 --- /dev/null +++ b/samples/javaconfig/helloworld/gradle/dependency-locks/providedCompile.lockfile @@ -0,0 +1,9 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/helloworld/gradle/dependency-locks/providedRuntime.lockfile b/samples/javaconfig/helloworld/gradle/dependency-locks/providedRuntime.lockfile new file mode 100644 index 0000000000..1416585107 --- /dev/null +++ b/samples/javaconfig/helloworld/gradle/dependency-locks/providedRuntime.lockfile @@ -0,0 +1,9 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/helloworld/gradle/dependency-locks/runtime.lockfile b/samples/javaconfig/helloworld/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..8ccf3f02de --- /dev/null +++ b/samples/javaconfig/helloworld/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,30 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/javaconfig/helloworld/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/javaconfig/helloworld/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..8ccf3f02de --- /dev/null +++ b/samples/javaconfig/helloworld/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,30 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/javaconfig/helloworld/gradle/dependency-locks/springBoot.lockfile b/samples/javaconfig/helloworld/gradle/dependency-locks/springBoot.lockfile new file mode 100644 index 0000000000..8ccf3f02de --- /dev/null +++ b/samples/javaconfig/helloworld/gradle/dependency-locks/springBoot.lockfile @@ -0,0 +1,30 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/javaconfig/helloworld/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/javaconfig/helloworld/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/helloworld/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/helloworld/gradle/dependency-locks/testCompile.lockfile b/samples/javaconfig/helloworld/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..ec6715a4fd --- /dev/null +++ b/samples/javaconfig/helloworld/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,38 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/javaconfig/helloworld/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/javaconfig/helloworld/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..ec6715a4fd --- /dev/null +++ b/samples/javaconfig/helloworld/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,38 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/javaconfig/helloworld/gradle/dependency-locks/testCompileOnly.lockfile b/samples/javaconfig/helloworld/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/helloworld/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/helloworld/gradle/dependency-locks/testRuntime.lockfile b/samples/javaconfig/helloworld/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..ec6715a4fd --- /dev/null +++ b/samples/javaconfig/helloworld/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,38 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/javaconfig/helloworld/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/javaconfig/helloworld/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..ec6715a4fd --- /dev/null +++ b/samples/javaconfig/helloworld/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,38 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/javaconfig/helloworld/gradle/dependency-locks/tests.lockfile b/samples/javaconfig/helloworld/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..ec6715a4fd --- /dev/null +++ b/samples/javaconfig/helloworld/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,38 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/javaconfig/inmemory/gradle/dependency-locks/annotationProcessor.lockfile b/samples/javaconfig/inmemory/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/inmemory/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/inmemory/gradle/dependency-locks/archives.lockfile b/samples/javaconfig/inmemory/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/inmemory/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/inmemory/gradle/dependency-locks/checkstyle.lockfile b/samples/javaconfig/inmemory/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/samples/javaconfig/inmemory/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/inmemory/gradle/dependency-locks/compile.lockfile b/samples/javaconfig/inmemory/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..4fe1c8f6a4 --- /dev/null +++ b/samples/javaconfig/inmemory/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,70 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/inmemory/gradle/dependency-locks/compileClasspath.lockfile b/samples/javaconfig/inmemory/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..4fe1c8f6a4 --- /dev/null +++ b/samples/javaconfig/inmemory/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,70 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/inmemory/gradle/dependency-locks/compileOnly.lockfile b/samples/javaconfig/inmemory/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/inmemory/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/inmemory/gradle/dependency-locks/default.lockfile b/samples/javaconfig/inmemory/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..c3c7bc760e --- /dev/null +++ b/samples/javaconfig/inmemory/gradle/dependency-locks/default.lockfile @@ -0,0 +1,71 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/inmemory/gradle/dependency-locks/gretty.lockfile b/samples/javaconfig/inmemory/gradle/dependency-locks/gretty.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/inmemory/gradle/dependency-locks/gretty.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/inmemory/gradle/dependency-locks/grettyNoSpringBoot.lockfile b/samples/javaconfig/inmemory/gradle/dependency-locks/grettyNoSpringBoot.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/inmemory/gradle/dependency-locks/grettyNoSpringBoot.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/inmemory/gradle/dependency-locks/grettyProductRuntime.lockfile b/samples/javaconfig/inmemory/gradle/dependency-locks/grettyProductRuntime.lockfile new file mode 100644 index 0000000000..c3c7bc760e --- /dev/null +++ b/samples/javaconfig/inmemory/gradle/dependency-locks/grettyProductRuntime.lockfile @@ -0,0 +1,71 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/inmemory/gradle/dependency-locks/grettyProvidedCompile.lockfile b/samples/javaconfig/inmemory/gradle/dependency-locks/grettyProvidedCompile.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/javaconfig/inmemory/gradle/dependency-locks/grettyProvidedCompile.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/inmemory/gradle/dependency-locks/grettyRunnerJetty7.lockfile b/samples/javaconfig/inmemory/gradle/dependency-locks/grettyRunnerJetty7.lockfile new file mode 100644 index 0000000000..e9e1db89cd --- /dev/null +++ b/samples/javaconfig/inmemory/gradle/dependency-locks/grettyRunnerJetty7.lockfile @@ -0,0 +1,41 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:servlet-api:2.5 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:1.0.0.v201105211818 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.el:2.1.0.v201105211819 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.1.0.v201105211820 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.1.0.v201110031002 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty:jetty-continuation:7.6.21.v20160908 +org.eclipse.jetty:jetty-http:7.6.21.v20160908 +org.eclipse.jetty:jetty-io:7.6.21.v20160908 +org.eclipse.jetty:jetty-jndi:7.6.21.v20160908 +org.eclipse.jetty:jetty-jsp:7.6.21.v20160908 +org.eclipse.jetty:jetty-plus:7.6.21.v20160908 +org.eclipse.jetty:jetty-security:7.6.21.v20160908 +org.eclipse.jetty:jetty-server:7.6.21.v20160908 +org.eclipse.jetty:jetty-servlet:7.6.21.v20160908 +org.eclipse.jetty:jetty-util:7.6.21.v20160908 +org.eclipse.jetty:jetty-webapp:7.6.21.v20160908 +org.eclipse.jetty:jetty-xml:7.6.21.v20160908 +org.gretty:gretty-runner-jetty7:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/inmemory/gradle/dependency-locks/grettyRunnerJetty8.lockfile b/samples/javaconfig/inmemory/gradle/dependency-locks/grettyRunnerJetty8.lockfile new file mode 100644 index 0000000000..27d757f042 --- /dev/null +++ b/samples/javaconfig/inmemory/gradle/dependency-locks/grettyRunnerJetty8.lockfile @@ -0,0 +1,44 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.0.1 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.annotation:1.1.0.v201108011116 +org.eclipse.jetty.orbit:javax.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.2.0.v201112011158 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.2.2.v201112011158 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty.orbit:org.objectweb.asm:3.1.0.v200803061910 +org.eclipse.jetty:jetty-annotations:8.1.22.v20160922 +org.eclipse.jetty:jetty-continuation:8.1.22.v20160922 +org.eclipse.jetty:jetty-http:8.1.22.v20160922 +org.eclipse.jetty:jetty-io:8.1.22.v20160922 +org.eclipse.jetty:jetty-jndi:8.1.22.v20160922 +org.eclipse.jetty:jetty-jsp:8.1.22.v20160922 +org.eclipse.jetty:jetty-plus:8.1.22.v20160922 +org.eclipse.jetty:jetty-security:8.1.22.v20160922 +org.eclipse.jetty:jetty-server:8.1.22.v20160922 +org.eclipse.jetty:jetty-servlet:8.1.22.v20160922 +org.eclipse.jetty:jetty-util:8.1.22.v20160922 +org.eclipse.jetty:jetty-webapp:8.1.22.v20160922 +org.eclipse.jetty:jetty-xml:8.1.22.v20160922 +org.gretty:gretty-runner-jetty8:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/inmemory/gradle/dependency-locks/grettyRunnerJetty9.lockfile b/samples/javaconfig/inmemory/gradle/dependency-locks/grettyRunnerJetty9.lockfile new file mode 100644 index 0000000000..9499a81a9b --- /dev/null +++ b/samples/javaconfig/inmemory/gradle/dependency-locks/grettyRunnerJetty9.lockfile @@ -0,0 +1,51 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.8.2.v20130121 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.M0 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-api:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-client:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-common:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-server:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-annotations:9.2.26.v20180806 +org.eclipse.jetty:jetty-http:9.2.26.v20180806 +org.eclipse.jetty:jetty-io:9.2.26.v20180806 +org.eclipse.jetty:jetty-jndi:9.2.26.v20180806 +org.eclipse.jetty:jetty-jsp:9.2.26.v20180806 +org.eclipse.jetty:jetty-plus:9.2.26.v20180806 +org.eclipse.jetty:jetty-security:9.2.26.v20180806 +org.eclipse.jetty:jetty-server:9.2.26.v20180806 +org.eclipse.jetty:jetty-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-util:9.2.26.v20180806 +org.eclipse.jetty:jetty-webapp:9.2.26.v20180806 +org.eclipse.jetty:jetty-xml:9.2.26.v20180806 +org.glassfish.web:javax.servlet.jsp.jstl:1.2.2 +org.glassfish.web:javax.servlet.jsp:2.3.2 +org.glassfish:javax.el:3.0.0 +org.gretty:gretty-runner-jetty9:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/inmemory/gradle/dependency-locks/grettyRunnerJetty93.lockfile b/samples/javaconfig/inmemory/gradle/dependency-locks/grettyRunnerJetty93.lockfile new file mode 100644 index 0000000000..54c7e0ee60 --- /dev/null +++ b/samples/javaconfig/inmemory/gradle/dependency-locks/grettyRunnerJetty93.lockfile @@ -0,0 +1,48 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt.core.compiler:ecj:4.4.2 +org.eclipse.jetty.toolchain:jetty-schemas:3.1 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-api:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-client:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-common:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-server:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-servlet:9.3.25.v20180904 +org.eclipse.jetty:apache-jsp:9.3.25.v20180904 +org.eclipse.jetty:jetty-annotations:9.3.25.v20180904 +org.eclipse.jetty:jetty-http:9.3.25.v20180904 +org.eclipse.jetty:jetty-io:9.3.25.v20180904 +org.eclipse.jetty:jetty-jndi:9.3.25.v20180904 +org.eclipse.jetty:jetty-plus:9.3.25.v20180904 +org.eclipse.jetty:jetty-security:9.3.25.v20180904 +org.eclipse.jetty:jetty-server:9.3.25.v20180904 +org.eclipse.jetty:jetty-servlet:9.3.25.v20180904 +org.eclipse.jetty:jetty-util:9.3.25.v20180904 +org.eclipse.jetty:jetty-webapp:9.3.25.v20180904 +org.eclipse.jetty:jetty-xml:9.3.25.v20180904 +org.gretty:gretty-runner-jetty93:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.0.33 +org.mortbay.jasper:apache-jsp:8.0.33 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/inmemory/gradle/dependency-locks/grettyRunnerJetty94.lockfile b/samples/javaconfig/inmemory/gradle/dependency-locks/grettyRunnerJetty94.lockfile new file mode 100644 index 0000000000..746adcbf76 --- /dev/null +++ b/samples/javaconfig/inmemory/gradle/dependency-locks/grettyRunnerJetty94.lockfile @@ -0,0 +1,50 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +javax.websocket:javax.websocket-client-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.14.0 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.2 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-api:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-client:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-common:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-server:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-servlet:9.4.14.v20181114 +org.eclipse.jetty:apache-jsp:9.4.14.v20181114 +org.eclipse.jetty:jetty-annotations:9.4.14.v20181114 +org.eclipse.jetty:jetty-client:9.4.14.v20181114 +org.eclipse.jetty:jetty-http:9.4.14.v20181114 +org.eclipse.jetty:jetty-io:9.4.14.v20181114 +org.eclipse.jetty:jetty-jndi:9.4.14.v20181114 +org.eclipse.jetty:jetty-plus:9.4.14.v20181114 +org.eclipse.jetty:jetty-security:9.4.14.v20181114 +org.eclipse.jetty:jetty-server:9.4.14.v20181114 +org.eclipse.jetty:jetty-servlet:9.4.14.v20181114 +org.eclipse.jetty:jetty-util:9.4.14.v20181114 +org.eclipse.jetty:jetty-webapp:9.4.14.v20181114 +org.eclipse.jetty:jetty-xml:9.4.14.v20181114 +org.gretty:gretty-runner-jetty94:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.5.33.1 +org.mortbay.jasper:apache-jsp:8.5.33.1 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/inmemory/gradle/dependency-locks/grettyRunnerTomcat85.lockfile b/samples/javaconfig/inmemory/gradle/dependency-locks/grettyRunnerTomcat85.lockfile new file mode 100644 index 0000000000..ec3f59f0e7 --- /dev/null +++ b/samples/javaconfig/inmemory/gradle/dependency-locks/grettyRunnerTomcat85.lockfile @@ -0,0 +1,27 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.1.0 +org.apache.tomcat.embed:tomcat-embed-core:8.5.35 +org.apache.tomcat.embed:tomcat-embed-el:8.5.35 +org.apache.tomcat.embed:tomcat-embed-jasper:8.5.35 +org.apache.tomcat.embed:tomcat-embed-websocket:8.5.35 +org.apache.tomcat:tomcat-annotations-api:8.5.35 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.12.3 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/inmemory/gradle/dependency-locks/grettyRunnerTomcat9.lockfile b/samples/javaconfig/inmemory/gradle/dependency-locks/grettyRunnerTomcat9.lockfile new file mode 100644 index 0000000000..79664d6256 --- /dev/null +++ b/samples/javaconfig/inmemory/gradle/dependency-locks/grettyRunnerTomcat9.lockfile @@ -0,0 +1,28 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.0 +org.apache.tomcat.embed:tomcat-embed-core:9.0.13 +org.apache.tomcat.embed:tomcat-embed-el:9.0.13 +org.apache.tomcat.embed:tomcat-embed-jasper:9.0.13 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.13 +org.apache.tomcat:tomcat-annotations-api:9.0.13 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.13.102 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat9:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/inmemory/gradle/dependency-locks/grettySpringLoaded.lockfile b/samples/javaconfig/inmemory/gradle/dependency-locks/grettySpringLoaded.lockfile new file mode 100644 index 0000000000..c3aad4e8a3 --- /dev/null +++ b/samples/javaconfig/inmemory/gradle/dependency-locks/grettySpringLoaded.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:springloaded:1.2.8.RELEASE diff --git a/samples/javaconfig/inmemory/gradle/dependency-locks/grettyStarter.lockfile b/samples/javaconfig/inmemory/gradle/dependency-locks/grettyStarter.lockfile new file mode 100644 index 0000000000..9fcf33ac73 --- /dev/null +++ b/samples/javaconfig/inmemory/gradle/dependency-locks/grettyStarter.lockfile @@ -0,0 +1,31 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-configuration:commons-configuration:1.10 +commons-io:commons-io:2.4 +commons-lang:commons-lang:2.6 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +org.apache.commons:commons-lang3:3.3.2 +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.gretty:gretty-core:3.0.1 +org.gretty:gretty-starter:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.0.2.RELEASE +org.springframework.boot:spring-boot-devtools:2.0.2.RELEASE +org.springframework.boot:spring-boot:2.0.2.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/samples/javaconfig/inmemory/gradle/dependency-locks/optional.lockfile b/samples/javaconfig/inmemory/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/inmemory/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/inmemory/gradle/dependency-locks/provided.lockfile b/samples/javaconfig/inmemory/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/inmemory/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/inmemory/gradle/dependency-locks/providedCompile.lockfile b/samples/javaconfig/inmemory/gradle/dependency-locks/providedCompile.lockfile new file mode 100644 index 0000000000..1416585107 --- /dev/null +++ b/samples/javaconfig/inmemory/gradle/dependency-locks/providedCompile.lockfile @@ -0,0 +1,9 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/inmemory/gradle/dependency-locks/providedRuntime.lockfile b/samples/javaconfig/inmemory/gradle/dependency-locks/providedRuntime.lockfile new file mode 100644 index 0000000000..1416585107 --- /dev/null +++ b/samples/javaconfig/inmemory/gradle/dependency-locks/providedRuntime.lockfile @@ -0,0 +1,9 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/inmemory/gradle/dependency-locks/runtime.lockfile b/samples/javaconfig/inmemory/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..c3c7bc760e --- /dev/null +++ b/samples/javaconfig/inmemory/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,71 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/inmemory/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/javaconfig/inmemory/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..c3c7bc760e --- /dev/null +++ b/samples/javaconfig/inmemory/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,71 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/inmemory/gradle/dependency-locks/springBoot.lockfile b/samples/javaconfig/inmemory/gradle/dependency-locks/springBoot.lockfile new file mode 100644 index 0000000000..c3c7bc760e --- /dev/null +++ b/samples/javaconfig/inmemory/gradle/dependency-locks/springBoot.lockfile @@ -0,0 +1,71 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/inmemory/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/javaconfig/inmemory/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/inmemory/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/inmemory/gradle/dependency-locks/testCompile.lockfile b/samples/javaconfig/inmemory/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..298e4e16b1 --- /dev/null +++ b/samples/javaconfig/inmemory/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,77 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/inmemory/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/javaconfig/inmemory/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..298e4e16b1 --- /dev/null +++ b/samples/javaconfig/inmemory/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,77 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/inmemory/gradle/dependency-locks/testCompileOnly.lockfile b/samples/javaconfig/inmemory/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/inmemory/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/inmemory/gradle/dependency-locks/testRuntime.lockfile b/samples/javaconfig/inmemory/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..e460f3bbac --- /dev/null +++ b/samples/javaconfig/inmemory/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,78 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/inmemory/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/javaconfig/inmemory/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..e460f3bbac --- /dev/null +++ b/samples/javaconfig/inmemory/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,78 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/inmemory/gradle/dependency-locks/tests.lockfile b/samples/javaconfig/inmemory/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..e460f3bbac --- /dev/null +++ b/samples/javaconfig/inmemory/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,78 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/jdbc/gradle/dependency-locks/annotationProcessor.lockfile b/samples/javaconfig/jdbc/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/jdbc/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/jdbc/gradle/dependency-locks/archives.lockfile b/samples/javaconfig/jdbc/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/jdbc/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/jdbc/gradle/dependency-locks/checkstyle.lockfile b/samples/javaconfig/jdbc/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/samples/javaconfig/jdbc/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/jdbc/gradle/dependency-locks/compile.lockfile b/samples/javaconfig/jdbc/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..4eb9396d92 --- /dev/null +++ b/samples/javaconfig/jdbc/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,72 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.bind:jaxb-core:2.3.0.1 +com.sun.xml.bind:jaxb-impl:2.4.0-b180830.0438 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/jdbc/gradle/dependency-locks/compileClasspath.lockfile b/samples/javaconfig/jdbc/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..4eb9396d92 --- /dev/null +++ b/samples/javaconfig/jdbc/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,72 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.bind:jaxb-core:2.3.0.1 +com.sun.xml.bind:jaxb-impl:2.4.0-b180830.0438 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/jdbc/gradle/dependency-locks/compileOnly.lockfile b/samples/javaconfig/jdbc/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/jdbc/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/jdbc/gradle/dependency-locks/default.lockfile b/samples/javaconfig/jdbc/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..802791eb0a --- /dev/null +++ b/samples/javaconfig/jdbc/gradle/dependency-locks/default.lockfile @@ -0,0 +1,73 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.bind:jaxb-core:2.3.0.1 +com.sun.xml.bind:jaxb-impl:2.4.0-b180830.0438 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/jdbc/gradle/dependency-locks/gretty.lockfile b/samples/javaconfig/jdbc/gradle/dependency-locks/gretty.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/jdbc/gradle/dependency-locks/gretty.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/jdbc/gradle/dependency-locks/grettyNoSpringBoot.lockfile b/samples/javaconfig/jdbc/gradle/dependency-locks/grettyNoSpringBoot.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/jdbc/gradle/dependency-locks/grettyNoSpringBoot.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/jdbc/gradle/dependency-locks/grettyProductRuntime.lockfile b/samples/javaconfig/jdbc/gradle/dependency-locks/grettyProductRuntime.lockfile new file mode 100644 index 0000000000..802791eb0a --- /dev/null +++ b/samples/javaconfig/jdbc/gradle/dependency-locks/grettyProductRuntime.lockfile @@ -0,0 +1,73 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.bind:jaxb-core:2.3.0.1 +com.sun.xml.bind:jaxb-impl:2.4.0-b180830.0438 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/jdbc/gradle/dependency-locks/grettyProvidedCompile.lockfile b/samples/javaconfig/jdbc/gradle/dependency-locks/grettyProvidedCompile.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/javaconfig/jdbc/gradle/dependency-locks/grettyProvidedCompile.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/jdbc/gradle/dependency-locks/grettyRunnerJetty7.lockfile b/samples/javaconfig/jdbc/gradle/dependency-locks/grettyRunnerJetty7.lockfile new file mode 100644 index 0000000000..e9e1db89cd --- /dev/null +++ b/samples/javaconfig/jdbc/gradle/dependency-locks/grettyRunnerJetty7.lockfile @@ -0,0 +1,41 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:servlet-api:2.5 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:1.0.0.v201105211818 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.el:2.1.0.v201105211819 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.1.0.v201105211820 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.1.0.v201110031002 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty:jetty-continuation:7.6.21.v20160908 +org.eclipse.jetty:jetty-http:7.6.21.v20160908 +org.eclipse.jetty:jetty-io:7.6.21.v20160908 +org.eclipse.jetty:jetty-jndi:7.6.21.v20160908 +org.eclipse.jetty:jetty-jsp:7.6.21.v20160908 +org.eclipse.jetty:jetty-plus:7.6.21.v20160908 +org.eclipse.jetty:jetty-security:7.6.21.v20160908 +org.eclipse.jetty:jetty-server:7.6.21.v20160908 +org.eclipse.jetty:jetty-servlet:7.6.21.v20160908 +org.eclipse.jetty:jetty-util:7.6.21.v20160908 +org.eclipse.jetty:jetty-webapp:7.6.21.v20160908 +org.eclipse.jetty:jetty-xml:7.6.21.v20160908 +org.gretty:gretty-runner-jetty7:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/jdbc/gradle/dependency-locks/grettyRunnerJetty8.lockfile b/samples/javaconfig/jdbc/gradle/dependency-locks/grettyRunnerJetty8.lockfile new file mode 100644 index 0000000000..27d757f042 --- /dev/null +++ b/samples/javaconfig/jdbc/gradle/dependency-locks/grettyRunnerJetty8.lockfile @@ -0,0 +1,44 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.0.1 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.annotation:1.1.0.v201108011116 +org.eclipse.jetty.orbit:javax.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.2.0.v201112011158 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.2.2.v201112011158 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty.orbit:org.objectweb.asm:3.1.0.v200803061910 +org.eclipse.jetty:jetty-annotations:8.1.22.v20160922 +org.eclipse.jetty:jetty-continuation:8.1.22.v20160922 +org.eclipse.jetty:jetty-http:8.1.22.v20160922 +org.eclipse.jetty:jetty-io:8.1.22.v20160922 +org.eclipse.jetty:jetty-jndi:8.1.22.v20160922 +org.eclipse.jetty:jetty-jsp:8.1.22.v20160922 +org.eclipse.jetty:jetty-plus:8.1.22.v20160922 +org.eclipse.jetty:jetty-security:8.1.22.v20160922 +org.eclipse.jetty:jetty-server:8.1.22.v20160922 +org.eclipse.jetty:jetty-servlet:8.1.22.v20160922 +org.eclipse.jetty:jetty-util:8.1.22.v20160922 +org.eclipse.jetty:jetty-webapp:8.1.22.v20160922 +org.eclipse.jetty:jetty-xml:8.1.22.v20160922 +org.gretty:gretty-runner-jetty8:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/jdbc/gradle/dependency-locks/grettyRunnerJetty9.lockfile b/samples/javaconfig/jdbc/gradle/dependency-locks/grettyRunnerJetty9.lockfile new file mode 100644 index 0000000000..9499a81a9b --- /dev/null +++ b/samples/javaconfig/jdbc/gradle/dependency-locks/grettyRunnerJetty9.lockfile @@ -0,0 +1,51 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.8.2.v20130121 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.M0 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-api:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-client:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-common:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-server:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-annotations:9.2.26.v20180806 +org.eclipse.jetty:jetty-http:9.2.26.v20180806 +org.eclipse.jetty:jetty-io:9.2.26.v20180806 +org.eclipse.jetty:jetty-jndi:9.2.26.v20180806 +org.eclipse.jetty:jetty-jsp:9.2.26.v20180806 +org.eclipse.jetty:jetty-plus:9.2.26.v20180806 +org.eclipse.jetty:jetty-security:9.2.26.v20180806 +org.eclipse.jetty:jetty-server:9.2.26.v20180806 +org.eclipse.jetty:jetty-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-util:9.2.26.v20180806 +org.eclipse.jetty:jetty-webapp:9.2.26.v20180806 +org.eclipse.jetty:jetty-xml:9.2.26.v20180806 +org.glassfish.web:javax.servlet.jsp.jstl:1.2.2 +org.glassfish.web:javax.servlet.jsp:2.3.2 +org.glassfish:javax.el:3.0.0 +org.gretty:gretty-runner-jetty9:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/jdbc/gradle/dependency-locks/grettyRunnerJetty93.lockfile b/samples/javaconfig/jdbc/gradle/dependency-locks/grettyRunnerJetty93.lockfile new file mode 100644 index 0000000000..54c7e0ee60 --- /dev/null +++ b/samples/javaconfig/jdbc/gradle/dependency-locks/grettyRunnerJetty93.lockfile @@ -0,0 +1,48 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt.core.compiler:ecj:4.4.2 +org.eclipse.jetty.toolchain:jetty-schemas:3.1 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-api:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-client:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-common:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-server:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-servlet:9.3.25.v20180904 +org.eclipse.jetty:apache-jsp:9.3.25.v20180904 +org.eclipse.jetty:jetty-annotations:9.3.25.v20180904 +org.eclipse.jetty:jetty-http:9.3.25.v20180904 +org.eclipse.jetty:jetty-io:9.3.25.v20180904 +org.eclipse.jetty:jetty-jndi:9.3.25.v20180904 +org.eclipse.jetty:jetty-plus:9.3.25.v20180904 +org.eclipse.jetty:jetty-security:9.3.25.v20180904 +org.eclipse.jetty:jetty-server:9.3.25.v20180904 +org.eclipse.jetty:jetty-servlet:9.3.25.v20180904 +org.eclipse.jetty:jetty-util:9.3.25.v20180904 +org.eclipse.jetty:jetty-webapp:9.3.25.v20180904 +org.eclipse.jetty:jetty-xml:9.3.25.v20180904 +org.gretty:gretty-runner-jetty93:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.0.33 +org.mortbay.jasper:apache-jsp:8.0.33 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/jdbc/gradle/dependency-locks/grettyRunnerJetty94.lockfile b/samples/javaconfig/jdbc/gradle/dependency-locks/grettyRunnerJetty94.lockfile new file mode 100644 index 0000000000..746adcbf76 --- /dev/null +++ b/samples/javaconfig/jdbc/gradle/dependency-locks/grettyRunnerJetty94.lockfile @@ -0,0 +1,50 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +javax.websocket:javax.websocket-client-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.14.0 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.2 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-api:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-client:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-common:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-server:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-servlet:9.4.14.v20181114 +org.eclipse.jetty:apache-jsp:9.4.14.v20181114 +org.eclipse.jetty:jetty-annotations:9.4.14.v20181114 +org.eclipse.jetty:jetty-client:9.4.14.v20181114 +org.eclipse.jetty:jetty-http:9.4.14.v20181114 +org.eclipse.jetty:jetty-io:9.4.14.v20181114 +org.eclipse.jetty:jetty-jndi:9.4.14.v20181114 +org.eclipse.jetty:jetty-plus:9.4.14.v20181114 +org.eclipse.jetty:jetty-security:9.4.14.v20181114 +org.eclipse.jetty:jetty-server:9.4.14.v20181114 +org.eclipse.jetty:jetty-servlet:9.4.14.v20181114 +org.eclipse.jetty:jetty-util:9.4.14.v20181114 +org.eclipse.jetty:jetty-webapp:9.4.14.v20181114 +org.eclipse.jetty:jetty-xml:9.4.14.v20181114 +org.gretty:gretty-runner-jetty94:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.5.33.1 +org.mortbay.jasper:apache-jsp:8.5.33.1 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/jdbc/gradle/dependency-locks/grettyRunnerTomcat85.lockfile b/samples/javaconfig/jdbc/gradle/dependency-locks/grettyRunnerTomcat85.lockfile new file mode 100644 index 0000000000..ec3f59f0e7 --- /dev/null +++ b/samples/javaconfig/jdbc/gradle/dependency-locks/grettyRunnerTomcat85.lockfile @@ -0,0 +1,27 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.1.0 +org.apache.tomcat.embed:tomcat-embed-core:8.5.35 +org.apache.tomcat.embed:tomcat-embed-el:8.5.35 +org.apache.tomcat.embed:tomcat-embed-jasper:8.5.35 +org.apache.tomcat.embed:tomcat-embed-websocket:8.5.35 +org.apache.tomcat:tomcat-annotations-api:8.5.35 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.12.3 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/jdbc/gradle/dependency-locks/grettyRunnerTomcat9.lockfile b/samples/javaconfig/jdbc/gradle/dependency-locks/grettyRunnerTomcat9.lockfile new file mode 100644 index 0000000000..79664d6256 --- /dev/null +++ b/samples/javaconfig/jdbc/gradle/dependency-locks/grettyRunnerTomcat9.lockfile @@ -0,0 +1,28 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.0 +org.apache.tomcat.embed:tomcat-embed-core:9.0.13 +org.apache.tomcat.embed:tomcat-embed-el:9.0.13 +org.apache.tomcat.embed:tomcat-embed-jasper:9.0.13 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.13 +org.apache.tomcat:tomcat-annotations-api:9.0.13 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.13.102 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat9:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/jdbc/gradle/dependency-locks/grettySpringLoaded.lockfile b/samples/javaconfig/jdbc/gradle/dependency-locks/grettySpringLoaded.lockfile new file mode 100644 index 0000000000..c3aad4e8a3 --- /dev/null +++ b/samples/javaconfig/jdbc/gradle/dependency-locks/grettySpringLoaded.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:springloaded:1.2.8.RELEASE diff --git a/samples/javaconfig/jdbc/gradle/dependency-locks/grettyStarter.lockfile b/samples/javaconfig/jdbc/gradle/dependency-locks/grettyStarter.lockfile new file mode 100644 index 0000000000..9fcf33ac73 --- /dev/null +++ b/samples/javaconfig/jdbc/gradle/dependency-locks/grettyStarter.lockfile @@ -0,0 +1,31 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-configuration:commons-configuration:1.10 +commons-io:commons-io:2.4 +commons-lang:commons-lang:2.6 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +org.apache.commons:commons-lang3:3.3.2 +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.gretty:gretty-core:3.0.1 +org.gretty:gretty-starter:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.0.2.RELEASE +org.springframework.boot:spring-boot-devtools:2.0.2.RELEASE +org.springframework.boot:spring-boot:2.0.2.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/samples/javaconfig/jdbc/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile b/samples/javaconfig/jdbc/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/jdbc/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/jdbc/gradle/dependency-locks/integrationTestCompile.lockfile b/samples/javaconfig/jdbc/gradle/dependency-locks/integrationTestCompile.lockfile new file mode 100644 index 0000000000..5d20f16a1f --- /dev/null +++ b/samples/javaconfig/jdbc/gradle/dependency-locks/integrationTestCompile.lockfile @@ -0,0 +1,118 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.google.code.findbugs:jsr305:1.3.9 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.j2objc:j2objc-annotations:1.1 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.bind:jaxb-core:2.3.0.1 +com.sun.xml.bind:jaxb-impl:2.4.0-b180830.0438 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +commons-codec:commons-codec:1.14 +commons-io:commons-io:2.6 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.groovy:groovy:2.5.11 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.dom4j:dom4j:2.1.3 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/javaconfig/jdbc/gradle/dependency-locks/integrationTestCompileClasspath.lockfile b/samples/javaconfig/jdbc/gradle/dependency-locks/integrationTestCompileClasspath.lockfile new file mode 100644 index 0000000000..5d20f16a1f --- /dev/null +++ b/samples/javaconfig/jdbc/gradle/dependency-locks/integrationTestCompileClasspath.lockfile @@ -0,0 +1,118 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.google.code.findbugs:jsr305:1.3.9 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.j2objc:j2objc-annotations:1.1 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.bind:jaxb-core:2.3.0.1 +com.sun.xml.bind:jaxb-impl:2.4.0-b180830.0438 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +commons-codec:commons-codec:1.14 +commons-io:commons-io:2.6 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.groovy:groovy:2.5.11 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.dom4j:dom4j:2.1.3 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/javaconfig/jdbc/gradle/dependency-locks/integrationTestCompileOnly.lockfile b/samples/javaconfig/jdbc/gradle/dependency-locks/integrationTestCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/jdbc/gradle/dependency-locks/integrationTestCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/jdbc/gradle/dependency-locks/integrationTestRuntime.lockfile b/samples/javaconfig/jdbc/gradle/dependency-locks/integrationTestRuntime.lockfile new file mode 100644 index 0000000000..546468c3d3 --- /dev/null +++ b/samples/javaconfig/jdbc/gradle/dependency-locks/integrationTestRuntime.lockfile @@ -0,0 +1,119 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.google.code.findbugs:jsr305:1.3.9 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.j2objc:j2objc-annotations:1.1 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.bind:jaxb-core:2.3.0.1 +com.sun.xml.bind:jaxb-impl:2.4.0-b180830.0438 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +commons-codec:commons-codec:1.14 +commons-io:commons-io:2.6 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.groovy:groovy:2.5.11 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.dom4j:dom4j:2.1.3 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/javaconfig/jdbc/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile b/samples/javaconfig/jdbc/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile new file mode 100644 index 0000000000..546468c3d3 --- /dev/null +++ b/samples/javaconfig/jdbc/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile @@ -0,0 +1,119 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.google.code.findbugs:jsr305:1.3.9 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.j2objc:j2objc-annotations:1.1 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.bind:jaxb-core:2.3.0.1 +com.sun.xml.bind:jaxb-impl:2.4.0-b180830.0438 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +commons-codec:commons-codec:1.14 +commons-io:commons-io:2.6 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.groovy:groovy:2.5.11 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.dom4j:dom4j:2.1.3 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/javaconfig/jdbc/gradle/dependency-locks/optional.lockfile b/samples/javaconfig/jdbc/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/jdbc/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/jdbc/gradle/dependency-locks/provided.lockfile b/samples/javaconfig/jdbc/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/jdbc/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/jdbc/gradle/dependency-locks/providedCompile.lockfile b/samples/javaconfig/jdbc/gradle/dependency-locks/providedCompile.lockfile new file mode 100644 index 0000000000..1416585107 --- /dev/null +++ b/samples/javaconfig/jdbc/gradle/dependency-locks/providedCompile.lockfile @@ -0,0 +1,9 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/jdbc/gradle/dependency-locks/providedRuntime.lockfile b/samples/javaconfig/jdbc/gradle/dependency-locks/providedRuntime.lockfile new file mode 100644 index 0000000000..1416585107 --- /dev/null +++ b/samples/javaconfig/jdbc/gradle/dependency-locks/providedRuntime.lockfile @@ -0,0 +1,9 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/jdbc/gradle/dependency-locks/runtime.lockfile b/samples/javaconfig/jdbc/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..802791eb0a --- /dev/null +++ b/samples/javaconfig/jdbc/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,73 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.bind:jaxb-core:2.3.0.1 +com.sun.xml.bind:jaxb-impl:2.4.0-b180830.0438 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/jdbc/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/javaconfig/jdbc/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..802791eb0a --- /dev/null +++ b/samples/javaconfig/jdbc/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,73 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.bind:jaxb-core:2.3.0.1 +com.sun.xml.bind:jaxb-impl:2.4.0-b180830.0438 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/jdbc/gradle/dependency-locks/springBoot.lockfile b/samples/javaconfig/jdbc/gradle/dependency-locks/springBoot.lockfile new file mode 100644 index 0000000000..802791eb0a --- /dev/null +++ b/samples/javaconfig/jdbc/gradle/dependency-locks/springBoot.lockfile @@ -0,0 +1,73 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.bind:jaxb-core:2.3.0.1 +com.sun.xml.bind:jaxb-impl:2.4.0-b180830.0438 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/jdbc/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/javaconfig/jdbc/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/jdbc/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/jdbc/gradle/dependency-locks/testCompile.lockfile b/samples/javaconfig/jdbc/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..622b1f62c6 --- /dev/null +++ b/samples/javaconfig/jdbc/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,79 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.bind:jaxb-core:2.3.0.1 +com.sun.xml.bind:jaxb-impl:2.4.0-b180830.0438 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/jdbc/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/javaconfig/jdbc/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..622b1f62c6 --- /dev/null +++ b/samples/javaconfig/jdbc/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,79 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.bind:jaxb-core:2.3.0.1 +com.sun.xml.bind:jaxb-impl:2.4.0-b180830.0438 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/jdbc/gradle/dependency-locks/testCompileOnly.lockfile b/samples/javaconfig/jdbc/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/jdbc/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/jdbc/gradle/dependency-locks/testRuntime.lockfile b/samples/javaconfig/jdbc/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..684db96c19 --- /dev/null +++ b/samples/javaconfig/jdbc/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,80 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.bind:jaxb-core:2.3.0.1 +com.sun.xml.bind:jaxb-impl:2.4.0-b180830.0438 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/jdbc/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/javaconfig/jdbc/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..684db96c19 --- /dev/null +++ b/samples/javaconfig/jdbc/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,80 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.bind:jaxb-core:2.3.0.1 +com.sun.xml.bind:jaxb-impl:2.4.0-b180830.0438 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/jdbc/gradle/dependency-locks/tests.lockfile b/samples/javaconfig/jdbc/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..684db96c19 --- /dev/null +++ b/samples/javaconfig/jdbc/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,80 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.bind:jaxb-core:2.3.0.1 +com.sun.xml.bind:jaxb-impl:2.4.0-b180830.0438 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/ldap/gradle/dependency-locks/annotationProcessor.lockfile b/samples/javaconfig/ldap/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/ldap/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/ldap/gradle/dependency-locks/archives.lockfile b/samples/javaconfig/ldap/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/ldap/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/ldap/gradle/dependency-locks/checkstyle.lockfile b/samples/javaconfig/ldap/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/samples/javaconfig/ldap/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/ldap/gradle/dependency-locks/compile.lockfile b/samples/javaconfig/ldap/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..8ddfadaf25 --- /dev/null +++ b/samples/javaconfig/ldap/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,102 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:1.4 +commons-lang:commons-lang:2.4 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.mina:mina-core:2.0.0-M6 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/ldap/gradle/dependency-locks/compileClasspath.lockfile b/samples/javaconfig/ldap/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..8ddfadaf25 --- /dev/null +++ b/samples/javaconfig/ldap/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,102 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:1.4 +commons-lang:commons-lang:2.4 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.mina:mina-core:2.0.0-M6 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/ldap/gradle/dependency-locks/compileOnly.lockfile b/samples/javaconfig/ldap/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/ldap/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/ldap/gradle/dependency-locks/default.lockfile b/samples/javaconfig/ldap/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..c6b080755c --- /dev/null +++ b/samples/javaconfig/ldap/gradle/dependency-locks/default.lockfile @@ -0,0 +1,103 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:1.4 +commons-lang:commons-lang:2.4 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.mina:mina-core:2.0.0-M6 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/ldap/gradle/dependency-locks/gretty.lockfile b/samples/javaconfig/ldap/gradle/dependency-locks/gretty.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/ldap/gradle/dependency-locks/gretty.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/ldap/gradle/dependency-locks/grettyNoSpringBoot.lockfile b/samples/javaconfig/ldap/gradle/dependency-locks/grettyNoSpringBoot.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/ldap/gradle/dependency-locks/grettyNoSpringBoot.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/ldap/gradle/dependency-locks/grettyProductRuntime.lockfile b/samples/javaconfig/ldap/gradle/dependency-locks/grettyProductRuntime.lockfile new file mode 100644 index 0000000000..c6b080755c --- /dev/null +++ b/samples/javaconfig/ldap/gradle/dependency-locks/grettyProductRuntime.lockfile @@ -0,0 +1,103 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:1.4 +commons-lang:commons-lang:2.4 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.mina:mina-core:2.0.0-M6 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/ldap/gradle/dependency-locks/grettyProvidedCompile.lockfile b/samples/javaconfig/ldap/gradle/dependency-locks/grettyProvidedCompile.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/javaconfig/ldap/gradle/dependency-locks/grettyProvidedCompile.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/ldap/gradle/dependency-locks/grettyRunnerJetty7.lockfile b/samples/javaconfig/ldap/gradle/dependency-locks/grettyRunnerJetty7.lockfile new file mode 100644 index 0000000000..e9e1db89cd --- /dev/null +++ b/samples/javaconfig/ldap/gradle/dependency-locks/grettyRunnerJetty7.lockfile @@ -0,0 +1,41 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:servlet-api:2.5 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:1.0.0.v201105211818 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.el:2.1.0.v201105211819 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.1.0.v201105211820 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.1.0.v201110031002 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty:jetty-continuation:7.6.21.v20160908 +org.eclipse.jetty:jetty-http:7.6.21.v20160908 +org.eclipse.jetty:jetty-io:7.6.21.v20160908 +org.eclipse.jetty:jetty-jndi:7.6.21.v20160908 +org.eclipse.jetty:jetty-jsp:7.6.21.v20160908 +org.eclipse.jetty:jetty-plus:7.6.21.v20160908 +org.eclipse.jetty:jetty-security:7.6.21.v20160908 +org.eclipse.jetty:jetty-server:7.6.21.v20160908 +org.eclipse.jetty:jetty-servlet:7.6.21.v20160908 +org.eclipse.jetty:jetty-util:7.6.21.v20160908 +org.eclipse.jetty:jetty-webapp:7.6.21.v20160908 +org.eclipse.jetty:jetty-xml:7.6.21.v20160908 +org.gretty:gretty-runner-jetty7:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/ldap/gradle/dependency-locks/grettyRunnerJetty8.lockfile b/samples/javaconfig/ldap/gradle/dependency-locks/grettyRunnerJetty8.lockfile new file mode 100644 index 0000000000..27d757f042 --- /dev/null +++ b/samples/javaconfig/ldap/gradle/dependency-locks/grettyRunnerJetty8.lockfile @@ -0,0 +1,44 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.0.1 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.annotation:1.1.0.v201108011116 +org.eclipse.jetty.orbit:javax.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.2.0.v201112011158 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.2.2.v201112011158 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty.orbit:org.objectweb.asm:3.1.0.v200803061910 +org.eclipse.jetty:jetty-annotations:8.1.22.v20160922 +org.eclipse.jetty:jetty-continuation:8.1.22.v20160922 +org.eclipse.jetty:jetty-http:8.1.22.v20160922 +org.eclipse.jetty:jetty-io:8.1.22.v20160922 +org.eclipse.jetty:jetty-jndi:8.1.22.v20160922 +org.eclipse.jetty:jetty-jsp:8.1.22.v20160922 +org.eclipse.jetty:jetty-plus:8.1.22.v20160922 +org.eclipse.jetty:jetty-security:8.1.22.v20160922 +org.eclipse.jetty:jetty-server:8.1.22.v20160922 +org.eclipse.jetty:jetty-servlet:8.1.22.v20160922 +org.eclipse.jetty:jetty-util:8.1.22.v20160922 +org.eclipse.jetty:jetty-webapp:8.1.22.v20160922 +org.eclipse.jetty:jetty-xml:8.1.22.v20160922 +org.gretty:gretty-runner-jetty8:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/ldap/gradle/dependency-locks/grettyRunnerJetty9.lockfile b/samples/javaconfig/ldap/gradle/dependency-locks/grettyRunnerJetty9.lockfile new file mode 100644 index 0000000000..9499a81a9b --- /dev/null +++ b/samples/javaconfig/ldap/gradle/dependency-locks/grettyRunnerJetty9.lockfile @@ -0,0 +1,51 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.8.2.v20130121 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.M0 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-api:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-client:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-common:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-server:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-annotations:9.2.26.v20180806 +org.eclipse.jetty:jetty-http:9.2.26.v20180806 +org.eclipse.jetty:jetty-io:9.2.26.v20180806 +org.eclipse.jetty:jetty-jndi:9.2.26.v20180806 +org.eclipse.jetty:jetty-jsp:9.2.26.v20180806 +org.eclipse.jetty:jetty-plus:9.2.26.v20180806 +org.eclipse.jetty:jetty-security:9.2.26.v20180806 +org.eclipse.jetty:jetty-server:9.2.26.v20180806 +org.eclipse.jetty:jetty-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-util:9.2.26.v20180806 +org.eclipse.jetty:jetty-webapp:9.2.26.v20180806 +org.eclipse.jetty:jetty-xml:9.2.26.v20180806 +org.glassfish.web:javax.servlet.jsp.jstl:1.2.2 +org.glassfish.web:javax.servlet.jsp:2.3.2 +org.glassfish:javax.el:3.0.0 +org.gretty:gretty-runner-jetty9:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/ldap/gradle/dependency-locks/grettyRunnerJetty93.lockfile b/samples/javaconfig/ldap/gradle/dependency-locks/grettyRunnerJetty93.lockfile new file mode 100644 index 0000000000..54c7e0ee60 --- /dev/null +++ b/samples/javaconfig/ldap/gradle/dependency-locks/grettyRunnerJetty93.lockfile @@ -0,0 +1,48 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt.core.compiler:ecj:4.4.2 +org.eclipse.jetty.toolchain:jetty-schemas:3.1 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-api:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-client:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-common:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-server:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-servlet:9.3.25.v20180904 +org.eclipse.jetty:apache-jsp:9.3.25.v20180904 +org.eclipse.jetty:jetty-annotations:9.3.25.v20180904 +org.eclipse.jetty:jetty-http:9.3.25.v20180904 +org.eclipse.jetty:jetty-io:9.3.25.v20180904 +org.eclipse.jetty:jetty-jndi:9.3.25.v20180904 +org.eclipse.jetty:jetty-plus:9.3.25.v20180904 +org.eclipse.jetty:jetty-security:9.3.25.v20180904 +org.eclipse.jetty:jetty-server:9.3.25.v20180904 +org.eclipse.jetty:jetty-servlet:9.3.25.v20180904 +org.eclipse.jetty:jetty-util:9.3.25.v20180904 +org.eclipse.jetty:jetty-webapp:9.3.25.v20180904 +org.eclipse.jetty:jetty-xml:9.3.25.v20180904 +org.gretty:gretty-runner-jetty93:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.0.33 +org.mortbay.jasper:apache-jsp:8.0.33 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/ldap/gradle/dependency-locks/grettyRunnerJetty94.lockfile b/samples/javaconfig/ldap/gradle/dependency-locks/grettyRunnerJetty94.lockfile new file mode 100644 index 0000000000..746adcbf76 --- /dev/null +++ b/samples/javaconfig/ldap/gradle/dependency-locks/grettyRunnerJetty94.lockfile @@ -0,0 +1,50 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +javax.websocket:javax.websocket-client-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.14.0 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.2 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-api:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-client:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-common:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-server:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-servlet:9.4.14.v20181114 +org.eclipse.jetty:apache-jsp:9.4.14.v20181114 +org.eclipse.jetty:jetty-annotations:9.4.14.v20181114 +org.eclipse.jetty:jetty-client:9.4.14.v20181114 +org.eclipse.jetty:jetty-http:9.4.14.v20181114 +org.eclipse.jetty:jetty-io:9.4.14.v20181114 +org.eclipse.jetty:jetty-jndi:9.4.14.v20181114 +org.eclipse.jetty:jetty-plus:9.4.14.v20181114 +org.eclipse.jetty:jetty-security:9.4.14.v20181114 +org.eclipse.jetty:jetty-server:9.4.14.v20181114 +org.eclipse.jetty:jetty-servlet:9.4.14.v20181114 +org.eclipse.jetty:jetty-util:9.4.14.v20181114 +org.eclipse.jetty:jetty-webapp:9.4.14.v20181114 +org.eclipse.jetty:jetty-xml:9.4.14.v20181114 +org.gretty:gretty-runner-jetty94:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.5.33.1 +org.mortbay.jasper:apache-jsp:8.5.33.1 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/ldap/gradle/dependency-locks/grettyRunnerTomcat85.lockfile b/samples/javaconfig/ldap/gradle/dependency-locks/grettyRunnerTomcat85.lockfile new file mode 100644 index 0000000000..ec3f59f0e7 --- /dev/null +++ b/samples/javaconfig/ldap/gradle/dependency-locks/grettyRunnerTomcat85.lockfile @@ -0,0 +1,27 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.1.0 +org.apache.tomcat.embed:tomcat-embed-core:8.5.35 +org.apache.tomcat.embed:tomcat-embed-el:8.5.35 +org.apache.tomcat.embed:tomcat-embed-jasper:8.5.35 +org.apache.tomcat.embed:tomcat-embed-websocket:8.5.35 +org.apache.tomcat:tomcat-annotations-api:8.5.35 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.12.3 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/ldap/gradle/dependency-locks/grettyRunnerTomcat9.lockfile b/samples/javaconfig/ldap/gradle/dependency-locks/grettyRunnerTomcat9.lockfile new file mode 100644 index 0000000000..79664d6256 --- /dev/null +++ b/samples/javaconfig/ldap/gradle/dependency-locks/grettyRunnerTomcat9.lockfile @@ -0,0 +1,28 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.0 +org.apache.tomcat.embed:tomcat-embed-core:9.0.13 +org.apache.tomcat.embed:tomcat-embed-el:9.0.13 +org.apache.tomcat.embed:tomcat-embed-jasper:9.0.13 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.13 +org.apache.tomcat:tomcat-annotations-api:9.0.13 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.13.102 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat9:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/ldap/gradle/dependency-locks/grettySpringLoaded.lockfile b/samples/javaconfig/ldap/gradle/dependency-locks/grettySpringLoaded.lockfile new file mode 100644 index 0000000000..c3aad4e8a3 --- /dev/null +++ b/samples/javaconfig/ldap/gradle/dependency-locks/grettySpringLoaded.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:springloaded:1.2.8.RELEASE diff --git a/samples/javaconfig/ldap/gradle/dependency-locks/grettyStarter.lockfile b/samples/javaconfig/ldap/gradle/dependency-locks/grettyStarter.lockfile new file mode 100644 index 0000000000..9fcf33ac73 --- /dev/null +++ b/samples/javaconfig/ldap/gradle/dependency-locks/grettyStarter.lockfile @@ -0,0 +1,31 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-configuration:commons-configuration:1.10 +commons-io:commons-io:2.4 +commons-lang:commons-lang:2.6 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +org.apache.commons:commons-lang3:3.3.2 +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.gretty:gretty-core:3.0.1 +org.gretty:gretty-starter:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.0.2.RELEASE +org.springframework.boot:spring-boot-devtools:2.0.2.RELEASE +org.springframework.boot:spring-boot:2.0.2.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/samples/javaconfig/ldap/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile b/samples/javaconfig/ldap/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/ldap/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/ldap/gradle/dependency-locks/integrationTestCompile.lockfile b/samples/javaconfig/ldap/gradle/dependency-locks/integrationTestCompile.lockfile new file mode 100644 index 0000000000..c5c314742b --- /dev/null +++ b/samples/javaconfig/ldap/gradle/dependency-locks/integrationTestCompile.lockfile @@ -0,0 +1,147 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.google.code.findbugs:jsr305:1.3.9 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.j2objc:j2objc-annotations:1.1 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +commons-codec:commons-codec:1.14 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:2.6 +commons-lang:commons-lang:2.4 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.apache.mina:mina-core:2.0.0-M6 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.groovy:groovy:2.5.11 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.dom4j:dom4j:2.1.3 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/javaconfig/ldap/gradle/dependency-locks/integrationTestCompileClasspath.lockfile b/samples/javaconfig/ldap/gradle/dependency-locks/integrationTestCompileClasspath.lockfile new file mode 100644 index 0000000000..c5c314742b --- /dev/null +++ b/samples/javaconfig/ldap/gradle/dependency-locks/integrationTestCompileClasspath.lockfile @@ -0,0 +1,147 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.google.code.findbugs:jsr305:1.3.9 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.j2objc:j2objc-annotations:1.1 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +commons-codec:commons-codec:1.14 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:2.6 +commons-lang:commons-lang:2.4 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.apache.mina:mina-core:2.0.0-M6 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.groovy:groovy:2.5.11 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.dom4j:dom4j:2.1.3 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/javaconfig/ldap/gradle/dependency-locks/integrationTestCompileOnly.lockfile b/samples/javaconfig/ldap/gradle/dependency-locks/integrationTestCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/ldap/gradle/dependency-locks/integrationTestCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/ldap/gradle/dependency-locks/integrationTestRuntime.lockfile b/samples/javaconfig/ldap/gradle/dependency-locks/integrationTestRuntime.lockfile new file mode 100644 index 0000000000..b22fb6dbd0 --- /dev/null +++ b/samples/javaconfig/ldap/gradle/dependency-locks/integrationTestRuntime.lockfile @@ -0,0 +1,148 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.google.code.findbugs:jsr305:1.3.9 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.j2objc:j2objc-annotations:1.1 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +commons-codec:commons-codec:1.14 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:2.6 +commons-lang:commons-lang:2.4 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.apache.mina:mina-core:2.0.0-M6 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.groovy:groovy:2.5.11 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.dom4j:dom4j:2.1.3 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/javaconfig/ldap/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile b/samples/javaconfig/ldap/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile new file mode 100644 index 0000000000..b22fb6dbd0 --- /dev/null +++ b/samples/javaconfig/ldap/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile @@ -0,0 +1,148 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.google.code.findbugs:jsr305:1.3.9 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.j2objc:j2objc-annotations:1.1 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +commons-codec:commons-codec:1.14 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:2.6 +commons-lang:commons-lang:2.4 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.apache.mina:mina-core:2.0.0-M6 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.groovy:groovy:2.5.11 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.dom4j:dom4j:2.1.3 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/javaconfig/ldap/gradle/dependency-locks/optional.lockfile b/samples/javaconfig/ldap/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/ldap/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/ldap/gradle/dependency-locks/provided.lockfile b/samples/javaconfig/ldap/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/ldap/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/ldap/gradle/dependency-locks/providedCompile.lockfile b/samples/javaconfig/ldap/gradle/dependency-locks/providedCompile.lockfile new file mode 100644 index 0000000000..1416585107 --- /dev/null +++ b/samples/javaconfig/ldap/gradle/dependency-locks/providedCompile.lockfile @@ -0,0 +1,9 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/ldap/gradle/dependency-locks/providedRuntime.lockfile b/samples/javaconfig/ldap/gradle/dependency-locks/providedRuntime.lockfile new file mode 100644 index 0000000000..1416585107 --- /dev/null +++ b/samples/javaconfig/ldap/gradle/dependency-locks/providedRuntime.lockfile @@ -0,0 +1,9 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/ldap/gradle/dependency-locks/runtime.lockfile b/samples/javaconfig/ldap/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..c6b080755c --- /dev/null +++ b/samples/javaconfig/ldap/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,103 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:1.4 +commons-lang:commons-lang:2.4 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.mina:mina-core:2.0.0-M6 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/ldap/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/javaconfig/ldap/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..c6b080755c --- /dev/null +++ b/samples/javaconfig/ldap/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,103 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:1.4 +commons-lang:commons-lang:2.4 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.mina:mina-core:2.0.0-M6 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/ldap/gradle/dependency-locks/springBoot.lockfile b/samples/javaconfig/ldap/gradle/dependency-locks/springBoot.lockfile new file mode 100644 index 0000000000..c6b080755c --- /dev/null +++ b/samples/javaconfig/ldap/gradle/dependency-locks/springBoot.lockfile @@ -0,0 +1,103 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:1.4 +commons-lang:commons-lang:2.4 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.mina:mina-core:2.0.0-M6 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/ldap/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/javaconfig/ldap/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/ldap/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/ldap/gradle/dependency-locks/testCompile.lockfile b/samples/javaconfig/ldap/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..a71671cdb0 --- /dev/null +++ b/samples/javaconfig/ldap/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,109 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:1.4 +commons-lang:commons-lang:2.4 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.mina:mina-core:2.0.0-M6 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/ldap/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/javaconfig/ldap/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..a71671cdb0 --- /dev/null +++ b/samples/javaconfig/ldap/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,109 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:1.4 +commons-lang:commons-lang:2.4 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.mina:mina-core:2.0.0-M6 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/ldap/gradle/dependency-locks/testCompileOnly.lockfile b/samples/javaconfig/ldap/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/ldap/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/ldap/gradle/dependency-locks/testRuntime.lockfile b/samples/javaconfig/ldap/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..2d457ea226 --- /dev/null +++ b/samples/javaconfig/ldap/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,110 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:1.4 +commons-lang:commons-lang:2.4 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.mina:mina-core:2.0.0-M6 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/ldap/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/javaconfig/ldap/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..2d457ea226 --- /dev/null +++ b/samples/javaconfig/ldap/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,110 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:1.4 +commons-lang:commons-lang:2.4 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.mina:mina-core:2.0.0-M6 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/ldap/gradle/dependency-locks/tests.lockfile b/samples/javaconfig/ldap/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..2d457ea226 --- /dev/null +++ b/samples/javaconfig/ldap/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,110 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:1.4 +commons-lang:commons-lang:2.4 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.mina:mina-core:2.0.0-M6 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/messages/gradle/dependency-locks/annotationProcessor.lockfile b/samples/javaconfig/messages/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/messages/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/messages/gradle/dependency-locks/archives.lockfile b/samples/javaconfig/messages/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/messages/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/messages/gradle/dependency-locks/checkstyle.lockfile b/samples/javaconfig/messages/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/samples/javaconfig/messages/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/messages/gradle/dependency-locks/compile.lockfile b/samples/javaconfig/messages/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..1f9f2ad6d5 --- /dev/null +++ b/samples/javaconfig/messages/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,64 @@ +# 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. +antlr:antlr:2.7.7 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/messages/gradle/dependency-locks/compileClasspath.lockfile b/samples/javaconfig/messages/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..1f9f2ad6d5 --- /dev/null +++ b/samples/javaconfig/messages/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,64 @@ +# 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. +antlr:antlr:2.7.7 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/messages/gradle/dependency-locks/compileOnly.lockfile b/samples/javaconfig/messages/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/messages/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/messages/gradle/dependency-locks/default.lockfile b/samples/javaconfig/messages/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..1f9f2ad6d5 --- /dev/null +++ b/samples/javaconfig/messages/gradle/dependency-locks/default.lockfile @@ -0,0 +1,64 @@ +# 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. +antlr:antlr:2.7.7 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/messages/gradle/dependency-locks/gretty.lockfile b/samples/javaconfig/messages/gradle/dependency-locks/gretty.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/messages/gradle/dependency-locks/gretty.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/messages/gradle/dependency-locks/grettyNoSpringBoot.lockfile b/samples/javaconfig/messages/gradle/dependency-locks/grettyNoSpringBoot.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/messages/gradle/dependency-locks/grettyNoSpringBoot.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/messages/gradle/dependency-locks/grettyProductRuntime.lockfile b/samples/javaconfig/messages/gradle/dependency-locks/grettyProductRuntime.lockfile new file mode 100644 index 0000000000..1f9f2ad6d5 --- /dev/null +++ b/samples/javaconfig/messages/gradle/dependency-locks/grettyProductRuntime.lockfile @@ -0,0 +1,64 @@ +# 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. +antlr:antlr:2.7.7 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/messages/gradle/dependency-locks/grettyProvidedCompile.lockfile b/samples/javaconfig/messages/gradle/dependency-locks/grettyProvidedCompile.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/javaconfig/messages/gradle/dependency-locks/grettyProvidedCompile.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/messages/gradle/dependency-locks/grettyRunnerJetty7.lockfile b/samples/javaconfig/messages/gradle/dependency-locks/grettyRunnerJetty7.lockfile new file mode 100644 index 0000000000..e9e1db89cd --- /dev/null +++ b/samples/javaconfig/messages/gradle/dependency-locks/grettyRunnerJetty7.lockfile @@ -0,0 +1,41 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:servlet-api:2.5 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:1.0.0.v201105211818 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.el:2.1.0.v201105211819 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.1.0.v201105211820 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.1.0.v201110031002 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty:jetty-continuation:7.6.21.v20160908 +org.eclipse.jetty:jetty-http:7.6.21.v20160908 +org.eclipse.jetty:jetty-io:7.6.21.v20160908 +org.eclipse.jetty:jetty-jndi:7.6.21.v20160908 +org.eclipse.jetty:jetty-jsp:7.6.21.v20160908 +org.eclipse.jetty:jetty-plus:7.6.21.v20160908 +org.eclipse.jetty:jetty-security:7.6.21.v20160908 +org.eclipse.jetty:jetty-server:7.6.21.v20160908 +org.eclipse.jetty:jetty-servlet:7.6.21.v20160908 +org.eclipse.jetty:jetty-util:7.6.21.v20160908 +org.eclipse.jetty:jetty-webapp:7.6.21.v20160908 +org.eclipse.jetty:jetty-xml:7.6.21.v20160908 +org.gretty:gretty-runner-jetty7:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/messages/gradle/dependency-locks/grettyRunnerJetty8.lockfile b/samples/javaconfig/messages/gradle/dependency-locks/grettyRunnerJetty8.lockfile new file mode 100644 index 0000000000..27d757f042 --- /dev/null +++ b/samples/javaconfig/messages/gradle/dependency-locks/grettyRunnerJetty8.lockfile @@ -0,0 +1,44 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.0.1 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.annotation:1.1.0.v201108011116 +org.eclipse.jetty.orbit:javax.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.2.0.v201112011158 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.2.2.v201112011158 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty.orbit:org.objectweb.asm:3.1.0.v200803061910 +org.eclipse.jetty:jetty-annotations:8.1.22.v20160922 +org.eclipse.jetty:jetty-continuation:8.1.22.v20160922 +org.eclipse.jetty:jetty-http:8.1.22.v20160922 +org.eclipse.jetty:jetty-io:8.1.22.v20160922 +org.eclipse.jetty:jetty-jndi:8.1.22.v20160922 +org.eclipse.jetty:jetty-jsp:8.1.22.v20160922 +org.eclipse.jetty:jetty-plus:8.1.22.v20160922 +org.eclipse.jetty:jetty-security:8.1.22.v20160922 +org.eclipse.jetty:jetty-server:8.1.22.v20160922 +org.eclipse.jetty:jetty-servlet:8.1.22.v20160922 +org.eclipse.jetty:jetty-util:8.1.22.v20160922 +org.eclipse.jetty:jetty-webapp:8.1.22.v20160922 +org.eclipse.jetty:jetty-xml:8.1.22.v20160922 +org.gretty:gretty-runner-jetty8:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/messages/gradle/dependency-locks/grettyRunnerJetty9.lockfile b/samples/javaconfig/messages/gradle/dependency-locks/grettyRunnerJetty9.lockfile new file mode 100644 index 0000000000..9499a81a9b --- /dev/null +++ b/samples/javaconfig/messages/gradle/dependency-locks/grettyRunnerJetty9.lockfile @@ -0,0 +1,51 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.8.2.v20130121 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.M0 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-api:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-client:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-common:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-server:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-annotations:9.2.26.v20180806 +org.eclipse.jetty:jetty-http:9.2.26.v20180806 +org.eclipse.jetty:jetty-io:9.2.26.v20180806 +org.eclipse.jetty:jetty-jndi:9.2.26.v20180806 +org.eclipse.jetty:jetty-jsp:9.2.26.v20180806 +org.eclipse.jetty:jetty-plus:9.2.26.v20180806 +org.eclipse.jetty:jetty-security:9.2.26.v20180806 +org.eclipse.jetty:jetty-server:9.2.26.v20180806 +org.eclipse.jetty:jetty-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-util:9.2.26.v20180806 +org.eclipse.jetty:jetty-webapp:9.2.26.v20180806 +org.eclipse.jetty:jetty-xml:9.2.26.v20180806 +org.glassfish.web:javax.servlet.jsp.jstl:1.2.2 +org.glassfish.web:javax.servlet.jsp:2.3.2 +org.glassfish:javax.el:3.0.0 +org.gretty:gretty-runner-jetty9:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/messages/gradle/dependency-locks/grettyRunnerJetty93.lockfile b/samples/javaconfig/messages/gradle/dependency-locks/grettyRunnerJetty93.lockfile new file mode 100644 index 0000000000..54c7e0ee60 --- /dev/null +++ b/samples/javaconfig/messages/gradle/dependency-locks/grettyRunnerJetty93.lockfile @@ -0,0 +1,48 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt.core.compiler:ecj:4.4.2 +org.eclipse.jetty.toolchain:jetty-schemas:3.1 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-api:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-client:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-common:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-server:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-servlet:9.3.25.v20180904 +org.eclipse.jetty:apache-jsp:9.3.25.v20180904 +org.eclipse.jetty:jetty-annotations:9.3.25.v20180904 +org.eclipse.jetty:jetty-http:9.3.25.v20180904 +org.eclipse.jetty:jetty-io:9.3.25.v20180904 +org.eclipse.jetty:jetty-jndi:9.3.25.v20180904 +org.eclipse.jetty:jetty-plus:9.3.25.v20180904 +org.eclipse.jetty:jetty-security:9.3.25.v20180904 +org.eclipse.jetty:jetty-server:9.3.25.v20180904 +org.eclipse.jetty:jetty-servlet:9.3.25.v20180904 +org.eclipse.jetty:jetty-util:9.3.25.v20180904 +org.eclipse.jetty:jetty-webapp:9.3.25.v20180904 +org.eclipse.jetty:jetty-xml:9.3.25.v20180904 +org.gretty:gretty-runner-jetty93:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.0.33 +org.mortbay.jasper:apache-jsp:8.0.33 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/messages/gradle/dependency-locks/grettyRunnerJetty94.lockfile b/samples/javaconfig/messages/gradle/dependency-locks/grettyRunnerJetty94.lockfile new file mode 100644 index 0000000000..746adcbf76 --- /dev/null +++ b/samples/javaconfig/messages/gradle/dependency-locks/grettyRunnerJetty94.lockfile @@ -0,0 +1,50 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +javax.websocket:javax.websocket-client-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.14.0 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.2 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-api:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-client:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-common:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-server:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-servlet:9.4.14.v20181114 +org.eclipse.jetty:apache-jsp:9.4.14.v20181114 +org.eclipse.jetty:jetty-annotations:9.4.14.v20181114 +org.eclipse.jetty:jetty-client:9.4.14.v20181114 +org.eclipse.jetty:jetty-http:9.4.14.v20181114 +org.eclipse.jetty:jetty-io:9.4.14.v20181114 +org.eclipse.jetty:jetty-jndi:9.4.14.v20181114 +org.eclipse.jetty:jetty-plus:9.4.14.v20181114 +org.eclipse.jetty:jetty-security:9.4.14.v20181114 +org.eclipse.jetty:jetty-server:9.4.14.v20181114 +org.eclipse.jetty:jetty-servlet:9.4.14.v20181114 +org.eclipse.jetty:jetty-util:9.4.14.v20181114 +org.eclipse.jetty:jetty-webapp:9.4.14.v20181114 +org.eclipse.jetty:jetty-xml:9.4.14.v20181114 +org.gretty:gretty-runner-jetty94:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.5.33.1 +org.mortbay.jasper:apache-jsp:8.5.33.1 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/messages/gradle/dependency-locks/grettyRunnerTomcat85.lockfile b/samples/javaconfig/messages/gradle/dependency-locks/grettyRunnerTomcat85.lockfile new file mode 100644 index 0000000000..ec3f59f0e7 --- /dev/null +++ b/samples/javaconfig/messages/gradle/dependency-locks/grettyRunnerTomcat85.lockfile @@ -0,0 +1,27 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.1.0 +org.apache.tomcat.embed:tomcat-embed-core:8.5.35 +org.apache.tomcat.embed:tomcat-embed-el:8.5.35 +org.apache.tomcat.embed:tomcat-embed-jasper:8.5.35 +org.apache.tomcat.embed:tomcat-embed-websocket:8.5.35 +org.apache.tomcat:tomcat-annotations-api:8.5.35 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.12.3 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/messages/gradle/dependency-locks/grettyRunnerTomcat9.lockfile b/samples/javaconfig/messages/gradle/dependency-locks/grettyRunnerTomcat9.lockfile new file mode 100644 index 0000000000..79664d6256 --- /dev/null +++ b/samples/javaconfig/messages/gradle/dependency-locks/grettyRunnerTomcat9.lockfile @@ -0,0 +1,28 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.0 +org.apache.tomcat.embed:tomcat-embed-core:9.0.13 +org.apache.tomcat.embed:tomcat-embed-el:9.0.13 +org.apache.tomcat.embed:tomcat-embed-jasper:9.0.13 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.13 +org.apache.tomcat:tomcat-annotations-api:9.0.13 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.13.102 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat9:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/messages/gradle/dependency-locks/grettySpringLoaded.lockfile b/samples/javaconfig/messages/gradle/dependency-locks/grettySpringLoaded.lockfile new file mode 100644 index 0000000000..c3aad4e8a3 --- /dev/null +++ b/samples/javaconfig/messages/gradle/dependency-locks/grettySpringLoaded.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:springloaded:1.2.8.RELEASE diff --git a/samples/javaconfig/messages/gradle/dependency-locks/grettyStarter.lockfile b/samples/javaconfig/messages/gradle/dependency-locks/grettyStarter.lockfile new file mode 100644 index 0000000000..9fcf33ac73 --- /dev/null +++ b/samples/javaconfig/messages/gradle/dependency-locks/grettyStarter.lockfile @@ -0,0 +1,31 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-configuration:commons-configuration:1.10 +commons-io:commons-io:2.4 +commons-lang:commons-lang:2.6 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +org.apache.commons:commons-lang3:3.3.2 +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.gretty:gretty-core:3.0.1 +org.gretty:gretty-starter:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.0.2.RELEASE +org.springframework.boot:spring-boot-devtools:2.0.2.RELEASE +org.springframework.boot:spring-boot:2.0.2.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/samples/javaconfig/messages/gradle/dependency-locks/optional.lockfile b/samples/javaconfig/messages/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/messages/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/messages/gradle/dependency-locks/provided.lockfile b/samples/javaconfig/messages/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/messages/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/messages/gradle/dependency-locks/providedCompile.lockfile b/samples/javaconfig/messages/gradle/dependency-locks/providedCompile.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/javaconfig/messages/gradle/dependency-locks/providedCompile.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/messages/gradle/dependency-locks/providedRuntime.lockfile b/samples/javaconfig/messages/gradle/dependency-locks/providedRuntime.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/javaconfig/messages/gradle/dependency-locks/providedRuntime.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/messages/gradle/dependency-locks/runtime.lockfile b/samples/javaconfig/messages/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..1f9f2ad6d5 --- /dev/null +++ b/samples/javaconfig/messages/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,64 @@ +# 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. +antlr:antlr:2.7.7 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/messages/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/javaconfig/messages/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..1f9f2ad6d5 --- /dev/null +++ b/samples/javaconfig/messages/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,64 @@ +# 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. +antlr:antlr:2.7.7 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/messages/gradle/dependency-locks/springBoot.lockfile b/samples/javaconfig/messages/gradle/dependency-locks/springBoot.lockfile new file mode 100644 index 0000000000..1f9f2ad6d5 --- /dev/null +++ b/samples/javaconfig/messages/gradle/dependency-locks/springBoot.lockfile @@ -0,0 +1,64 @@ +# 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. +antlr:antlr:2.7.7 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/messages/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/javaconfig/messages/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/messages/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/messages/gradle/dependency-locks/testCompile.lockfile b/samples/javaconfig/messages/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..57bc5e63ee --- /dev/null +++ b/samples/javaconfig/messages/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,71 @@ +# 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. +antlr:antlr:2.7.7 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/messages/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/javaconfig/messages/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..57bc5e63ee --- /dev/null +++ b/samples/javaconfig/messages/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,71 @@ +# 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. +antlr:antlr:2.7.7 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/messages/gradle/dependency-locks/testCompileOnly.lockfile b/samples/javaconfig/messages/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/messages/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/messages/gradle/dependency-locks/testRuntime.lockfile b/samples/javaconfig/messages/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..57bc5e63ee --- /dev/null +++ b/samples/javaconfig/messages/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,71 @@ +# 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. +antlr:antlr:2.7.7 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/messages/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/javaconfig/messages/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..57bc5e63ee --- /dev/null +++ b/samples/javaconfig/messages/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,71 @@ +# 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. +antlr:antlr:2.7.7 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/messages/gradle/dependency-locks/tests.lockfile b/samples/javaconfig/messages/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..57bc5e63ee --- /dev/null +++ b/samples/javaconfig/messages/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,71 @@ +# 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. +antlr:antlr:2.7.7 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/openid/gradle/dependency-locks/annotationProcessor.lockfile b/samples/javaconfig/openid/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/openid/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/openid/gradle/dependency-locks/archives.lockfile b/samples/javaconfig/openid/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/openid/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/openid/gradle/dependency-locks/checkstyle.lockfile b/samples/javaconfig/openid/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/samples/javaconfig/openid/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/openid/gradle/dependency-locks/compile.lockfile b/samples/javaconfig/openid/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..d9271d0168 --- /dev/null +++ b/samples/javaconfig/openid/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,83 @@ +# 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. +antlr:antlr:2.7.7 +asm:asm:3.1 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.google.inject:guice:3.0 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +commons-codec:commons-codec:1.14 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.inject:javax.inject:1 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +net.jcip:jcip-annotations:1.0 +net.sourceforge.nekohtml:nekohtml:1.9.22 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.openid4java:openid4java-nodeps:0.9.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.sonatype.sisu.inject:cglib:2.2.1-v20090111 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +xerces:xercesImpl:2.11.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/javaconfig/openid/gradle/dependency-locks/compileClasspath.lockfile b/samples/javaconfig/openid/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..d9271d0168 --- /dev/null +++ b/samples/javaconfig/openid/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,83 @@ +# 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. +antlr:antlr:2.7.7 +asm:asm:3.1 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.google.inject:guice:3.0 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +commons-codec:commons-codec:1.14 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.inject:javax.inject:1 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +net.jcip:jcip-annotations:1.0 +net.sourceforge.nekohtml:nekohtml:1.9.22 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.openid4java:openid4java-nodeps:0.9.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.sonatype.sisu.inject:cglib:2.2.1-v20090111 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +xerces:xercesImpl:2.11.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/javaconfig/openid/gradle/dependency-locks/compileOnly.lockfile b/samples/javaconfig/openid/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/openid/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/openid/gradle/dependency-locks/default.lockfile b/samples/javaconfig/openid/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..0c5ecdae12 --- /dev/null +++ b/samples/javaconfig/openid/gradle/dependency-locks/default.lockfile @@ -0,0 +1,84 @@ +# 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. +antlr:antlr:2.7.7 +asm:asm:3.1 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.google.inject:guice:3.0 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +commons-codec:commons-codec:1.14 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.inject:javax.inject:1 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +net.jcip:jcip-annotations:1.0 +net.sourceforge.nekohtml:nekohtml:1.9.22 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.openid4java:openid4java-nodeps:0.9.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.sonatype.sisu.inject:cglib:2.2.1-v20090111 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +xerces:xercesImpl:2.11.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/javaconfig/openid/gradle/dependency-locks/gretty.lockfile b/samples/javaconfig/openid/gradle/dependency-locks/gretty.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/openid/gradle/dependency-locks/gretty.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/openid/gradle/dependency-locks/grettyNoSpringBoot.lockfile b/samples/javaconfig/openid/gradle/dependency-locks/grettyNoSpringBoot.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/openid/gradle/dependency-locks/grettyNoSpringBoot.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/openid/gradle/dependency-locks/grettyProductRuntime.lockfile b/samples/javaconfig/openid/gradle/dependency-locks/grettyProductRuntime.lockfile new file mode 100644 index 0000000000..0c5ecdae12 --- /dev/null +++ b/samples/javaconfig/openid/gradle/dependency-locks/grettyProductRuntime.lockfile @@ -0,0 +1,84 @@ +# 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. +antlr:antlr:2.7.7 +asm:asm:3.1 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.google.inject:guice:3.0 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +commons-codec:commons-codec:1.14 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.inject:javax.inject:1 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +net.jcip:jcip-annotations:1.0 +net.sourceforge.nekohtml:nekohtml:1.9.22 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.openid4java:openid4java-nodeps:0.9.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.sonatype.sisu.inject:cglib:2.2.1-v20090111 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +xerces:xercesImpl:2.11.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/javaconfig/openid/gradle/dependency-locks/grettyProvidedCompile.lockfile b/samples/javaconfig/openid/gradle/dependency-locks/grettyProvidedCompile.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/javaconfig/openid/gradle/dependency-locks/grettyProvidedCompile.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/openid/gradle/dependency-locks/grettyRunnerJetty7.lockfile b/samples/javaconfig/openid/gradle/dependency-locks/grettyRunnerJetty7.lockfile new file mode 100644 index 0000000000..e9e1db89cd --- /dev/null +++ b/samples/javaconfig/openid/gradle/dependency-locks/grettyRunnerJetty7.lockfile @@ -0,0 +1,41 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:servlet-api:2.5 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:1.0.0.v201105211818 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.el:2.1.0.v201105211819 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.1.0.v201105211820 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.1.0.v201110031002 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty:jetty-continuation:7.6.21.v20160908 +org.eclipse.jetty:jetty-http:7.6.21.v20160908 +org.eclipse.jetty:jetty-io:7.6.21.v20160908 +org.eclipse.jetty:jetty-jndi:7.6.21.v20160908 +org.eclipse.jetty:jetty-jsp:7.6.21.v20160908 +org.eclipse.jetty:jetty-plus:7.6.21.v20160908 +org.eclipse.jetty:jetty-security:7.6.21.v20160908 +org.eclipse.jetty:jetty-server:7.6.21.v20160908 +org.eclipse.jetty:jetty-servlet:7.6.21.v20160908 +org.eclipse.jetty:jetty-util:7.6.21.v20160908 +org.eclipse.jetty:jetty-webapp:7.6.21.v20160908 +org.eclipse.jetty:jetty-xml:7.6.21.v20160908 +org.gretty:gretty-runner-jetty7:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/openid/gradle/dependency-locks/grettyRunnerJetty8.lockfile b/samples/javaconfig/openid/gradle/dependency-locks/grettyRunnerJetty8.lockfile new file mode 100644 index 0000000000..27d757f042 --- /dev/null +++ b/samples/javaconfig/openid/gradle/dependency-locks/grettyRunnerJetty8.lockfile @@ -0,0 +1,44 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.0.1 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.annotation:1.1.0.v201108011116 +org.eclipse.jetty.orbit:javax.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.2.0.v201112011158 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.2.2.v201112011158 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty.orbit:org.objectweb.asm:3.1.0.v200803061910 +org.eclipse.jetty:jetty-annotations:8.1.22.v20160922 +org.eclipse.jetty:jetty-continuation:8.1.22.v20160922 +org.eclipse.jetty:jetty-http:8.1.22.v20160922 +org.eclipse.jetty:jetty-io:8.1.22.v20160922 +org.eclipse.jetty:jetty-jndi:8.1.22.v20160922 +org.eclipse.jetty:jetty-jsp:8.1.22.v20160922 +org.eclipse.jetty:jetty-plus:8.1.22.v20160922 +org.eclipse.jetty:jetty-security:8.1.22.v20160922 +org.eclipse.jetty:jetty-server:8.1.22.v20160922 +org.eclipse.jetty:jetty-servlet:8.1.22.v20160922 +org.eclipse.jetty:jetty-util:8.1.22.v20160922 +org.eclipse.jetty:jetty-webapp:8.1.22.v20160922 +org.eclipse.jetty:jetty-xml:8.1.22.v20160922 +org.gretty:gretty-runner-jetty8:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/openid/gradle/dependency-locks/grettyRunnerJetty9.lockfile b/samples/javaconfig/openid/gradle/dependency-locks/grettyRunnerJetty9.lockfile new file mode 100644 index 0000000000..9499a81a9b --- /dev/null +++ b/samples/javaconfig/openid/gradle/dependency-locks/grettyRunnerJetty9.lockfile @@ -0,0 +1,51 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.8.2.v20130121 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.M0 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-api:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-client:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-common:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-server:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-annotations:9.2.26.v20180806 +org.eclipse.jetty:jetty-http:9.2.26.v20180806 +org.eclipse.jetty:jetty-io:9.2.26.v20180806 +org.eclipse.jetty:jetty-jndi:9.2.26.v20180806 +org.eclipse.jetty:jetty-jsp:9.2.26.v20180806 +org.eclipse.jetty:jetty-plus:9.2.26.v20180806 +org.eclipse.jetty:jetty-security:9.2.26.v20180806 +org.eclipse.jetty:jetty-server:9.2.26.v20180806 +org.eclipse.jetty:jetty-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-util:9.2.26.v20180806 +org.eclipse.jetty:jetty-webapp:9.2.26.v20180806 +org.eclipse.jetty:jetty-xml:9.2.26.v20180806 +org.glassfish.web:javax.servlet.jsp.jstl:1.2.2 +org.glassfish.web:javax.servlet.jsp:2.3.2 +org.glassfish:javax.el:3.0.0 +org.gretty:gretty-runner-jetty9:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/openid/gradle/dependency-locks/grettyRunnerJetty93.lockfile b/samples/javaconfig/openid/gradle/dependency-locks/grettyRunnerJetty93.lockfile new file mode 100644 index 0000000000..54c7e0ee60 --- /dev/null +++ b/samples/javaconfig/openid/gradle/dependency-locks/grettyRunnerJetty93.lockfile @@ -0,0 +1,48 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt.core.compiler:ecj:4.4.2 +org.eclipse.jetty.toolchain:jetty-schemas:3.1 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-api:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-client:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-common:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-server:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-servlet:9.3.25.v20180904 +org.eclipse.jetty:apache-jsp:9.3.25.v20180904 +org.eclipse.jetty:jetty-annotations:9.3.25.v20180904 +org.eclipse.jetty:jetty-http:9.3.25.v20180904 +org.eclipse.jetty:jetty-io:9.3.25.v20180904 +org.eclipse.jetty:jetty-jndi:9.3.25.v20180904 +org.eclipse.jetty:jetty-plus:9.3.25.v20180904 +org.eclipse.jetty:jetty-security:9.3.25.v20180904 +org.eclipse.jetty:jetty-server:9.3.25.v20180904 +org.eclipse.jetty:jetty-servlet:9.3.25.v20180904 +org.eclipse.jetty:jetty-util:9.3.25.v20180904 +org.eclipse.jetty:jetty-webapp:9.3.25.v20180904 +org.eclipse.jetty:jetty-xml:9.3.25.v20180904 +org.gretty:gretty-runner-jetty93:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.0.33 +org.mortbay.jasper:apache-jsp:8.0.33 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/openid/gradle/dependency-locks/grettyRunnerJetty94.lockfile b/samples/javaconfig/openid/gradle/dependency-locks/grettyRunnerJetty94.lockfile new file mode 100644 index 0000000000..746adcbf76 --- /dev/null +++ b/samples/javaconfig/openid/gradle/dependency-locks/grettyRunnerJetty94.lockfile @@ -0,0 +1,50 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +javax.websocket:javax.websocket-client-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.14.0 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.2 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-api:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-client:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-common:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-server:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-servlet:9.4.14.v20181114 +org.eclipse.jetty:apache-jsp:9.4.14.v20181114 +org.eclipse.jetty:jetty-annotations:9.4.14.v20181114 +org.eclipse.jetty:jetty-client:9.4.14.v20181114 +org.eclipse.jetty:jetty-http:9.4.14.v20181114 +org.eclipse.jetty:jetty-io:9.4.14.v20181114 +org.eclipse.jetty:jetty-jndi:9.4.14.v20181114 +org.eclipse.jetty:jetty-plus:9.4.14.v20181114 +org.eclipse.jetty:jetty-security:9.4.14.v20181114 +org.eclipse.jetty:jetty-server:9.4.14.v20181114 +org.eclipse.jetty:jetty-servlet:9.4.14.v20181114 +org.eclipse.jetty:jetty-util:9.4.14.v20181114 +org.eclipse.jetty:jetty-webapp:9.4.14.v20181114 +org.eclipse.jetty:jetty-xml:9.4.14.v20181114 +org.gretty:gretty-runner-jetty94:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.5.33.1 +org.mortbay.jasper:apache-jsp:8.5.33.1 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/openid/gradle/dependency-locks/grettyRunnerTomcat85.lockfile b/samples/javaconfig/openid/gradle/dependency-locks/grettyRunnerTomcat85.lockfile new file mode 100644 index 0000000000..ec3f59f0e7 --- /dev/null +++ b/samples/javaconfig/openid/gradle/dependency-locks/grettyRunnerTomcat85.lockfile @@ -0,0 +1,27 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.1.0 +org.apache.tomcat.embed:tomcat-embed-core:8.5.35 +org.apache.tomcat.embed:tomcat-embed-el:8.5.35 +org.apache.tomcat.embed:tomcat-embed-jasper:8.5.35 +org.apache.tomcat.embed:tomcat-embed-websocket:8.5.35 +org.apache.tomcat:tomcat-annotations-api:8.5.35 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.12.3 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/openid/gradle/dependency-locks/grettyRunnerTomcat9.lockfile b/samples/javaconfig/openid/gradle/dependency-locks/grettyRunnerTomcat9.lockfile new file mode 100644 index 0000000000..79664d6256 --- /dev/null +++ b/samples/javaconfig/openid/gradle/dependency-locks/grettyRunnerTomcat9.lockfile @@ -0,0 +1,28 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.0 +org.apache.tomcat.embed:tomcat-embed-core:9.0.13 +org.apache.tomcat.embed:tomcat-embed-el:9.0.13 +org.apache.tomcat.embed:tomcat-embed-jasper:9.0.13 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.13 +org.apache.tomcat:tomcat-annotations-api:9.0.13 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.13.102 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat9:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/openid/gradle/dependency-locks/grettySpringLoaded.lockfile b/samples/javaconfig/openid/gradle/dependency-locks/grettySpringLoaded.lockfile new file mode 100644 index 0000000000..c3aad4e8a3 --- /dev/null +++ b/samples/javaconfig/openid/gradle/dependency-locks/grettySpringLoaded.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:springloaded:1.2.8.RELEASE diff --git a/samples/javaconfig/openid/gradle/dependency-locks/grettyStarter.lockfile b/samples/javaconfig/openid/gradle/dependency-locks/grettyStarter.lockfile new file mode 100644 index 0000000000..9fcf33ac73 --- /dev/null +++ b/samples/javaconfig/openid/gradle/dependency-locks/grettyStarter.lockfile @@ -0,0 +1,31 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-configuration:commons-configuration:1.10 +commons-io:commons-io:2.4 +commons-lang:commons-lang:2.6 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +org.apache.commons:commons-lang3:3.3.2 +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.gretty:gretty-core:3.0.1 +org.gretty:gretty-starter:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.0.2.RELEASE +org.springframework.boot:spring-boot-devtools:2.0.2.RELEASE +org.springframework.boot:spring-boot:2.0.2.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/samples/javaconfig/openid/gradle/dependency-locks/optional.lockfile b/samples/javaconfig/openid/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/openid/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/openid/gradle/dependency-locks/provided.lockfile b/samples/javaconfig/openid/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/openid/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/openid/gradle/dependency-locks/providedCompile.lockfile b/samples/javaconfig/openid/gradle/dependency-locks/providedCompile.lockfile new file mode 100644 index 0000000000..1416585107 --- /dev/null +++ b/samples/javaconfig/openid/gradle/dependency-locks/providedCompile.lockfile @@ -0,0 +1,9 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/openid/gradle/dependency-locks/providedRuntime.lockfile b/samples/javaconfig/openid/gradle/dependency-locks/providedRuntime.lockfile new file mode 100644 index 0000000000..1416585107 --- /dev/null +++ b/samples/javaconfig/openid/gradle/dependency-locks/providedRuntime.lockfile @@ -0,0 +1,9 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/openid/gradle/dependency-locks/runtime.lockfile b/samples/javaconfig/openid/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..0c5ecdae12 --- /dev/null +++ b/samples/javaconfig/openid/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,84 @@ +# 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. +antlr:antlr:2.7.7 +asm:asm:3.1 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.google.inject:guice:3.0 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +commons-codec:commons-codec:1.14 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.inject:javax.inject:1 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +net.jcip:jcip-annotations:1.0 +net.sourceforge.nekohtml:nekohtml:1.9.22 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.openid4java:openid4java-nodeps:0.9.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.sonatype.sisu.inject:cglib:2.2.1-v20090111 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +xerces:xercesImpl:2.11.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/javaconfig/openid/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/javaconfig/openid/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..0c5ecdae12 --- /dev/null +++ b/samples/javaconfig/openid/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,84 @@ +# 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. +antlr:antlr:2.7.7 +asm:asm:3.1 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.google.inject:guice:3.0 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +commons-codec:commons-codec:1.14 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.inject:javax.inject:1 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +net.jcip:jcip-annotations:1.0 +net.sourceforge.nekohtml:nekohtml:1.9.22 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.openid4java:openid4java-nodeps:0.9.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.sonatype.sisu.inject:cglib:2.2.1-v20090111 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +xerces:xercesImpl:2.11.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/javaconfig/openid/gradle/dependency-locks/springBoot.lockfile b/samples/javaconfig/openid/gradle/dependency-locks/springBoot.lockfile new file mode 100644 index 0000000000..0c5ecdae12 --- /dev/null +++ b/samples/javaconfig/openid/gradle/dependency-locks/springBoot.lockfile @@ -0,0 +1,84 @@ +# 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. +antlr:antlr:2.7.7 +asm:asm:3.1 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.google.inject:guice:3.0 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +commons-codec:commons-codec:1.14 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.inject:javax.inject:1 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +net.jcip:jcip-annotations:1.0 +net.sourceforge.nekohtml:nekohtml:1.9.22 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.openid4java:openid4java-nodeps:0.9.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.sonatype.sisu.inject:cglib:2.2.1-v20090111 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +xerces:xercesImpl:2.11.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/javaconfig/openid/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/javaconfig/openid/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/openid/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/openid/gradle/dependency-locks/testCompile.lockfile b/samples/javaconfig/openid/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..aa16a361ed --- /dev/null +++ b/samples/javaconfig/openid/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,90 @@ +# 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. +antlr:antlr:2.7.7 +asm:asm:3.1 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.google.inject:guice:3.0 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +commons-codec:commons-codec:1.14 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.inject:javax.inject:1 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +net.jcip:jcip-annotations:1.0 +net.sourceforge.nekohtml:nekohtml:1.9.22 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.openid4java:openid4java-nodeps:0.9.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.sonatype.sisu.inject:cglib:2.2.1-v20090111 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +xerces:xercesImpl:2.11.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/javaconfig/openid/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/javaconfig/openid/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..aa16a361ed --- /dev/null +++ b/samples/javaconfig/openid/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,90 @@ +# 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. +antlr:antlr:2.7.7 +asm:asm:3.1 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.google.inject:guice:3.0 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +commons-codec:commons-codec:1.14 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.inject:javax.inject:1 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +net.jcip:jcip-annotations:1.0 +net.sourceforge.nekohtml:nekohtml:1.9.22 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.openid4java:openid4java-nodeps:0.9.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.sonatype.sisu.inject:cglib:2.2.1-v20090111 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +xerces:xercesImpl:2.11.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/javaconfig/openid/gradle/dependency-locks/testCompileOnly.lockfile b/samples/javaconfig/openid/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/openid/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/openid/gradle/dependency-locks/testRuntime.lockfile b/samples/javaconfig/openid/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..e0dce63582 --- /dev/null +++ b/samples/javaconfig/openid/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,91 @@ +# 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. +antlr:antlr:2.7.7 +asm:asm:3.1 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.google.inject:guice:3.0 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +commons-codec:commons-codec:1.14 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.inject:javax.inject:1 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +net.jcip:jcip-annotations:1.0 +net.sourceforge.nekohtml:nekohtml:1.9.22 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.openid4java:openid4java-nodeps:0.9.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.sonatype.sisu.inject:cglib:2.2.1-v20090111 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +xerces:xercesImpl:2.11.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/javaconfig/openid/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/javaconfig/openid/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..e0dce63582 --- /dev/null +++ b/samples/javaconfig/openid/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,91 @@ +# 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. +antlr:antlr:2.7.7 +asm:asm:3.1 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.google.inject:guice:3.0 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +commons-codec:commons-codec:1.14 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.inject:javax.inject:1 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +net.jcip:jcip-annotations:1.0 +net.sourceforge.nekohtml:nekohtml:1.9.22 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.openid4java:openid4java-nodeps:0.9.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.sonatype.sisu.inject:cglib:2.2.1-v20090111 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +xerces:xercesImpl:2.11.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/javaconfig/openid/gradle/dependency-locks/tests.lockfile b/samples/javaconfig/openid/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..e0dce63582 --- /dev/null +++ b/samples/javaconfig/openid/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,91 @@ +# 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. +antlr:antlr:2.7.7 +asm:asm:3.1 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.google.inject:guice:3.0 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +commons-codec:commons-codec:1.14 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.inject:javax.inject:1 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +net.jcip:jcip-annotations:1.0 +net.sourceforge.nekohtml:nekohtml:1.9.22 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.openid4java:openid4java-nodeps:0.9.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.sonatype.sisu.inject:cglib:2.2.1-v20090111 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE +xerces:xercesImpl:2.11.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/javaconfig/preauth/gradle/dependency-locks/annotationProcessor.lockfile b/samples/javaconfig/preauth/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/preauth/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/preauth/gradle/dependency-locks/archives.lockfile b/samples/javaconfig/preauth/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/preauth/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/preauth/gradle/dependency-locks/checkstyle.lockfile b/samples/javaconfig/preauth/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/samples/javaconfig/preauth/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/preauth/gradle/dependency-locks/compile.lockfile b/samples/javaconfig/preauth/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..4fe1c8f6a4 --- /dev/null +++ b/samples/javaconfig/preauth/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,70 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/preauth/gradle/dependency-locks/compileClasspath.lockfile b/samples/javaconfig/preauth/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..4fe1c8f6a4 --- /dev/null +++ b/samples/javaconfig/preauth/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,70 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/preauth/gradle/dependency-locks/compileOnly.lockfile b/samples/javaconfig/preauth/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/preauth/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/preauth/gradle/dependency-locks/default.lockfile b/samples/javaconfig/preauth/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..c3c7bc760e --- /dev/null +++ b/samples/javaconfig/preauth/gradle/dependency-locks/default.lockfile @@ -0,0 +1,71 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/preauth/gradle/dependency-locks/gretty.lockfile b/samples/javaconfig/preauth/gradle/dependency-locks/gretty.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/preauth/gradle/dependency-locks/gretty.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/preauth/gradle/dependency-locks/grettyNoSpringBoot.lockfile b/samples/javaconfig/preauth/gradle/dependency-locks/grettyNoSpringBoot.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/preauth/gradle/dependency-locks/grettyNoSpringBoot.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/preauth/gradle/dependency-locks/grettyProductRuntime.lockfile b/samples/javaconfig/preauth/gradle/dependency-locks/grettyProductRuntime.lockfile new file mode 100644 index 0000000000..c3c7bc760e --- /dev/null +++ b/samples/javaconfig/preauth/gradle/dependency-locks/grettyProductRuntime.lockfile @@ -0,0 +1,71 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/preauth/gradle/dependency-locks/grettyProvidedCompile.lockfile b/samples/javaconfig/preauth/gradle/dependency-locks/grettyProvidedCompile.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/javaconfig/preauth/gradle/dependency-locks/grettyProvidedCompile.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/preauth/gradle/dependency-locks/grettyRunnerJetty7.lockfile b/samples/javaconfig/preauth/gradle/dependency-locks/grettyRunnerJetty7.lockfile new file mode 100644 index 0000000000..e9e1db89cd --- /dev/null +++ b/samples/javaconfig/preauth/gradle/dependency-locks/grettyRunnerJetty7.lockfile @@ -0,0 +1,41 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:servlet-api:2.5 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:1.0.0.v201105211818 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.el:2.1.0.v201105211819 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.1.0.v201105211820 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.1.0.v201110031002 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty:jetty-continuation:7.6.21.v20160908 +org.eclipse.jetty:jetty-http:7.6.21.v20160908 +org.eclipse.jetty:jetty-io:7.6.21.v20160908 +org.eclipse.jetty:jetty-jndi:7.6.21.v20160908 +org.eclipse.jetty:jetty-jsp:7.6.21.v20160908 +org.eclipse.jetty:jetty-plus:7.6.21.v20160908 +org.eclipse.jetty:jetty-security:7.6.21.v20160908 +org.eclipse.jetty:jetty-server:7.6.21.v20160908 +org.eclipse.jetty:jetty-servlet:7.6.21.v20160908 +org.eclipse.jetty:jetty-util:7.6.21.v20160908 +org.eclipse.jetty:jetty-webapp:7.6.21.v20160908 +org.eclipse.jetty:jetty-xml:7.6.21.v20160908 +org.gretty:gretty-runner-jetty7:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/preauth/gradle/dependency-locks/grettyRunnerJetty8.lockfile b/samples/javaconfig/preauth/gradle/dependency-locks/grettyRunnerJetty8.lockfile new file mode 100644 index 0000000000..27d757f042 --- /dev/null +++ b/samples/javaconfig/preauth/gradle/dependency-locks/grettyRunnerJetty8.lockfile @@ -0,0 +1,44 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.0.1 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.annotation:1.1.0.v201108011116 +org.eclipse.jetty.orbit:javax.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.2.0.v201112011158 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.2.2.v201112011158 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty.orbit:org.objectweb.asm:3.1.0.v200803061910 +org.eclipse.jetty:jetty-annotations:8.1.22.v20160922 +org.eclipse.jetty:jetty-continuation:8.1.22.v20160922 +org.eclipse.jetty:jetty-http:8.1.22.v20160922 +org.eclipse.jetty:jetty-io:8.1.22.v20160922 +org.eclipse.jetty:jetty-jndi:8.1.22.v20160922 +org.eclipse.jetty:jetty-jsp:8.1.22.v20160922 +org.eclipse.jetty:jetty-plus:8.1.22.v20160922 +org.eclipse.jetty:jetty-security:8.1.22.v20160922 +org.eclipse.jetty:jetty-server:8.1.22.v20160922 +org.eclipse.jetty:jetty-servlet:8.1.22.v20160922 +org.eclipse.jetty:jetty-util:8.1.22.v20160922 +org.eclipse.jetty:jetty-webapp:8.1.22.v20160922 +org.eclipse.jetty:jetty-xml:8.1.22.v20160922 +org.gretty:gretty-runner-jetty8:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/preauth/gradle/dependency-locks/grettyRunnerJetty9.lockfile b/samples/javaconfig/preauth/gradle/dependency-locks/grettyRunnerJetty9.lockfile new file mode 100644 index 0000000000..9499a81a9b --- /dev/null +++ b/samples/javaconfig/preauth/gradle/dependency-locks/grettyRunnerJetty9.lockfile @@ -0,0 +1,51 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.8.2.v20130121 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.M0 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-api:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-client:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-common:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-server:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-annotations:9.2.26.v20180806 +org.eclipse.jetty:jetty-http:9.2.26.v20180806 +org.eclipse.jetty:jetty-io:9.2.26.v20180806 +org.eclipse.jetty:jetty-jndi:9.2.26.v20180806 +org.eclipse.jetty:jetty-jsp:9.2.26.v20180806 +org.eclipse.jetty:jetty-plus:9.2.26.v20180806 +org.eclipse.jetty:jetty-security:9.2.26.v20180806 +org.eclipse.jetty:jetty-server:9.2.26.v20180806 +org.eclipse.jetty:jetty-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-util:9.2.26.v20180806 +org.eclipse.jetty:jetty-webapp:9.2.26.v20180806 +org.eclipse.jetty:jetty-xml:9.2.26.v20180806 +org.glassfish.web:javax.servlet.jsp.jstl:1.2.2 +org.glassfish.web:javax.servlet.jsp:2.3.2 +org.glassfish:javax.el:3.0.0 +org.gretty:gretty-runner-jetty9:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/preauth/gradle/dependency-locks/grettyRunnerJetty93.lockfile b/samples/javaconfig/preauth/gradle/dependency-locks/grettyRunnerJetty93.lockfile new file mode 100644 index 0000000000..54c7e0ee60 --- /dev/null +++ b/samples/javaconfig/preauth/gradle/dependency-locks/grettyRunnerJetty93.lockfile @@ -0,0 +1,48 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt.core.compiler:ecj:4.4.2 +org.eclipse.jetty.toolchain:jetty-schemas:3.1 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-api:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-client:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-common:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-server:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-servlet:9.3.25.v20180904 +org.eclipse.jetty:apache-jsp:9.3.25.v20180904 +org.eclipse.jetty:jetty-annotations:9.3.25.v20180904 +org.eclipse.jetty:jetty-http:9.3.25.v20180904 +org.eclipse.jetty:jetty-io:9.3.25.v20180904 +org.eclipse.jetty:jetty-jndi:9.3.25.v20180904 +org.eclipse.jetty:jetty-plus:9.3.25.v20180904 +org.eclipse.jetty:jetty-security:9.3.25.v20180904 +org.eclipse.jetty:jetty-server:9.3.25.v20180904 +org.eclipse.jetty:jetty-servlet:9.3.25.v20180904 +org.eclipse.jetty:jetty-util:9.3.25.v20180904 +org.eclipse.jetty:jetty-webapp:9.3.25.v20180904 +org.eclipse.jetty:jetty-xml:9.3.25.v20180904 +org.gretty:gretty-runner-jetty93:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.0.33 +org.mortbay.jasper:apache-jsp:8.0.33 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/preauth/gradle/dependency-locks/grettyRunnerJetty94.lockfile b/samples/javaconfig/preauth/gradle/dependency-locks/grettyRunnerJetty94.lockfile new file mode 100644 index 0000000000..746adcbf76 --- /dev/null +++ b/samples/javaconfig/preauth/gradle/dependency-locks/grettyRunnerJetty94.lockfile @@ -0,0 +1,50 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +javax.websocket:javax.websocket-client-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.14.0 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.2 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-api:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-client:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-common:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-server:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-servlet:9.4.14.v20181114 +org.eclipse.jetty:apache-jsp:9.4.14.v20181114 +org.eclipse.jetty:jetty-annotations:9.4.14.v20181114 +org.eclipse.jetty:jetty-client:9.4.14.v20181114 +org.eclipse.jetty:jetty-http:9.4.14.v20181114 +org.eclipse.jetty:jetty-io:9.4.14.v20181114 +org.eclipse.jetty:jetty-jndi:9.4.14.v20181114 +org.eclipse.jetty:jetty-plus:9.4.14.v20181114 +org.eclipse.jetty:jetty-security:9.4.14.v20181114 +org.eclipse.jetty:jetty-server:9.4.14.v20181114 +org.eclipse.jetty:jetty-servlet:9.4.14.v20181114 +org.eclipse.jetty:jetty-util:9.4.14.v20181114 +org.eclipse.jetty:jetty-webapp:9.4.14.v20181114 +org.eclipse.jetty:jetty-xml:9.4.14.v20181114 +org.gretty:gretty-runner-jetty94:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.5.33.1 +org.mortbay.jasper:apache-jsp:8.5.33.1 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/preauth/gradle/dependency-locks/grettyRunnerTomcat85.lockfile b/samples/javaconfig/preauth/gradle/dependency-locks/grettyRunnerTomcat85.lockfile new file mode 100644 index 0000000000..ec3f59f0e7 --- /dev/null +++ b/samples/javaconfig/preauth/gradle/dependency-locks/grettyRunnerTomcat85.lockfile @@ -0,0 +1,27 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.1.0 +org.apache.tomcat.embed:tomcat-embed-core:8.5.35 +org.apache.tomcat.embed:tomcat-embed-el:8.5.35 +org.apache.tomcat.embed:tomcat-embed-jasper:8.5.35 +org.apache.tomcat.embed:tomcat-embed-websocket:8.5.35 +org.apache.tomcat:tomcat-annotations-api:8.5.35 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.12.3 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/preauth/gradle/dependency-locks/grettyRunnerTomcat9.lockfile b/samples/javaconfig/preauth/gradle/dependency-locks/grettyRunnerTomcat9.lockfile new file mode 100644 index 0000000000..79664d6256 --- /dev/null +++ b/samples/javaconfig/preauth/gradle/dependency-locks/grettyRunnerTomcat9.lockfile @@ -0,0 +1,28 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.0 +org.apache.tomcat.embed:tomcat-embed-core:9.0.13 +org.apache.tomcat.embed:tomcat-embed-el:9.0.13 +org.apache.tomcat.embed:tomcat-embed-jasper:9.0.13 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.13 +org.apache.tomcat:tomcat-annotations-api:9.0.13 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.13.102 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat9:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/preauth/gradle/dependency-locks/grettySpringLoaded.lockfile b/samples/javaconfig/preauth/gradle/dependency-locks/grettySpringLoaded.lockfile new file mode 100644 index 0000000000..c3aad4e8a3 --- /dev/null +++ b/samples/javaconfig/preauth/gradle/dependency-locks/grettySpringLoaded.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:springloaded:1.2.8.RELEASE diff --git a/samples/javaconfig/preauth/gradle/dependency-locks/grettyStarter.lockfile b/samples/javaconfig/preauth/gradle/dependency-locks/grettyStarter.lockfile new file mode 100644 index 0000000000..9fcf33ac73 --- /dev/null +++ b/samples/javaconfig/preauth/gradle/dependency-locks/grettyStarter.lockfile @@ -0,0 +1,31 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-configuration:commons-configuration:1.10 +commons-io:commons-io:2.4 +commons-lang:commons-lang:2.6 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +org.apache.commons:commons-lang3:3.3.2 +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.gretty:gretty-core:3.0.1 +org.gretty:gretty-starter:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.0.2.RELEASE +org.springframework.boot:spring-boot-devtools:2.0.2.RELEASE +org.springframework.boot:spring-boot:2.0.2.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/samples/javaconfig/preauth/gradle/dependency-locks/optional.lockfile b/samples/javaconfig/preauth/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/preauth/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/preauth/gradle/dependency-locks/provided.lockfile b/samples/javaconfig/preauth/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/preauth/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/preauth/gradle/dependency-locks/providedCompile.lockfile b/samples/javaconfig/preauth/gradle/dependency-locks/providedCompile.lockfile new file mode 100644 index 0000000000..1416585107 --- /dev/null +++ b/samples/javaconfig/preauth/gradle/dependency-locks/providedCompile.lockfile @@ -0,0 +1,9 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/preauth/gradle/dependency-locks/providedRuntime.lockfile b/samples/javaconfig/preauth/gradle/dependency-locks/providedRuntime.lockfile new file mode 100644 index 0000000000..1416585107 --- /dev/null +++ b/samples/javaconfig/preauth/gradle/dependency-locks/providedRuntime.lockfile @@ -0,0 +1,9 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/preauth/gradle/dependency-locks/runtime.lockfile b/samples/javaconfig/preauth/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..c3c7bc760e --- /dev/null +++ b/samples/javaconfig/preauth/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,71 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/preauth/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/javaconfig/preauth/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..c3c7bc760e --- /dev/null +++ b/samples/javaconfig/preauth/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,71 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/preauth/gradle/dependency-locks/springBoot.lockfile b/samples/javaconfig/preauth/gradle/dependency-locks/springBoot.lockfile new file mode 100644 index 0000000000..c3c7bc760e --- /dev/null +++ b/samples/javaconfig/preauth/gradle/dependency-locks/springBoot.lockfile @@ -0,0 +1,71 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/preauth/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/javaconfig/preauth/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/preauth/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/preauth/gradle/dependency-locks/testCompile.lockfile b/samples/javaconfig/preauth/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..298e4e16b1 --- /dev/null +++ b/samples/javaconfig/preauth/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,77 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/preauth/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/javaconfig/preauth/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..298e4e16b1 --- /dev/null +++ b/samples/javaconfig/preauth/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,77 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/preauth/gradle/dependency-locks/testCompileOnly.lockfile b/samples/javaconfig/preauth/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/preauth/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/preauth/gradle/dependency-locks/testRuntime.lockfile b/samples/javaconfig/preauth/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..e460f3bbac --- /dev/null +++ b/samples/javaconfig/preauth/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,78 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/preauth/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/javaconfig/preauth/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..e460f3bbac --- /dev/null +++ b/samples/javaconfig/preauth/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,78 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/preauth/gradle/dependency-locks/tests.lockfile b/samples/javaconfig/preauth/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..e460f3bbac --- /dev/null +++ b/samples/javaconfig/preauth/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,78 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/rememberme/gradle/dependency-locks/annotationProcessor.lockfile b/samples/javaconfig/rememberme/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/rememberme/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/rememberme/gradle/dependency-locks/archives.lockfile b/samples/javaconfig/rememberme/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/rememberme/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/rememberme/gradle/dependency-locks/checkstyle.lockfile b/samples/javaconfig/rememberme/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/samples/javaconfig/rememberme/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/rememberme/gradle/dependency-locks/compile.lockfile b/samples/javaconfig/rememberme/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..4fe1c8f6a4 --- /dev/null +++ b/samples/javaconfig/rememberme/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,70 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/rememberme/gradle/dependency-locks/compileClasspath.lockfile b/samples/javaconfig/rememberme/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..4fe1c8f6a4 --- /dev/null +++ b/samples/javaconfig/rememberme/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,70 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/rememberme/gradle/dependency-locks/compileOnly.lockfile b/samples/javaconfig/rememberme/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/rememberme/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/rememberme/gradle/dependency-locks/default.lockfile b/samples/javaconfig/rememberme/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..c3c7bc760e --- /dev/null +++ b/samples/javaconfig/rememberme/gradle/dependency-locks/default.lockfile @@ -0,0 +1,71 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/rememberme/gradle/dependency-locks/gretty.lockfile b/samples/javaconfig/rememberme/gradle/dependency-locks/gretty.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/rememberme/gradle/dependency-locks/gretty.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/rememberme/gradle/dependency-locks/grettyNoSpringBoot.lockfile b/samples/javaconfig/rememberme/gradle/dependency-locks/grettyNoSpringBoot.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/rememberme/gradle/dependency-locks/grettyNoSpringBoot.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/rememberme/gradle/dependency-locks/grettyProductRuntime.lockfile b/samples/javaconfig/rememberme/gradle/dependency-locks/grettyProductRuntime.lockfile new file mode 100644 index 0000000000..c3c7bc760e --- /dev/null +++ b/samples/javaconfig/rememberme/gradle/dependency-locks/grettyProductRuntime.lockfile @@ -0,0 +1,71 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/rememberme/gradle/dependency-locks/grettyProvidedCompile.lockfile b/samples/javaconfig/rememberme/gradle/dependency-locks/grettyProvidedCompile.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/javaconfig/rememberme/gradle/dependency-locks/grettyProvidedCompile.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/rememberme/gradle/dependency-locks/grettyRunnerJetty7.lockfile b/samples/javaconfig/rememberme/gradle/dependency-locks/grettyRunnerJetty7.lockfile new file mode 100644 index 0000000000..e9e1db89cd --- /dev/null +++ b/samples/javaconfig/rememberme/gradle/dependency-locks/grettyRunnerJetty7.lockfile @@ -0,0 +1,41 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:servlet-api:2.5 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:1.0.0.v201105211818 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.el:2.1.0.v201105211819 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.1.0.v201105211820 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.1.0.v201110031002 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty:jetty-continuation:7.6.21.v20160908 +org.eclipse.jetty:jetty-http:7.6.21.v20160908 +org.eclipse.jetty:jetty-io:7.6.21.v20160908 +org.eclipse.jetty:jetty-jndi:7.6.21.v20160908 +org.eclipse.jetty:jetty-jsp:7.6.21.v20160908 +org.eclipse.jetty:jetty-plus:7.6.21.v20160908 +org.eclipse.jetty:jetty-security:7.6.21.v20160908 +org.eclipse.jetty:jetty-server:7.6.21.v20160908 +org.eclipse.jetty:jetty-servlet:7.6.21.v20160908 +org.eclipse.jetty:jetty-util:7.6.21.v20160908 +org.eclipse.jetty:jetty-webapp:7.6.21.v20160908 +org.eclipse.jetty:jetty-xml:7.6.21.v20160908 +org.gretty:gretty-runner-jetty7:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/rememberme/gradle/dependency-locks/grettyRunnerJetty8.lockfile b/samples/javaconfig/rememberme/gradle/dependency-locks/grettyRunnerJetty8.lockfile new file mode 100644 index 0000000000..27d757f042 --- /dev/null +++ b/samples/javaconfig/rememberme/gradle/dependency-locks/grettyRunnerJetty8.lockfile @@ -0,0 +1,44 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.0.1 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.annotation:1.1.0.v201108011116 +org.eclipse.jetty.orbit:javax.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.2.0.v201112011158 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.2.2.v201112011158 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty.orbit:org.objectweb.asm:3.1.0.v200803061910 +org.eclipse.jetty:jetty-annotations:8.1.22.v20160922 +org.eclipse.jetty:jetty-continuation:8.1.22.v20160922 +org.eclipse.jetty:jetty-http:8.1.22.v20160922 +org.eclipse.jetty:jetty-io:8.1.22.v20160922 +org.eclipse.jetty:jetty-jndi:8.1.22.v20160922 +org.eclipse.jetty:jetty-jsp:8.1.22.v20160922 +org.eclipse.jetty:jetty-plus:8.1.22.v20160922 +org.eclipse.jetty:jetty-security:8.1.22.v20160922 +org.eclipse.jetty:jetty-server:8.1.22.v20160922 +org.eclipse.jetty:jetty-servlet:8.1.22.v20160922 +org.eclipse.jetty:jetty-util:8.1.22.v20160922 +org.eclipse.jetty:jetty-webapp:8.1.22.v20160922 +org.eclipse.jetty:jetty-xml:8.1.22.v20160922 +org.gretty:gretty-runner-jetty8:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/rememberme/gradle/dependency-locks/grettyRunnerJetty9.lockfile b/samples/javaconfig/rememberme/gradle/dependency-locks/grettyRunnerJetty9.lockfile new file mode 100644 index 0000000000..9499a81a9b --- /dev/null +++ b/samples/javaconfig/rememberme/gradle/dependency-locks/grettyRunnerJetty9.lockfile @@ -0,0 +1,51 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.8.2.v20130121 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.M0 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-api:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-client:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-common:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-server:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-annotations:9.2.26.v20180806 +org.eclipse.jetty:jetty-http:9.2.26.v20180806 +org.eclipse.jetty:jetty-io:9.2.26.v20180806 +org.eclipse.jetty:jetty-jndi:9.2.26.v20180806 +org.eclipse.jetty:jetty-jsp:9.2.26.v20180806 +org.eclipse.jetty:jetty-plus:9.2.26.v20180806 +org.eclipse.jetty:jetty-security:9.2.26.v20180806 +org.eclipse.jetty:jetty-server:9.2.26.v20180806 +org.eclipse.jetty:jetty-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-util:9.2.26.v20180806 +org.eclipse.jetty:jetty-webapp:9.2.26.v20180806 +org.eclipse.jetty:jetty-xml:9.2.26.v20180806 +org.glassfish.web:javax.servlet.jsp.jstl:1.2.2 +org.glassfish.web:javax.servlet.jsp:2.3.2 +org.glassfish:javax.el:3.0.0 +org.gretty:gretty-runner-jetty9:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/rememberme/gradle/dependency-locks/grettyRunnerJetty93.lockfile b/samples/javaconfig/rememberme/gradle/dependency-locks/grettyRunnerJetty93.lockfile new file mode 100644 index 0000000000..54c7e0ee60 --- /dev/null +++ b/samples/javaconfig/rememberme/gradle/dependency-locks/grettyRunnerJetty93.lockfile @@ -0,0 +1,48 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt.core.compiler:ecj:4.4.2 +org.eclipse.jetty.toolchain:jetty-schemas:3.1 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-api:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-client:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-common:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-server:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-servlet:9.3.25.v20180904 +org.eclipse.jetty:apache-jsp:9.3.25.v20180904 +org.eclipse.jetty:jetty-annotations:9.3.25.v20180904 +org.eclipse.jetty:jetty-http:9.3.25.v20180904 +org.eclipse.jetty:jetty-io:9.3.25.v20180904 +org.eclipse.jetty:jetty-jndi:9.3.25.v20180904 +org.eclipse.jetty:jetty-plus:9.3.25.v20180904 +org.eclipse.jetty:jetty-security:9.3.25.v20180904 +org.eclipse.jetty:jetty-server:9.3.25.v20180904 +org.eclipse.jetty:jetty-servlet:9.3.25.v20180904 +org.eclipse.jetty:jetty-util:9.3.25.v20180904 +org.eclipse.jetty:jetty-webapp:9.3.25.v20180904 +org.eclipse.jetty:jetty-xml:9.3.25.v20180904 +org.gretty:gretty-runner-jetty93:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.0.33 +org.mortbay.jasper:apache-jsp:8.0.33 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/rememberme/gradle/dependency-locks/grettyRunnerJetty94.lockfile b/samples/javaconfig/rememberme/gradle/dependency-locks/grettyRunnerJetty94.lockfile new file mode 100644 index 0000000000..746adcbf76 --- /dev/null +++ b/samples/javaconfig/rememberme/gradle/dependency-locks/grettyRunnerJetty94.lockfile @@ -0,0 +1,50 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +javax.websocket:javax.websocket-client-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.14.0 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.2 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-api:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-client:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-common:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-server:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-servlet:9.4.14.v20181114 +org.eclipse.jetty:apache-jsp:9.4.14.v20181114 +org.eclipse.jetty:jetty-annotations:9.4.14.v20181114 +org.eclipse.jetty:jetty-client:9.4.14.v20181114 +org.eclipse.jetty:jetty-http:9.4.14.v20181114 +org.eclipse.jetty:jetty-io:9.4.14.v20181114 +org.eclipse.jetty:jetty-jndi:9.4.14.v20181114 +org.eclipse.jetty:jetty-plus:9.4.14.v20181114 +org.eclipse.jetty:jetty-security:9.4.14.v20181114 +org.eclipse.jetty:jetty-server:9.4.14.v20181114 +org.eclipse.jetty:jetty-servlet:9.4.14.v20181114 +org.eclipse.jetty:jetty-util:9.4.14.v20181114 +org.eclipse.jetty:jetty-webapp:9.4.14.v20181114 +org.eclipse.jetty:jetty-xml:9.4.14.v20181114 +org.gretty:gretty-runner-jetty94:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.5.33.1 +org.mortbay.jasper:apache-jsp:8.5.33.1 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/rememberme/gradle/dependency-locks/grettyRunnerTomcat85.lockfile b/samples/javaconfig/rememberme/gradle/dependency-locks/grettyRunnerTomcat85.lockfile new file mode 100644 index 0000000000..ec3f59f0e7 --- /dev/null +++ b/samples/javaconfig/rememberme/gradle/dependency-locks/grettyRunnerTomcat85.lockfile @@ -0,0 +1,27 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.1.0 +org.apache.tomcat.embed:tomcat-embed-core:8.5.35 +org.apache.tomcat.embed:tomcat-embed-el:8.5.35 +org.apache.tomcat.embed:tomcat-embed-jasper:8.5.35 +org.apache.tomcat.embed:tomcat-embed-websocket:8.5.35 +org.apache.tomcat:tomcat-annotations-api:8.5.35 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.12.3 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/rememberme/gradle/dependency-locks/grettyRunnerTomcat9.lockfile b/samples/javaconfig/rememberme/gradle/dependency-locks/grettyRunnerTomcat9.lockfile new file mode 100644 index 0000000000..79664d6256 --- /dev/null +++ b/samples/javaconfig/rememberme/gradle/dependency-locks/grettyRunnerTomcat9.lockfile @@ -0,0 +1,28 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.0 +org.apache.tomcat.embed:tomcat-embed-core:9.0.13 +org.apache.tomcat.embed:tomcat-embed-el:9.0.13 +org.apache.tomcat.embed:tomcat-embed-jasper:9.0.13 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.13 +org.apache.tomcat:tomcat-annotations-api:9.0.13 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.13.102 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat9:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/rememberme/gradle/dependency-locks/grettySpringLoaded.lockfile b/samples/javaconfig/rememberme/gradle/dependency-locks/grettySpringLoaded.lockfile new file mode 100644 index 0000000000..c3aad4e8a3 --- /dev/null +++ b/samples/javaconfig/rememberme/gradle/dependency-locks/grettySpringLoaded.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:springloaded:1.2.8.RELEASE diff --git a/samples/javaconfig/rememberme/gradle/dependency-locks/grettyStarter.lockfile b/samples/javaconfig/rememberme/gradle/dependency-locks/grettyStarter.lockfile new file mode 100644 index 0000000000..9fcf33ac73 --- /dev/null +++ b/samples/javaconfig/rememberme/gradle/dependency-locks/grettyStarter.lockfile @@ -0,0 +1,31 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-configuration:commons-configuration:1.10 +commons-io:commons-io:2.4 +commons-lang:commons-lang:2.6 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +org.apache.commons:commons-lang3:3.3.2 +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.gretty:gretty-core:3.0.1 +org.gretty:gretty-starter:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.0.2.RELEASE +org.springframework.boot:spring-boot-devtools:2.0.2.RELEASE +org.springframework.boot:spring-boot:2.0.2.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/samples/javaconfig/rememberme/gradle/dependency-locks/optional.lockfile b/samples/javaconfig/rememberme/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/rememberme/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/rememberme/gradle/dependency-locks/provided.lockfile b/samples/javaconfig/rememberme/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/rememberme/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/rememberme/gradle/dependency-locks/providedCompile.lockfile b/samples/javaconfig/rememberme/gradle/dependency-locks/providedCompile.lockfile new file mode 100644 index 0000000000..1416585107 --- /dev/null +++ b/samples/javaconfig/rememberme/gradle/dependency-locks/providedCompile.lockfile @@ -0,0 +1,9 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/rememberme/gradle/dependency-locks/providedRuntime.lockfile b/samples/javaconfig/rememberme/gradle/dependency-locks/providedRuntime.lockfile new file mode 100644 index 0000000000..1416585107 --- /dev/null +++ b/samples/javaconfig/rememberme/gradle/dependency-locks/providedRuntime.lockfile @@ -0,0 +1,9 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/rememberme/gradle/dependency-locks/runtime.lockfile b/samples/javaconfig/rememberme/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..c3c7bc760e --- /dev/null +++ b/samples/javaconfig/rememberme/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,71 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/rememberme/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/javaconfig/rememberme/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..c3c7bc760e --- /dev/null +++ b/samples/javaconfig/rememberme/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,71 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/rememberme/gradle/dependency-locks/springBoot.lockfile b/samples/javaconfig/rememberme/gradle/dependency-locks/springBoot.lockfile new file mode 100644 index 0000000000..c3c7bc760e --- /dev/null +++ b/samples/javaconfig/rememberme/gradle/dependency-locks/springBoot.lockfile @@ -0,0 +1,71 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/rememberme/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/javaconfig/rememberme/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/rememberme/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/rememberme/gradle/dependency-locks/testCompile.lockfile b/samples/javaconfig/rememberme/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..298e4e16b1 --- /dev/null +++ b/samples/javaconfig/rememberme/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,77 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/rememberme/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/javaconfig/rememberme/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..298e4e16b1 --- /dev/null +++ b/samples/javaconfig/rememberme/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,77 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/rememberme/gradle/dependency-locks/testCompileOnly.lockfile b/samples/javaconfig/rememberme/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/rememberme/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/rememberme/gradle/dependency-locks/testRuntime.lockfile b/samples/javaconfig/rememberme/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..e460f3bbac --- /dev/null +++ b/samples/javaconfig/rememberme/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,78 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/rememberme/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/javaconfig/rememberme/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..e460f3bbac --- /dev/null +++ b/samples/javaconfig/rememberme/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,78 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/rememberme/gradle/dependency-locks/tests.lockfile b/samples/javaconfig/rememberme/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..e460f3bbac --- /dev/null +++ b/samples/javaconfig/rememberme/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,78 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/saml2login/gradle/dependency-locks/annotationProcessor.lockfile b/samples/javaconfig/saml2login/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/saml2login/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/saml2login/gradle/dependency-locks/archives.lockfile b/samples/javaconfig/saml2login/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/saml2login/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/saml2login/gradle/dependency-locks/checkstyle.lockfile b/samples/javaconfig/saml2login/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/samples/javaconfig/saml2login/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/saml2login/gradle/dependency-locks/compile.lockfile b/samples/javaconfig/saml2login/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..28aa55349e --- /dev/null +++ b/samples/javaconfig/saml2login/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,49 @@ +# 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. +com.fasterxml.woodstox:woodstox-core:5.0.3 +com.google.code.findbugs:jsr305:3.0.1 +com.google.guava:guava:20.0 +commons-codec:commons-codec:1.14 +commons-collections:commons-collections:3.2.2 +commons-lang:commons-lang:2.4 +io.dropwizard.metrics:metrics-core:3.1.2 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +joda-time:joda-time:2.9 +net.shibboleth.utilities:java-support:7.5.1 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.santuario:xmlsec:2.0.10 +org.apache.velocity:velocity:1.7 +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.woodstox:stax2-api:3.1.4 +org.cryptacular:cryptacular:1.1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.opensaml:opensaml-core:3.4.5 +org.opensaml:opensaml-messaging-api:3.4.5 +org.opensaml:opensaml-profile-api:3.4.5 +org.opensaml:opensaml-saml-api:3.4.5 +org.opensaml:opensaml-saml-impl:3.4.5 +org.opensaml:opensaml-security-api:3.4.5 +org.opensaml:opensaml-security-impl:3.4.5 +org.opensaml:opensaml-soap-api:3.4.5 +org.opensaml:opensaml-soap-impl:3.4.5 +org.opensaml:opensaml-storage-api:3.4.5 +org.opensaml:opensaml-xmlsec-api:3.4.5 +org.opensaml:opensaml-xmlsec-impl:3.4.5 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/javaconfig/saml2login/gradle/dependency-locks/compileClasspath.lockfile b/samples/javaconfig/saml2login/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..28aa55349e --- /dev/null +++ b/samples/javaconfig/saml2login/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,49 @@ +# 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. +com.fasterxml.woodstox:woodstox-core:5.0.3 +com.google.code.findbugs:jsr305:3.0.1 +com.google.guava:guava:20.0 +commons-codec:commons-codec:1.14 +commons-collections:commons-collections:3.2.2 +commons-lang:commons-lang:2.4 +io.dropwizard.metrics:metrics-core:3.1.2 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +joda-time:joda-time:2.9 +net.shibboleth.utilities:java-support:7.5.1 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.santuario:xmlsec:2.0.10 +org.apache.velocity:velocity:1.7 +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.woodstox:stax2-api:3.1.4 +org.cryptacular:cryptacular:1.1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.opensaml:opensaml-core:3.4.5 +org.opensaml:opensaml-messaging-api:3.4.5 +org.opensaml:opensaml-profile-api:3.4.5 +org.opensaml:opensaml-saml-api:3.4.5 +org.opensaml:opensaml-saml-impl:3.4.5 +org.opensaml:opensaml-security-api:3.4.5 +org.opensaml:opensaml-security-impl:3.4.5 +org.opensaml:opensaml-soap-api:3.4.5 +org.opensaml:opensaml-soap-impl:3.4.5 +org.opensaml:opensaml-storage-api:3.4.5 +org.opensaml:opensaml-xmlsec-api:3.4.5 +org.opensaml:opensaml-xmlsec-impl:3.4.5 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/javaconfig/saml2login/gradle/dependency-locks/compileOnly.lockfile b/samples/javaconfig/saml2login/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/saml2login/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/saml2login/gradle/dependency-locks/default.lockfile b/samples/javaconfig/saml2login/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..28aa55349e --- /dev/null +++ b/samples/javaconfig/saml2login/gradle/dependency-locks/default.lockfile @@ -0,0 +1,49 @@ +# 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. +com.fasterxml.woodstox:woodstox-core:5.0.3 +com.google.code.findbugs:jsr305:3.0.1 +com.google.guava:guava:20.0 +commons-codec:commons-codec:1.14 +commons-collections:commons-collections:3.2.2 +commons-lang:commons-lang:2.4 +io.dropwizard.metrics:metrics-core:3.1.2 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +joda-time:joda-time:2.9 +net.shibboleth.utilities:java-support:7.5.1 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.santuario:xmlsec:2.0.10 +org.apache.velocity:velocity:1.7 +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.woodstox:stax2-api:3.1.4 +org.cryptacular:cryptacular:1.1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.opensaml:opensaml-core:3.4.5 +org.opensaml:opensaml-messaging-api:3.4.5 +org.opensaml:opensaml-profile-api:3.4.5 +org.opensaml:opensaml-saml-api:3.4.5 +org.opensaml:opensaml-saml-impl:3.4.5 +org.opensaml:opensaml-security-api:3.4.5 +org.opensaml:opensaml-security-impl:3.4.5 +org.opensaml:opensaml-soap-api:3.4.5 +org.opensaml:opensaml-soap-impl:3.4.5 +org.opensaml:opensaml-storage-api:3.4.5 +org.opensaml:opensaml-xmlsec-api:3.4.5 +org.opensaml:opensaml-xmlsec-impl:3.4.5 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/javaconfig/saml2login/gradle/dependency-locks/gretty.lockfile b/samples/javaconfig/saml2login/gradle/dependency-locks/gretty.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/saml2login/gradle/dependency-locks/gretty.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/saml2login/gradle/dependency-locks/grettyNoSpringBoot.lockfile b/samples/javaconfig/saml2login/gradle/dependency-locks/grettyNoSpringBoot.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/saml2login/gradle/dependency-locks/grettyNoSpringBoot.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/saml2login/gradle/dependency-locks/grettyProductRuntime.lockfile b/samples/javaconfig/saml2login/gradle/dependency-locks/grettyProductRuntime.lockfile new file mode 100644 index 0000000000..28aa55349e --- /dev/null +++ b/samples/javaconfig/saml2login/gradle/dependency-locks/grettyProductRuntime.lockfile @@ -0,0 +1,49 @@ +# 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. +com.fasterxml.woodstox:woodstox-core:5.0.3 +com.google.code.findbugs:jsr305:3.0.1 +com.google.guava:guava:20.0 +commons-codec:commons-codec:1.14 +commons-collections:commons-collections:3.2.2 +commons-lang:commons-lang:2.4 +io.dropwizard.metrics:metrics-core:3.1.2 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +joda-time:joda-time:2.9 +net.shibboleth.utilities:java-support:7.5.1 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.santuario:xmlsec:2.0.10 +org.apache.velocity:velocity:1.7 +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.woodstox:stax2-api:3.1.4 +org.cryptacular:cryptacular:1.1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.opensaml:opensaml-core:3.4.5 +org.opensaml:opensaml-messaging-api:3.4.5 +org.opensaml:opensaml-profile-api:3.4.5 +org.opensaml:opensaml-saml-api:3.4.5 +org.opensaml:opensaml-saml-impl:3.4.5 +org.opensaml:opensaml-security-api:3.4.5 +org.opensaml:opensaml-security-impl:3.4.5 +org.opensaml:opensaml-soap-api:3.4.5 +org.opensaml:opensaml-soap-impl:3.4.5 +org.opensaml:opensaml-storage-api:3.4.5 +org.opensaml:opensaml-xmlsec-api:3.4.5 +org.opensaml:opensaml-xmlsec-impl:3.4.5 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/javaconfig/saml2login/gradle/dependency-locks/grettyProvidedCompile.lockfile b/samples/javaconfig/saml2login/gradle/dependency-locks/grettyProvidedCompile.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/javaconfig/saml2login/gradle/dependency-locks/grettyProvidedCompile.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/saml2login/gradle/dependency-locks/grettyRunnerJetty7.lockfile b/samples/javaconfig/saml2login/gradle/dependency-locks/grettyRunnerJetty7.lockfile new file mode 100644 index 0000000000..e9e1db89cd --- /dev/null +++ b/samples/javaconfig/saml2login/gradle/dependency-locks/grettyRunnerJetty7.lockfile @@ -0,0 +1,41 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:servlet-api:2.5 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:1.0.0.v201105211818 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.el:2.1.0.v201105211819 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.1.0.v201105211820 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.1.0.v201110031002 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty:jetty-continuation:7.6.21.v20160908 +org.eclipse.jetty:jetty-http:7.6.21.v20160908 +org.eclipse.jetty:jetty-io:7.6.21.v20160908 +org.eclipse.jetty:jetty-jndi:7.6.21.v20160908 +org.eclipse.jetty:jetty-jsp:7.6.21.v20160908 +org.eclipse.jetty:jetty-plus:7.6.21.v20160908 +org.eclipse.jetty:jetty-security:7.6.21.v20160908 +org.eclipse.jetty:jetty-server:7.6.21.v20160908 +org.eclipse.jetty:jetty-servlet:7.6.21.v20160908 +org.eclipse.jetty:jetty-util:7.6.21.v20160908 +org.eclipse.jetty:jetty-webapp:7.6.21.v20160908 +org.eclipse.jetty:jetty-xml:7.6.21.v20160908 +org.gretty:gretty-runner-jetty7:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/saml2login/gradle/dependency-locks/grettyRunnerJetty8.lockfile b/samples/javaconfig/saml2login/gradle/dependency-locks/grettyRunnerJetty8.lockfile new file mode 100644 index 0000000000..27d757f042 --- /dev/null +++ b/samples/javaconfig/saml2login/gradle/dependency-locks/grettyRunnerJetty8.lockfile @@ -0,0 +1,44 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.0.1 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.annotation:1.1.0.v201108011116 +org.eclipse.jetty.orbit:javax.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.2.0.v201112011158 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.2.2.v201112011158 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty.orbit:org.objectweb.asm:3.1.0.v200803061910 +org.eclipse.jetty:jetty-annotations:8.1.22.v20160922 +org.eclipse.jetty:jetty-continuation:8.1.22.v20160922 +org.eclipse.jetty:jetty-http:8.1.22.v20160922 +org.eclipse.jetty:jetty-io:8.1.22.v20160922 +org.eclipse.jetty:jetty-jndi:8.1.22.v20160922 +org.eclipse.jetty:jetty-jsp:8.1.22.v20160922 +org.eclipse.jetty:jetty-plus:8.1.22.v20160922 +org.eclipse.jetty:jetty-security:8.1.22.v20160922 +org.eclipse.jetty:jetty-server:8.1.22.v20160922 +org.eclipse.jetty:jetty-servlet:8.1.22.v20160922 +org.eclipse.jetty:jetty-util:8.1.22.v20160922 +org.eclipse.jetty:jetty-webapp:8.1.22.v20160922 +org.eclipse.jetty:jetty-xml:8.1.22.v20160922 +org.gretty:gretty-runner-jetty8:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/saml2login/gradle/dependency-locks/grettyRunnerJetty9.lockfile b/samples/javaconfig/saml2login/gradle/dependency-locks/grettyRunnerJetty9.lockfile new file mode 100644 index 0000000000..9499a81a9b --- /dev/null +++ b/samples/javaconfig/saml2login/gradle/dependency-locks/grettyRunnerJetty9.lockfile @@ -0,0 +1,51 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.8.2.v20130121 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.M0 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-api:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-client:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-common:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-server:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-annotations:9.2.26.v20180806 +org.eclipse.jetty:jetty-http:9.2.26.v20180806 +org.eclipse.jetty:jetty-io:9.2.26.v20180806 +org.eclipse.jetty:jetty-jndi:9.2.26.v20180806 +org.eclipse.jetty:jetty-jsp:9.2.26.v20180806 +org.eclipse.jetty:jetty-plus:9.2.26.v20180806 +org.eclipse.jetty:jetty-security:9.2.26.v20180806 +org.eclipse.jetty:jetty-server:9.2.26.v20180806 +org.eclipse.jetty:jetty-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-util:9.2.26.v20180806 +org.eclipse.jetty:jetty-webapp:9.2.26.v20180806 +org.eclipse.jetty:jetty-xml:9.2.26.v20180806 +org.glassfish.web:javax.servlet.jsp.jstl:1.2.2 +org.glassfish.web:javax.servlet.jsp:2.3.2 +org.glassfish:javax.el:3.0.0 +org.gretty:gretty-runner-jetty9:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/saml2login/gradle/dependency-locks/grettyRunnerJetty93.lockfile b/samples/javaconfig/saml2login/gradle/dependency-locks/grettyRunnerJetty93.lockfile new file mode 100644 index 0000000000..54c7e0ee60 --- /dev/null +++ b/samples/javaconfig/saml2login/gradle/dependency-locks/grettyRunnerJetty93.lockfile @@ -0,0 +1,48 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt.core.compiler:ecj:4.4.2 +org.eclipse.jetty.toolchain:jetty-schemas:3.1 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-api:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-client:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-common:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-server:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-servlet:9.3.25.v20180904 +org.eclipse.jetty:apache-jsp:9.3.25.v20180904 +org.eclipse.jetty:jetty-annotations:9.3.25.v20180904 +org.eclipse.jetty:jetty-http:9.3.25.v20180904 +org.eclipse.jetty:jetty-io:9.3.25.v20180904 +org.eclipse.jetty:jetty-jndi:9.3.25.v20180904 +org.eclipse.jetty:jetty-plus:9.3.25.v20180904 +org.eclipse.jetty:jetty-security:9.3.25.v20180904 +org.eclipse.jetty:jetty-server:9.3.25.v20180904 +org.eclipse.jetty:jetty-servlet:9.3.25.v20180904 +org.eclipse.jetty:jetty-util:9.3.25.v20180904 +org.eclipse.jetty:jetty-webapp:9.3.25.v20180904 +org.eclipse.jetty:jetty-xml:9.3.25.v20180904 +org.gretty:gretty-runner-jetty93:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.0.33 +org.mortbay.jasper:apache-jsp:8.0.33 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/saml2login/gradle/dependency-locks/grettyRunnerJetty94.lockfile b/samples/javaconfig/saml2login/gradle/dependency-locks/grettyRunnerJetty94.lockfile new file mode 100644 index 0000000000..746adcbf76 --- /dev/null +++ b/samples/javaconfig/saml2login/gradle/dependency-locks/grettyRunnerJetty94.lockfile @@ -0,0 +1,50 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +javax.websocket:javax.websocket-client-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.14.0 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.2 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-api:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-client:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-common:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-server:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-servlet:9.4.14.v20181114 +org.eclipse.jetty:apache-jsp:9.4.14.v20181114 +org.eclipse.jetty:jetty-annotations:9.4.14.v20181114 +org.eclipse.jetty:jetty-client:9.4.14.v20181114 +org.eclipse.jetty:jetty-http:9.4.14.v20181114 +org.eclipse.jetty:jetty-io:9.4.14.v20181114 +org.eclipse.jetty:jetty-jndi:9.4.14.v20181114 +org.eclipse.jetty:jetty-plus:9.4.14.v20181114 +org.eclipse.jetty:jetty-security:9.4.14.v20181114 +org.eclipse.jetty:jetty-server:9.4.14.v20181114 +org.eclipse.jetty:jetty-servlet:9.4.14.v20181114 +org.eclipse.jetty:jetty-util:9.4.14.v20181114 +org.eclipse.jetty:jetty-webapp:9.4.14.v20181114 +org.eclipse.jetty:jetty-xml:9.4.14.v20181114 +org.gretty:gretty-runner-jetty94:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.5.33.1 +org.mortbay.jasper:apache-jsp:8.5.33.1 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/saml2login/gradle/dependency-locks/grettyRunnerTomcat85.lockfile b/samples/javaconfig/saml2login/gradle/dependency-locks/grettyRunnerTomcat85.lockfile new file mode 100644 index 0000000000..ec3f59f0e7 --- /dev/null +++ b/samples/javaconfig/saml2login/gradle/dependency-locks/grettyRunnerTomcat85.lockfile @@ -0,0 +1,27 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.1.0 +org.apache.tomcat.embed:tomcat-embed-core:8.5.35 +org.apache.tomcat.embed:tomcat-embed-el:8.5.35 +org.apache.tomcat.embed:tomcat-embed-jasper:8.5.35 +org.apache.tomcat.embed:tomcat-embed-websocket:8.5.35 +org.apache.tomcat:tomcat-annotations-api:8.5.35 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.12.3 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/saml2login/gradle/dependency-locks/grettyRunnerTomcat9.lockfile b/samples/javaconfig/saml2login/gradle/dependency-locks/grettyRunnerTomcat9.lockfile new file mode 100644 index 0000000000..79664d6256 --- /dev/null +++ b/samples/javaconfig/saml2login/gradle/dependency-locks/grettyRunnerTomcat9.lockfile @@ -0,0 +1,28 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.0 +org.apache.tomcat.embed:tomcat-embed-core:9.0.13 +org.apache.tomcat.embed:tomcat-embed-el:9.0.13 +org.apache.tomcat.embed:tomcat-embed-jasper:9.0.13 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.13 +org.apache.tomcat:tomcat-annotations-api:9.0.13 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.13.102 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat9:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/saml2login/gradle/dependency-locks/grettySpringLoaded.lockfile b/samples/javaconfig/saml2login/gradle/dependency-locks/grettySpringLoaded.lockfile new file mode 100644 index 0000000000..c3aad4e8a3 --- /dev/null +++ b/samples/javaconfig/saml2login/gradle/dependency-locks/grettySpringLoaded.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:springloaded:1.2.8.RELEASE diff --git a/samples/javaconfig/saml2login/gradle/dependency-locks/grettyStarter.lockfile b/samples/javaconfig/saml2login/gradle/dependency-locks/grettyStarter.lockfile new file mode 100644 index 0000000000..9fcf33ac73 --- /dev/null +++ b/samples/javaconfig/saml2login/gradle/dependency-locks/grettyStarter.lockfile @@ -0,0 +1,31 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-configuration:commons-configuration:1.10 +commons-io:commons-io:2.4 +commons-lang:commons-lang:2.6 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +org.apache.commons:commons-lang3:3.3.2 +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.gretty:gretty-core:3.0.1 +org.gretty:gretty-starter:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.0.2.RELEASE +org.springframework.boot:spring-boot-devtools:2.0.2.RELEASE +org.springframework.boot:spring-boot:2.0.2.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/samples/javaconfig/saml2login/gradle/dependency-locks/optional.lockfile b/samples/javaconfig/saml2login/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/saml2login/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/saml2login/gradle/dependency-locks/provided.lockfile b/samples/javaconfig/saml2login/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/saml2login/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/saml2login/gradle/dependency-locks/providedCompile.lockfile b/samples/javaconfig/saml2login/gradle/dependency-locks/providedCompile.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/javaconfig/saml2login/gradle/dependency-locks/providedCompile.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/saml2login/gradle/dependency-locks/providedRuntime.lockfile b/samples/javaconfig/saml2login/gradle/dependency-locks/providedRuntime.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/javaconfig/saml2login/gradle/dependency-locks/providedRuntime.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/saml2login/gradle/dependency-locks/runtime.lockfile b/samples/javaconfig/saml2login/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..28aa55349e --- /dev/null +++ b/samples/javaconfig/saml2login/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,49 @@ +# 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. +com.fasterxml.woodstox:woodstox-core:5.0.3 +com.google.code.findbugs:jsr305:3.0.1 +com.google.guava:guava:20.0 +commons-codec:commons-codec:1.14 +commons-collections:commons-collections:3.2.2 +commons-lang:commons-lang:2.4 +io.dropwizard.metrics:metrics-core:3.1.2 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +joda-time:joda-time:2.9 +net.shibboleth.utilities:java-support:7.5.1 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.santuario:xmlsec:2.0.10 +org.apache.velocity:velocity:1.7 +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.woodstox:stax2-api:3.1.4 +org.cryptacular:cryptacular:1.1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.opensaml:opensaml-core:3.4.5 +org.opensaml:opensaml-messaging-api:3.4.5 +org.opensaml:opensaml-profile-api:3.4.5 +org.opensaml:opensaml-saml-api:3.4.5 +org.opensaml:opensaml-saml-impl:3.4.5 +org.opensaml:opensaml-security-api:3.4.5 +org.opensaml:opensaml-security-impl:3.4.5 +org.opensaml:opensaml-soap-api:3.4.5 +org.opensaml:opensaml-soap-impl:3.4.5 +org.opensaml:opensaml-storage-api:3.4.5 +org.opensaml:opensaml-xmlsec-api:3.4.5 +org.opensaml:opensaml-xmlsec-impl:3.4.5 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/javaconfig/saml2login/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/javaconfig/saml2login/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..28aa55349e --- /dev/null +++ b/samples/javaconfig/saml2login/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,49 @@ +# 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. +com.fasterxml.woodstox:woodstox-core:5.0.3 +com.google.code.findbugs:jsr305:3.0.1 +com.google.guava:guava:20.0 +commons-codec:commons-codec:1.14 +commons-collections:commons-collections:3.2.2 +commons-lang:commons-lang:2.4 +io.dropwizard.metrics:metrics-core:3.1.2 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +joda-time:joda-time:2.9 +net.shibboleth.utilities:java-support:7.5.1 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.santuario:xmlsec:2.0.10 +org.apache.velocity:velocity:1.7 +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.woodstox:stax2-api:3.1.4 +org.cryptacular:cryptacular:1.1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.opensaml:opensaml-core:3.4.5 +org.opensaml:opensaml-messaging-api:3.4.5 +org.opensaml:opensaml-profile-api:3.4.5 +org.opensaml:opensaml-saml-api:3.4.5 +org.opensaml:opensaml-saml-impl:3.4.5 +org.opensaml:opensaml-security-api:3.4.5 +org.opensaml:opensaml-security-impl:3.4.5 +org.opensaml:opensaml-soap-api:3.4.5 +org.opensaml:opensaml-soap-impl:3.4.5 +org.opensaml:opensaml-storage-api:3.4.5 +org.opensaml:opensaml-xmlsec-api:3.4.5 +org.opensaml:opensaml-xmlsec-impl:3.4.5 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/javaconfig/saml2login/gradle/dependency-locks/springBoot.lockfile b/samples/javaconfig/saml2login/gradle/dependency-locks/springBoot.lockfile new file mode 100644 index 0000000000..28aa55349e --- /dev/null +++ b/samples/javaconfig/saml2login/gradle/dependency-locks/springBoot.lockfile @@ -0,0 +1,49 @@ +# 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. +com.fasterxml.woodstox:woodstox-core:5.0.3 +com.google.code.findbugs:jsr305:3.0.1 +com.google.guava:guava:20.0 +commons-codec:commons-codec:1.14 +commons-collections:commons-collections:3.2.2 +commons-lang:commons-lang:2.4 +io.dropwizard.metrics:metrics-core:3.1.2 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +joda-time:joda-time:2.9 +net.shibboleth.utilities:java-support:7.5.1 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.santuario:xmlsec:2.0.10 +org.apache.velocity:velocity:1.7 +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.woodstox:stax2-api:3.1.4 +org.cryptacular:cryptacular:1.1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.opensaml:opensaml-core:3.4.5 +org.opensaml:opensaml-messaging-api:3.4.5 +org.opensaml:opensaml-profile-api:3.4.5 +org.opensaml:opensaml-saml-api:3.4.5 +org.opensaml:opensaml-saml-impl:3.4.5 +org.opensaml:opensaml-security-api:3.4.5 +org.opensaml:opensaml-security-impl:3.4.5 +org.opensaml:opensaml-soap-api:3.4.5 +org.opensaml:opensaml-soap-impl:3.4.5 +org.opensaml:opensaml-storage-api:3.4.5 +org.opensaml:opensaml-xmlsec-api:3.4.5 +org.opensaml:opensaml-xmlsec-impl:3.4.5 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/javaconfig/saml2login/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/javaconfig/saml2login/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/saml2login/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/saml2login/gradle/dependency-locks/testCompile.lockfile b/samples/javaconfig/saml2login/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..4aaf787a7b --- /dev/null +++ b/samples/javaconfig/saml2login/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,57 @@ +# 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. +com.fasterxml.woodstox:woodstox-core:5.0.3 +com.google.code.findbugs:jsr305:3.0.1 +com.google.guava:guava:20.0 +commons-codec:commons-codec:1.14 +commons-collections:commons-collections:3.2.2 +commons-lang:commons-lang:2.4 +io.dropwizard.metrics:metrics-core:3.1.2 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +joda-time:joda-time:2.9 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.shibboleth.utilities:java-support:7.5.1 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.santuario:xmlsec:2.0.10 +org.apache.velocity:velocity:1.7 +org.assertj:assertj-core:3.18.0 +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.woodstox:stax2-api:3.1.4 +org.cryptacular:cryptacular:1.1.3 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.opensaml:opensaml-core:3.4.5 +org.opensaml:opensaml-messaging-api:3.4.5 +org.opensaml:opensaml-profile-api:3.4.5 +org.opensaml:opensaml-saml-api:3.4.5 +org.opensaml:opensaml-saml-impl:3.4.5 +org.opensaml:opensaml-security-api:3.4.5 +org.opensaml:opensaml-security-impl:3.4.5 +org.opensaml:opensaml-soap-api:3.4.5 +org.opensaml:opensaml-soap-impl:3.4.5 +org.opensaml:opensaml-storage-api:3.4.5 +org.opensaml:opensaml-xmlsec-api:3.4.5 +org.opensaml:opensaml-xmlsec-impl:3.4.5 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/javaconfig/saml2login/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/javaconfig/saml2login/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..4aaf787a7b --- /dev/null +++ b/samples/javaconfig/saml2login/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,57 @@ +# 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. +com.fasterxml.woodstox:woodstox-core:5.0.3 +com.google.code.findbugs:jsr305:3.0.1 +com.google.guava:guava:20.0 +commons-codec:commons-codec:1.14 +commons-collections:commons-collections:3.2.2 +commons-lang:commons-lang:2.4 +io.dropwizard.metrics:metrics-core:3.1.2 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +joda-time:joda-time:2.9 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.shibboleth.utilities:java-support:7.5.1 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.santuario:xmlsec:2.0.10 +org.apache.velocity:velocity:1.7 +org.assertj:assertj-core:3.18.0 +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.woodstox:stax2-api:3.1.4 +org.cryptacular:cryptacular:1.1.3 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.opensaml:opensaml-core:3.4.5 +org.opensaml:opensaml-messaging-api:3.4.5 +org.opensaml:opensaml-profile-api:3.4.5 +org.opensaml:opensaml-saml-api:3.4.5 +org.opensaml:opensaml-saml-impl:3.4.5 +org.opensaml:opensaml-security-api:3.4.5 +org.opensaml:opensaml-security-impl:3.4.5 +org.opensaml:opensaml-soap-api:3.4.5 +org.opensaml:opensaml-soap-impl:3.4.5 +org.opensaml:opensaml-storage-api:3.4.5 +org.opensaml:opensaml-xmlsec-api:3.4.5 +org.opensaml:opensaml-xmlsec-impl:3.4.5 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/javaconfig/saml2login/gradle/dependency-locks/testCompileOnly.lockfile b/samples/javaconfig/saml2login/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/saml2login/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/saml2login/gradle/dependency-locks/testRuntime.lockfile b/samples/javaconfig/saml2login/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..4aaf787a7b --- /dev/null +++ b/samples/javaconfig/saml2login/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,57 @@ +# 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. +com.fasterxml.woodstox:woodstox-core:5.0.3 +com.google.code.findbugs:jsr305:3.0.1 +com.google.guava:guava:20.0 +commons-codec:commons-codec:1.14 +commons-collections:commons-collections:3.2.2 +commons-lang:commons-lang:2.4 +io.dropwizard.metrics:metrics-core:3.1.2 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +joda-time:joda-time:2.9 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.shibboleth.utilities:java-support:7.5.1 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.santuario:xmlsec:2.0.10 +org.apache.velocity:velocity:1.7 +org.assertj:assertj-core:3.18.0 +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.woodstox:stax2-api:3.1.4 +org.cryptacular:cryptacular:1.1.3 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.opensaml:opensaml-core:3.4.5 +org.opensaml:opensaml-messaging-api:3.4.5 +org.opensaml:opensaml-profile-api:3.4.5 +org.opensaml:opensaml-saml-api:3.4.5 +org.opensaml:opensaml-saml-impl:3.4.5 +org.opensaml:opensaml-security-api:3.4.5 +org.opensaml:opensaml-security-impl:3.4.5 +org.opensaml:opensaml-soap-api:3.4.5 +org.opensaml:opensaml-soap-impl:3.4.5 +org.opensaml:opensaml-storage-api:3.4.5 +org.opensaml:opensaml-xmlsec-api:3.4.5 +org.opensaml:opensaml-xmlsec-impl:3.4.5 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/javaconfig/saml2login/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/javaconfig/saml2login/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..4aaf787a7b --- /dev/null +++ b/samples/javaconfig/saml2login/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,57 @@ +# 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. +com.fasterxml.woodstox:woodstox-core:5.0.3 +com.google.code.findbugs:jsr305:3.0.1 +com.google.guava:guava:20.0 +commons-codec:commons-codec:1.14 +commons-collections:commons-collections:3.2.2 +commons-lang:commons-lang:2.4 +io.dropwizard.metrics:metrics-core:3.1.2 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +joda-time:joda-time:2.9 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.shibboleth.utilities:java-support:7.5.1 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.santuario:xmlsec:2.0.10 +org.apache.velocity:velocity:1.7 +org.assertj:assertj-core:3.18.0 +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.woodstox:stax2-api:3.1.4 +org.cryptacular:cryptacular:1.1.3 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.opensaml:opensaml-core:3.4.5 +org.opensaml:opensaml-messaging-api:3.4.5 +org.opensaml:opensaml-profile-api:3.4.5 +org.opensaml:opensaml-saml-api:3.4.5 +org.opensaml:opensaml-saml-impl:3.4.5 +org.opensaml:opensaml-security-api:3.4.5 +org.opensaml:opensaml-security-impl:3.4.5 +org.opensaml:opensaml-soap-api:3.4.5 +org.opensaml:opensaml-soap-impl:3.4.5 +org.opensaml:opensaml-storage-api:3.4.5 +org.opensaml:opensaml-xmlsec-api:3.4.5 +org.opensaml:opensaml-xmlsec-impl:3.4.5 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/javaconfig/saml2login/gradle/dependency-locks/tests.lockfile b/samples/javaconfig/saml2login/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..4aaf787a7b --- /dev/null +++ b/samples/javaconfig/saml2login/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,57 @@ +# 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. +com.fasterxml.woodstox:woodstox-core:5.0.3 +com.google.code.findbugs:jsr305:3.0.1 +com.google.guava:guava:20.0 +commons-codec:commons-codec:1.14 +commons-collections:commons-collections:3.2.2 +commons-lang:commons-lang:2.4 +io.dropwizard.metrics:metrics-core:3.1.2 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +joda-time:joda-time:2.9 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.shibboleth.utilities:java-support:7.5.1 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.santuario:xmlsec:2.0.10 +org.apache.velocity:velocity:1.7 +org.assertj:assertj-core:3.18.0 +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.woodstox:stax2-api:3.1.4 +org.cryptacular:cryptacular:1.1.3 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.opensaml:opensaml-core:3.4.5 +org.opensaml:opensaml-messaging-api:3.4.5 +org.opensaml:opensaml-profile-api:3.4.5 +org.opensaml:opensaml-saml-api:3.4.5 +org.opensaml:opensaml-saml-impl:3.4.5 +org.opensaml:opensaml-security-api:3.4.5 +org.opensaml:opensaml-security-impl:3.4.5 +org.opensaml:opensaml-soap-api:3.4.5 +org.opensaml:opensaml-soap-impl:3.4.5 +org.opensaml:opensaml-storage-api:3.4.5 +org.opensaml:opensaml-xmlsec-api:3.4.5 +org.opensaml:opensaml-xmlsec-impl:3.4.5 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/javaconfig/x509/gradle/dependency-locks/annotationProcessor.lockfile b/samples/javaconfig/x509/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/x509/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/x509/gradle/dependency-locks/archives.lockfile b/samples/javaconfig/x509/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/x509/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/x509/gradle/dependency-locks/checkstyle.lockfile b/samples/javaconfig/x509/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/samples/javaconfig/x509/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/x509/gradle/dependency-locks/compile.lockfile b/samples/javaconfig/x509/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..a87c311e0c --- /dev/null +++ b/samples/javaconfig/x509/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,68 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/x509/gradle/dependency-locks/compileClasspath.lockfile b/samples/javaconfig/x509/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..a87c311e0c --- /dev/null +++ b/samples/javaconfig/x509/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,68 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/x509/gradle/dependency-locks/compileOnly.lockfile b/samples/javaconfig/x509/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/x509/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/x509/gradle/dependency-locks/default.lockfile b/samples/javaconfig/x509/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..532a48450e --- /dev/null +++ b/samples/javaconfig/x509/gradle/dependency-locks/default.lockfile @@ -0,0 +1,69 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/x509/gradle/dependency-locks/gretty.lockfile b/samples/javaconfig/x509/gradle/dependency-locks/gretty.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/x509/gradle/dependency-locks/gretty.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/x509/gradle/dependency-locks/grettyNoSpringBoot.lockfile b/samples/javaconfig/x509/gradle/dependency-locks/grettyNoSpringBoot.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/x509/gradle/dependency-locks/grettyNoSpringBoot.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/x509/gradle/dependency-locks/grettyProductRuntime.lockfile b/samples/javaconfig/x509/gradle/dependency-locks/grettyProductRuntime.lockfile new file mode 100644 index 0000000000..532a48450e --- /dev/null +++ b/samples/javaconfig/x509/gradle/dependency-locks/grettyProductRuntime.lockfile @@ -0,0 +1,69 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/x509/gradle/dependency-locks/grettyProvidedCompile.lockfile b/samples/javaconfig/x509/gradle/dependency-locks/grettyProvidedCompile.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/javaconfig/x509/gradle/dependency-locks/grettyProvidedCompile.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/x509/gradle/dependency-locks/grettyRunnerJetty7.lockfile b/samples/javaconfig/x509/gradle/dependency-locks/grettyRunnerJetty7.lockfile new file mode 100644 index 0000000000..e9e1db89cd --- /dev/null +++ b/samples/javaconfig/x509/gradle/dependency-locks/grettyRunnerJetty7.lockfile @@ -0,0 +1,41 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:servlet-api:2.5 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:1.0.0.v201105211818 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.el:2.1.0.v201105211819 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.1.0.v201105211820 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.1.0.v201110031002 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty:jetty-continuation:7.6.21.v20160908 +org.eclipse.jetty:jetty-http:7.6.21.v20160908 +org.eclipse.jetty:jetty-io:7.6.21.v20160908 +org.eclipse.jetty:jetty-jndi:7.6.21.v20160908 +org.eclipse.jetty:jetty-jsp:7.6.21.v20160908 +org.eclipse.jetty:jetty-plus:7.6.21.v20160908 +org.eclipse.jetty:jetty-security:7.6.21.v20160908 +org.eclipse.jetty:jetty-server:7.6.21.v20160908 +org.eclipse.jetty:jetty-servlet:7.6.21.v20160908 +org.eclipse.jetty:jetty-util:7.6.21.v20160908 +org.eclipse.jetty:jetty-webapp:7.6.21.v20160908 +org.eclipse.jetty:jetty-xml:7.6.21.v20160908 +org.gretty:gretty-runner-jetty7:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/x509/gradle/dependency-locks/grettyRunnerJetty8.lockfile b/samples/javaconfig/x509/gradle/dependency-locks/grettyRunnerJetty8.lockfile new file mode 100644 index 0000000000..27d757f042 --- /dev/null +++ b/samples/javaconfig/x509/gradle/dependency-locks/grettyRunnerJetty8.lockfile @@ -0,0 +1,44 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.0.1 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.annotation:1.1.0.v201108011116 +org.eclipse.jetty.orbit:javax.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.2.0.v201112011158 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.2.2.v201112011158 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty.orbit:org.objectweb.asm:3.1.0.v200803061910 +org.eclipse.jetty:jetty-annotations:8.1.22.v20160922 +org.eclipse.jetty:jetty-continuation:8.1.22.v20160922 +org.eclipse.jetty:jetty-http:8.1.22.v20160922 +org.eclipse.jetty:jetty-io:8.1.22.v20160922 +org.eclipse.jetty:jetty-jndi:8.1.22.v20160922 +org.eclipse.jetty:jetty-jsp:8.1.22.v20160922 +org.eclipse.jetty:jetty-plus:8.1.22.v20160922 +org.eclipse.jetty:jetty-security:8.1.22.v20160922 +org.eclipse.jetty:jetty-server:8.1.22.v20160922 +org.eclipse.jetty:jetty-servlet:8.1.22.v20160922 +org.eclipse.jetty:jetty-util:8.1.22.v20160922 +org.eclipse.jetty:jetty-webapp:8.1.22.v20160922 +org.eclipse.jetty:jetty-xml:8.1.22.v20160922 +org.gretty:gretty-runner-jetty8:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/x509/gradle/dependency-locks/grettyRunnerJetty9.lockfile b/samples/javaconfig/x509/gradle/dependency-locks/grettyRunnerJetty9.lockfile new file mode 100644 index 0000000000..9499a81a9b --- /dev/null +++ b/samples/javaconfig/x509/gradle/dependency-locks/grettyRunnerJetty9.lockfile @@ -0,0 +1,51 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.8.2.v20130121 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.M0 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-api:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-client:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-common:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-server:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-annotations:9.2.26.v20180806 +org.eclipse.jetty:jetty-http:9.2.26.v20180806 +org.eclipse.jetty:jetty-io:9.2.26.v20180806 +org.eclipse.jetty:jetty-jndi:9.2.26.v20180806 +org.eclipse.jetty:jetty-jsp:9.2.26.v20180806 +org.eclipse.jetty:jetty-plus:9.2.26.v20180806 +org.eclipse.jetty:jetty-security:9.2.26.v20180806 +org.eclipse.jetty:jetty-server:9.2.26.v20180806 +org.eclipse.jetty:jetty-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-util:9.2.26.v20180806 +org.eclipse.jetty:jetty-webapp:9.2.26.v20180806 +org.eclipse.jetty:jetty-xml:9.2.26.v20180806 +org.glassfish.web:javax.servlet.jsp.jstl:1.2.2 +org.glassfish.web:javax.servlet.jsp:2.3.2 +org.glassfish:javax.el:3.0.0 +org.gretty:gretty-runner-jetty9:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/x509/gradle/dependency-locks/grettyRunnerJetty93.lockfile b/samples/javaconfig/x509/gradle/dependency-locks/grettyRunnerJetty93.lockfile new file mode 100644 index 0000000000..54c7e0ee60 --- /dev/null +++ b/samples/javaconfig/x509/gradle/dependency-locks/grettyRunnerJetty93.lockfile @@ -0,0 +1,48 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt.core.compiler:ecj:4.4.2 +org.eclipse.jetty.toolchain:jetty-schemas:3.1 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-api:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-client:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-common:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-server:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-servlet:9.3.25.v20180904 +org.eclipse.jetty:apache-jsp:9.3.25.v20180904 +org.eclipse.jetty:jetty-annotations:9.3.25.v20180904 +org.eclipse.jetty:jetty-http:9.3.25.v20180904 +org.eclipse.jetty:jetty-io:9.3.25.v20180904 +org.eclipse.jetty:jetty-jndi:9.3.25.v20180904 +org.eclipse.jetty:jetty-plus:9.3.25.v20180904 +org.eclipse.jetty:jetty-security:9.3.25.v20180904 +org.eclipse.jetty:jetty-server:9.3.25.v20180904 +org.eclipse.jetty:jetty-servlet:9.3.25.v20180904 +org.eclipse.jetty:jetty-util:9.3.25.v20180904 +org.eclipse.jetty:jetty-webapp:9.3.25.v20180904 +org.eclipse.jetty:jetty-xml:9.3.25.v20180904 +org.gretty:gretty-runner-jetty93:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.0.33 +org.mortbay.jasper:apache-jsp:8.0.33 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/x509/gradle/dependency-locks/grettyRunnerJetty94.lockfile b/samples/javaconfig/x509/gradle/dependency-locks/grettyRunnerJetty94.lockfile new file mode 100644 index 0000000000..746adcbf76 --- /dev/null +++ b/samples/javaconfig/x509/gradle/dependency-locks/grettyRunnerJetty94.lockfile @@ -0,0 +1,50 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +javax.websocket:javax.websocket-client-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.14.0 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.2 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-api:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-client:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-common:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-server:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-servlet:9.4.14.v20181114 +org.eclipse.jetty:apache-jsp:9.4.14.v20181114 +org.eclipse.jetty:jetty-annotations:9.4.14.v20181114 +org.eclipse.jetty:jetty-client:9.4.14.v20181114 +org.eclipse.jetty:jetty-http:9.4.14.v20181114 +org.eclipse.jetty:jetty-io:9.4.14.v20181114 +org.eclipse.jetty:jetty-jndi:9.4.14.v20181114 +org.eclipse.jetty:jetty-plus:9.4.14.v20181114 +org.eclipse.jetty:jetty-security:9.4.14.v20181114 +org.eclipse.jetty:jetty-server:9.4.14.v20181114 +org.eclipse.jetty:jetty-servlet:9.4.14.v20181114 +org.eclipse.jetty:jetty-util:9.4.14.v20181114 +org.eclipse.jetty:jetty-webapp:9.4.14.v20181114 +org.eclipse.jetty:jetty-xml:9.4.14.v20181114 +org.gretty:gretty-runner-jetty94:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.5.33.1 +org.mortbay.jasper:apache-jsp:8.5.33.1 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/x509/gradle/dependency-locks/grettyRunnerTomcat85.lockfile b/samples/javaconfig/x509/gradle/dependency-locks/grettyRunnerTomcat85.lockfile new file mode 100644 index 0000000000..ec3f59f0e7 --- /dev/null +++ b/samples/javaconfig/x509/gradle/dependency-locks/grettyRunnerTomcat85.lockfile @@ -0,0 +1,27 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.1.0 +org.apache.tomcat.embed:tomcat-embed-core:8.5.35 +org.apache.tomcat.embed:tomcat-embed-el:8.5.35 +org.apache.tomcat.embed:tomcat-embed-jasper:8.5.35 +org.apache.tomcat.embed:tomcat-embed-websocket:8.5.35 +org.apache.tomcat:tomcat-annotations-api:8.5.35 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.12.3 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/x509/gradle/dependency-locks/grettyRunnerTomcat9.lockfile b/samples/javaconfig/x509/gradle/dependency-locks/grettyRunnerTomcat9.lockfile new file mode 100644 index 0000000000..79664d6256 --- /dev/null +++ b/samples/javaconfig/x509/gradle/dependency-locks/grettyRunnerTomcat9.lockfile @@ -0,0 +1,28 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.0 +org.apache.tomcat.embed:tomcat-embed-core:9.0.13 +org.apache.tomcat.embed:tomcat-embed-el:9.0.13 +org.apache.tomcat.embed:tomcat-embed-jasper:9.0.13 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.13 +org.apache.tomcat:tomcat-annotations-api:9.0.13 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.13.102 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat9:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/x509/gradle/dependency-locks/grettySpringLoaded.lockfile b/samples/javaconfig/x509/gradle/dependency-locks/grettySpringLoaded.lockfile new file mode 100644 index 0000000000..c3aad4e8a3 --- /dev/null +++ b/samples/javaconfig/x509/gradle/dependency-locks/grettySpringLoaded.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:springloaded:1.2.8.RELEASE diff --git a/samples/javaconfig/x509/gradle/dependency-locks/grettyStarter.lockfile b/samples/javaconfig/x509/gradle/dependency-locks/grettyStarter.lockfile new file mode 100644 index 0000000000..9fcf33ac73 --- /dev/null +++ b/samples/javaconfig/x509/gradle/dependency-locks/grettyStarter.lockfile @@ -0,0 +1,31 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-configuration:commons-configuration:1.10 +commons-io:commons-io:2.4 +commons-lang:commons-lang:2.6 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +org.apache.commons:commons-lang3:3.3.2 +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.gretty:gretty-core:3.0.1 +org.gretty:gretty-starter:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.0.2.RELEASE +org.springframework.boot:spring-boot-devtools:2.0.2.RELEASE +org.springframework.boot:spring-boot:2.0.2.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/samples/javaconfig/x509/gradle/dependency-locks/optional.lockfile b/samples/javaconfig/x509/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/x509/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/x509/gradle/dependency-locks/provided.lockfile b/samples/javaconfig/x509/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/x509/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/x509/gradle/dependency-locks/providedCompile.lockfile b/samples/javaconfig/x509/gradle/dependency-locks/providedCompile.lockfile new file mode 100644 index 0000000000..1416585107 --- /dev/null +++ b/samples/javaconfig/x509/gradle/dependency-locks/providedCompile.lockfile @@ -0,0 +1,9 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/x509/gradle/dependency-locks/providedRuntime.lockfile b/samples/javaconfig/x509/gradle/dependency-locks/providedRuntime.lockfile new file mode 100644 index 0000000000..1416585107 --- /dev/null +++ b/samples/javaconfig/x509/gradle/dependency-locks/providedRuntime.lockfile @@ -0,0 +1,9 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/x509/gradle/dependency-locks/runtime.lockfile b/samples/javaconfig/x509/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..532a48450e --- /dev/null +++ b/samples/javaconfig/x509/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,69 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/x509/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/javaconfig/x509/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..532a48450e --- /dev/null +++ b/samples/javaconfig/x509/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,69 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/x509/gradle/dependency-locks/springBoot.lockfile b/samples/javaconfig/x509/gradle/dependency-locks/springBoot.lockfile new file mode 100644 index 0000000000..532a48450e --- /dev/null +++ b/samples/javaconfig/x509/gradle/dependency-locks/springBoot.lockfile @@ -0,0 +1,69 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/x509/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/javaconfig/x509/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/x509/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/x509/gradle/dependency-locks/testCompile.lockfile b/samples/javaconfig/x509/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..b4d8505367 --- /dev/null +++ b/samples/javaconfig/x509/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,75 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/x509/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/javaconfig/x509/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..b4d8505367 --- /dev/null +++ b/samples/javaconfig/x509/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,75 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/x509/gradle/dependency-locks/testCompileOnly.lockfile b/samples/javaconfig/x509/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/javaconfig/x509/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/javaconfig/x509/gradle/dependency-locks/testRuntime.lockfile b/samples/javaconfig/x509/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..e71c7402e2 --- /dev/null +++ b/samples/javaconfig/x509/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,76 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/x509/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/javaconfig/x509/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..e71c7402e2 --- /dev/null +++ b/samples/javaconfig/x509/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,76 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/javaconfig/x509/gradle/dependency-locks/tests.lockfile b/samples/javaconfig/x509/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..e71c7402e2 --- /dev/null +++ b/samples/javaconfig/x509/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,76 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/xml/aspectj/gradle/dependency-locks/annotationProcessor.lockfile b/samples/xml/aspectj/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/aspectj/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/aspectj/gradle/dependency-locks/archives.lockfile b/samples/xml/aspectj/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/aspectj/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/aspectj/gradle/dependency-locks/aspect.lockfile b/samples/xml/aspectj/gradle/dependency-locks/aspect.lockfile new file mode 100644 index 0000000000..53a2759c63 --- /dev/null +++ b/samples/xml/aspectj/gradle/dependency-locks/aspect.lockfile @@ -0,0 +1,14 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.aspectj:aspectjrt:1.9.6 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/samples/xml/aspectj/gradle/dependency-locks/aspectj.lockfile b/samples/xml/aspectj/gradle/dependency-locks/aspectj.lockfile new file mode 100644 index 0000000000..c8da7818dd --- /dev/null +++ b/samples/xml/aspectj/gradle/dependency-locks/aspectj.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.aspectj:aspectjtools:1.9.6 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/aspectj/gradle/dependency-locks/checkstyle.lockfile b/samples/xml/aspectj/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/samples/xml/aspectj/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/aspectj/gradle/dependency-locks/compile.lockfile b/samples/xml/aspectj/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..67e52ba5b9 --- /dev/null +++ b/samples/xml/aspectj/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,14 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/samples/xml/aspectj/gradle/dependency-locks/compileClasspath.lockfile b/samples/xml/aspectj/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..64eafdd644 --- /dev/null +++ b/samples/xml/aspectj/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,15 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.aspectj:aspectjrt:1.9.6 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/samples/xml/aspectj/gradle/dependency-locks/compileOnly.lockfile b/samples/xml/aspectj/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/aspectj/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/aspectj/gradle/dependency-locks/default.lockfile b/samples/xml/aspectj/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..e5677ba797 --- /dev/null +++ b/samples/xml/aspectj/gradle/dependency-locks/default.lockfile @@ -0,0 +1,20 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.aspectj:aspectjrt:1.9.6 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/samples/xml/aspectj/gradle/dependency-locks/gretty.lockfile b/samples/xml/aspectj/gradle/dependency-locks/gretty.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/aspectj/gradle/dependency-locks/gretty.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/aspectj/gradle/dependency-locks/grettyNoSpringBoot.lockfile b/samples/xml/aspectj/gradle/dependency-locks/grettyNoSpringBoot.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/aspectj/gradle/dependency-locks/grettyNoSpringBoot.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/aspectj/gradle/dependency-locks/grettyProductRuntime.lockfile b/samples/xml/aspectj/gradle/dependency-locks/grettyProductRuntime.lockfile new file mode 100644 index 0000000000..e5677ba797 --- /dev/null +++ b/samples/xml/aspectj/gradle/dependency-locks/grettyProductRuntime.lockfile @@ -0,0 +1,20 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.aspectj:aspectjrt:1.9.6 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/samples/xml/aspectj/gradle/dependency-locks/grettyProvidedCompile.lockfile b/samples/xml/aspectj/gradle/dependency-locks/grettyProvidedCompile.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/xml/aspectj/gradle/dependency-locks/grettyProvidedCompile.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/aspectj/gradle/dependency-locks/grettyRunnerJetty7.lockfile b/samples/xml/aspectj/gradle/dependency-locks/grettyRunnerJetty7.lockfile new file mode 100644 index 0000000000..e9e1db89cd --- /dev/null +++ b/samples/xml/aspectj/gradle/dependency-locks/grettyRunnerJetty7.lockfile @@ -0,0 +1,41 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:servlet-api:2.5 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:1.0.0.v201105211818 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.el:2.1.0.v201105211819 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.1.0.v201105211820 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.1.0.v201110031002 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty:jetty-continuation:7.6.21.v20160908 +org.eclipse.jetty:jetty-http:7.6.21.v20160908 +org.eclipse.jetty:jetty-io:7.6.21.v20160908 +org.eclipse.jetty:jetty-jndi:7.6.21.v20160908 +org.eclipse.jetty:jetty-jsp:7.6.21.v20160908 +org.eclipse.jetty:jetty-plus:7.6.21.v20160908 +org.eclipse.jetty:jetty-security:7.6.21.v20160908 +org.eclipse.jetty:jetty-server:7.6.21.v20160908 +org.eclipse.jetty:jetty-servlet:7.6.21.v20160908 +org.eclipse.jetty:jetty-util:7.6.21.v20160908 +org.eclipse.jetty:jetty-webapp:7.6.21.v20160908 +org.eclipse.jetty:jetty-xml:7.6.21.v20160908 +org.gretty:gretty-runner-jetty7:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/aspectj/gradle/dependency-locks/grettyRunnerJetty8.lockfile b/samples/xml/aspectj/gradle/dependency-locks/grettyRunnerJetty8.lockfile new file mode 100644 index 0000000000..27d757f042 --- /dev/null +++ b/samples/xml/aspectj/gradle/dependency-locks/grettyRunnerJetty8.lockfile @@ -0,0 +1,44 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.0.1 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.annotation:1.1.0.v201108011116 +org.eclipse.jetty.orbit:javax.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.2.0.v201112011158 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.2.2.v201112011158 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty.orbit:org.objectweb.asm:3.1.0.v200803061910 +org.eclipse.jetty:jetty-annotations:8.1.22.v20160922 +org.eclipse.jetty:jetty-continuation:8.1.22.v20160922 +org.eclipse.jetty:jetty-http:8.1.22.v20160922 +org.eclipse.jetty:jetty-io:8.1.22.v20160922 +org.eclipse.jetty:jetty-jndi:8.1.22.v20160922 +org.eclipse.jetty:jetty-jsp:8.1.22.v20160922 +org.eclipse.jetty:jetty-plus:8.1.22.v20160922 +org.eclipse.jetty:jetty-security:8.1.22.v20160922 +org.eclipse.jetty:jetty-server:8.1.22.v20160922 +org.eclipse.jetty:jetty-servlet:8.1.22.v20160922 +org.eclipse.jetty:jetty-util:8.1.22.v20160922 +org.eclipse.jetty:jetty-webapp:8.1.22.v20160922 +org.eclipse.jetty:jetty-xml:8.1.22.v20160922 +org.gretty:gretty-runner-jetty8:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/aspectj/gradle/dependency-locks/grettyRunnerJetty9.lockfile b/samples/xml/aspectj/gradle/dependency-locks/grettyRunnerJetty9.lockfile new file mode 100644 index 0000000000..9499a81a9b --- /dev/null +++ b/samples/xml/aspectj/gradle/dependency-locks/grettyRunnerJetty9.lockfile @@ -0,0 +1,51 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.8.2.v20130121 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.M0 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-api:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-client:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-common:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-server:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-annotations:9.2.26.v20180806 +org.eclipse.jetty:jetty-http:9.2.26.v20180806 +org.eclipse.jetty:jetty-io:9.2.26.v20180806 +org.eclipse.jetty:jetty-jndi:9.2.26.v20180806 +org.eclipse.jetty:jetty-jsp:9.2.26.v20180806 +org.eclipse.jetty:jetty-plus:9.2.26.v20180806 +org.eclipse.jetty:jetty-security:9.2.26.v20180806 +org.eclipse.jetty:jetty-server:9.2.26.v20180806 +org.eclipse.jetty:jetty-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-util:9.2.26.v20180806 +org.eclipse.jetty:jetty-webapp:9.2.26.v20180806 +org.eclipse.jetty:jetty-xml:9.2.26.v20180806 +org.glassfish.web:javax.servlet.jsp.jstl:1.2.2 +org.glassfish.web:javax.servlet.jsp:2.3.2 +org.glassfish:javax.el:3.0.0 +org.gretty:gretty-runner-jetty9:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/aspectj/gradle/dependency-locks/grettyRunnerJetty93.lockfile b/samples/xml/aspectj/gradle/dependency-locks/grettyRunnerJetty93.lockfile new file mode 100644 index 0000000000..54c7e0ee60 --- /dev/null +++ b/samples/xml/aspectj/gradle/dependency-locks/grettyRunnerJetty93.lockfile @@ -0,0 +1,48 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt.core.compiler:ecj:4.4.2 +org.eclipse.jetty.toolchain:jetty-schemas:3.1 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-api:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-client:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-common:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-server:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-servlet:9.3.25.v20180904 +org.eclipse.jetty:apache-jsp:9.3.25.v20180904 +org.eclipse.jetty:jetty-annotations:9.3.25.v20180904 +org.eclipse.jetty:jetty-http:9.3.25.v20180904 +org.eclipse.jetty:jetty-io:9.3.25.v20180904 +org.eclipse.jetty:jetty-jndi:9.3.25.v20180904 +org.eclipse.jetty:jetty-plus:9.3.25.v20180904 +org.eclipse.jetty:jetty-security:9.3.25.v20180904 +org.eclipse.jetty:jetty-server:9.3.25.v20180904 +org.eclipse.jetty:jetty-servlet:9.3.25.v20180904 +org.eclipse.jetty:jetty-util:9.3.25.v20180904 +org.eclipse.jetty:jetty-webapp:9.3.25.v20180904 +org.eclipse.jetty:jetty-xml:9.3.25.v20180904 +org.gretty:gretty-runner-jetty93:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.0.33 +org.mortbay.jasper:apache-jsp:8.0.33 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/aspectj/gradle/dependency-locks/grettyRunnerJetty94.lockfile b/samples/xml/aspectj/gradle/dependency-locks/grettyRunnerJetty94.lockfile new file mode 100644 index 0000000000..746adcbf76 --- /dev/null +++ b/samples/xml/aspectj/gradle/dependency-locks/grettyRunnerJetty94.lockfile @@ -0,0 +1,50 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +javax.websocket:javax.websocket-client-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.14.0 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.2 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-api:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-client:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-common:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-server:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-servlet:9.4.14.v20181114 +org.eclipse.jetty:apache-jsp:9.4.14.v20181114 +org.eclipse.jetty:jetty-annotations:9.4.14.v20181114 +org.eclipse.jetty:jetty-client:9.4.14.v20181114 +org.eclipse.jetty:jetty-http:9.4.14.v20181114 +org.eclipse.jetty:jetty-io:9.4.14.v20181114 +org.eclipse.jetty:jetty-jndi:9.4.14.v20181114 +org.eclipse.jetty:jetty-plus:9.4.14.v20181114 +org.eclipse.jetty:jetty-security:9.4.14.v20181114 +org.eclipse.jetty:jetty-server:9.4.14.v20181114 +org.eclipse.jetty:jetty-servlet:9.4.14.v20181114 +org.eclipse.jetty:jetty-util:9.4.14.v20181114 +org.eclipse.jetty:jetty-webapp:9.4.14.v20181114 +org.eclipse.jetty:jetty-xml:9.4.14.v20181114 +org.gretty:gretty-runner-jetty94:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.5.33.1 +org.mortbay.jasper:apache-jsp:8.5.33.1 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/aspectj/gradle/dependency-locks/grettyRunnerTomcat85.lockfile b/samples/xml/aspectj/gradle/dependency-locks/grettyRunnerTomcat85.lockfile new file mode 100644 index 0000000000..ec3f59f0e7 --- /dev/null +++ b/samples/xml/aspectj/gradle/dependency-locks/grettyRunnerTomcat85.lockfile @@ -0,0 +1,27 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.1.0 +org.apache.tomcat.embed:tomcat-embed-core:8.5.35 +org.apache.tomcat.embed:tomcat-embed-el:8.5.35 +org.apache.tomcat.embed:tomcat-embed-jasper:8.5.35 +org.apache.tomcat.embed:tomcat-embed-websocket:8.5.35 +org.apache.tomcat:tomcat-annotations-api:8.5.35 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.12.3 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/aspectj/gradle/dependency-locks/grettyRunnerTomcat9.lockfile b/samples/xml/aspectj/gradle/dependency-locks/grettyRunnerTomcat9.lockfile new file mode 100644 index 0000000000..79664d6256 --- /dev/null +++ b/samples/xml/aspectj/gradle/dependency-locks/grettyRunnerTomcat9.lockfile @@ -0,0 +1,28 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.0 +org.apache.tomcat.embed:tomcat-embed-core:9.0.13 +org.apache.tomcat.embed:tomcat-embed-el:9.0.13 +org.apache.tomcat.embed:tomcat-embed-jasper:9.0.13 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.13 +org.apache.tomcat:tomcat-annotations-api:9.0.13 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.13.102 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat9:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/aspectj/gradle/dependency-locks/grettySpringLoaded.lockfile b/samples/xml/aspectj/gradle/dependency-locks/grettySpringLoaded.lockfile new file mode 100644 index 0000000000..c3aad4e8a3 --- /dev/null +++ b/samples/xml/aspectj/gradle/dependency-locks/grettySpringLoaded.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:springloaded:1.2.8.RELEASE diff --git a/samples/xml/aspectj/gradle/dependency-locks/grettyStarter.lockfile b/samples/xml/aspectj/gradle/dependency-locks/grettyStarter.lockfile new file mode 100644 index 0000000000..9fcf33ac73 --- /dev/null +++ b/samples/xml/aspectj/gradle/dependency-locks/grettyStarter.lockfile @@ -0,0 +1,31 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-configuration:commons-configuration:1.10 +commons-io:commons-io:2.4 +commons-lang:commons-lang:2.6 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +org.apache.commons:commons-lang3:3.3.2 +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.gretty:gretty-core:3.0.1 +org.gretty:gretty-starter:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.0.2.RELEASE +org.springframework.boot:spring-boot-devtools:2.0.2.RELEASE +org.springframework.boot:spring-boot:2.0.2.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/samples/xml/aspectj/gradle/dependency-locks/inpath.lockfile b/samples/xml/aspectj/gradle/dependency-locks/inpath.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/aspectj/gradle/dependency-locks/inpath.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/aspectj/gradle/dependency-locks/optional.lockfile b/samples/xml/aspectj/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/aspectj/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/aspectj/gradle/dependency-locks/provided.lockfile b/samples/xml/aspectj/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/aspectj/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/aspectj/gradle/dependency-locks/providedCompile.lockfile b/samples/xml/aspectj/gradle/dependency-locks/providedCompile.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/xml/aspectj/gradle/dependency-locks/providedCompile.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/aspectj/gradle/dependency-locks/providedRuntime.lockfile b/samples/xml/aspectj/gradle/dependency-locks/providedRuntime.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/xml/aspectj/gradle/dependency-locks/providedRuntime.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/aspectj/gradle/dependency-locks/runtime.lockfile b/samples/xml/aspectj/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..e5677ba797 --- /dev/null +++ b/samples/xml/aspectj/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,20 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.aspectj:aspectjrt:1.9.6 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/samples/xml/aspectj/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/xml/aspectj/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..e5677ba797 --- /dev/null +++ b/samples/xml/aspectj/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,20 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.aspectj:aspectjrt:1.9.6 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/samples/xml/aspectj/gradle/dependency-locks/springBoot.lockfile b/samples/xml/aspectj/gradle/dependency-locks/springBoot.lockfile new file mode 100644 index 0000000000..e5677ba797 --- /dev/null +++ b/samples/xml/aspectj/gradle/dependency-locks/springBoot.lockfile @@ -0,0 +1,20 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.aspectj:aspectjrt:1.9.6 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/samples/xml/aspectj/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/xml/aspectj/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/aspectj/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/aspectj/gradle/dependency-locks/testAspect.lockfile b/samples/xml/aspectj/gradle/dependency-locks/testAspect.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/aspectj/gradle/dependency-locks/testAspect.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/aspectj/gradle/dependency-locks/testCompile.lockfile b/samples/xml/aspectj/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..c07432930f --- /dev/null +++ b/samples/xml/aspectj/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,22 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/samples/xml/aspectj/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/xml/aspectj/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..30ce155873 --- /dev/null +++ b/samples/xml/aspectj/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,23 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.aspectj:aspectjrt:1.9.6 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/samples/xml/aspectj/gradle/dependency-locks/testCompileOnly.lockfile b/samples/xml/aspectj/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/aspectj/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/aspectj/gradle/dependency-locks/testInpath.lockfile b/samples/xml/aspectj/gradle/dependency-locks/testInpath.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/aspectj/gradle/dependency-locks/testInpath.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/aspectj/gradle/dependency-locks/testRuntime.lockfile b/samples/xml/aspectj/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..fdc9f93e3f --- /dev/null +++ b/samples/xml/aspectj/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,28 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.aspectj:aspectjrt:1.9.6 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/samples/xml/aspectj/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/xml/aspectj/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..fdc9f93e3f --- /dev/null +++ b/samples/xml/aspectj/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,28 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.aspectj:aspectjrt:1.9.6 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/samples/xml/aspectj/gradle/dependency-locks/tests.lockfile b/samples/xml/aspectj/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..fdc9f93e3f --- /dev/null +++ b/samples/xml/aspectj/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,28 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.aspectj:aspectjrt:1.9.6 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/samples/xml/cas/cassample/gradle/dependency-locks/annotationProcessor.lockfile b/samples/xml/cas/cassample/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/cas/cassample/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/cassample/gradle/dependency-locks/archives.lockfile b/samples/xml/cas/cassample/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/cas/cassample/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/cassample/gradle/dependency-locks/checkstyle.lockfile b/samples/xml/cas/cassample/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/samples/xml/cas/cassample/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/cassample/gradle/dependency-locks/compile.lockfile b/samples/xml/cas/cassample/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..0c086362a5 --- /dev/null +++ b/samples/xml/cas/cassample/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,24 @@ +# 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. +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +commons-codec:commons-codec:1.14 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.bouncycastle:bcpkix-jdk15on:1.66 +org.bouncycastle:bcprov-jdk15on:1.66 +org.jasig.cas.client:cas-client-core:3.6.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/cas/cassample/gradle/dependency-locks/compileClasspath.lockfile b/samples/xml/cas/cassample/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..0c086362a5 --- /dev/null +++ b/samples/xml/cas/cassample/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,24 @@ +# 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. +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +commons-codec:commons-codec:1.14 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.bouncycastle:bcpkix-jdk15on:1.66 +org.bouncycastle:bcprov-jdk15on:1.66 +org.jasig.cas.client:cas-client-core:3.6.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/cas/cassample/gradle/dependency-locks/compileOnly.lockfile b/samples/xml/cas/cassample/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/cas/cassample/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/cassample/gradle/dependency-locks/default.lockfile b/samples/xml/cas/cassample/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..0a74edeeff --- /dev/null +++ b/samples/xml/cas/cassample/gradle/dependency-locks/default.lockfile @@ -0,0 +1,34 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +commons-codec:commons-codec:1.14 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +net.sf.ehcache:ehcache:2.10.6 +org.bouncycastle:bcpkix-jdk15on:1.66 +org.bouncycastle:bcprov-jdk15on:1.66 +org.jasig.cas.client:cas-client-core:3.6.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context-support:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/cas/cassample/gradle/dependency-locks/gretty.lockfile b/samples/xml/cas/cassample/gradle/dependency-locks/gretty.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/cas/cassample/gradle/dependency-locks/gretty.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/cassample/gradle/dependency-locks/grettyNoSpringBoot.lockfile b/samples/xml/cas/cassample/gradle/dependency-locks/grettyNoSpringBoot.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/cas/cassample/gradle/dependency-locks/grettyNoSpringBoot.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/cassample/gradle/dependency-locks/grettyProductRuntime.lockfile b/samples/xml/cas/cassample/gradle/dependency-locks/grettyProductRuntime.lockfile new file mode 100644 index 0000000000..0a74edeeff --- /dev/null +++ b/samples/xml/cas/cassample/gradle/dependency-locks/grettyProductRuntime.lockfile @@ -0,0 +1,34 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +commons-codec:commons-codec:1.14 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +net.sf.ehcache:ehcache:2.10.6 +org.bouncycastle:bcpkix-jdk15on:1.66 +org.bouncycastle:bcprov-jdk15on:1.66 +org.jasig.cas.client:cas-client-core:3.6.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context-support:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/cas/cassample/gradle/dependency-locks/grettyProvidedCompile.lockfile b/samples/xml/cas/cassample/gradle/dependency-locks/grettyProvidedCompile.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/xml/cas/cassample/gradle/dependency-locks/grettyProvidedCompile.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/cassample/gradle/dependency-locks/grettyRunnerJetty7.lockfile b/samples/xml/cas/cassample/gradle/dependency-locks/grettyRunnerJetty7.lockfile new file mode 100644 index 0000000000..e9e1db89cd --- /dev/null +++ b/samples/xml/cas/cassample/gradle/dependency-locks/grettyRunnerJetty7.lockfile @@ -0,0 +1,41 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:servlet-api:2.5 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:1.0.0.v201105211818 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.el:2.1.0.v201105211819 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.1.0.v201105211820 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.1.0.v201110031002 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty:jetty-continuation:7.6.21.v20160908 +org.eclipse.jetty:jetty-http:7.6.21.v20160908 +org.eclipse.jetty:jetty-io:7.6.21.v20160908 +org.eclipse.jetty:jetty-jndi:7.6.21.v20160908 +org.eclipse.jetty:jetty-jsp:7.6.21.v20160908 +org.eclipse.jetty:jetty-plus:7.6.21.v20160908 +org.eclipse.jetty:jetty-security:7.6.21.v20160908 +org.eclipse.jetty:jetty-server:7.6.21.v20160908 +org.eclipse.jetty:jetty-servlet:7.6.21.v20160908 +org.eclipse.jetty:jetty-util:7.6.21.v20160908 +org.eclipse.jetty:jetty-webapp:7.6.21.v20160908 +org.eclipse.jetty:jetty-xml:7.6.21.v20160908 +org.gretty:gretty-runner-jetty7:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/cassample/gradle/dependency-locks/grettyRunnerJetty8.lockfile b/samples/xml/cas/cassample/gradle/dependency-locks/grettyRunnerJetty8.lockfile new file mode 100644 index 0000000000..27d757f042 --- /dev/null +++ b/samples/xml/cas/cassample/gradle/dependency-locks/grettyRunnerJetty8.lockfile @@ -0,0 +1,44 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.0.1 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.annotation:1.1.0.v201108011116 +org.eclipse.jetty.orbit:javax.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.2.0.v201112011158 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.2.2.v201112011158 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty.orbit:org.objectweb.asm:3.1.0.v200803061910 +org.eclipse.jetty:jetty-annotations:8.1.22.v20160922 +org.eclipse.jetty:jetty-continuation:8.1.22.v20160922 +org.eclipse.jetty:jetty-http:8.1.22.v20160922 +org.eclipse.jetty:jetty-io:8.1.22.v20160922 +org.eclipse.jetty:jetty-jndi:8.1.22.v20160922 +org.eclipse.jetty:jetty-jsp:8.1.22.v20160922 +org.eclipse.jetty:jetty-plus:8.1.22.v20160922 +org.eclipse.jetty:jetty-security:8.1.22.v20160922 +org.eclipse.jetty:jetty-server:8.1.22.v20160922 +org.eclipse.jetty:jetty-servlet:8.1.22.v20160922 +org.eclipse.jetty:jetty-util:8.1.22.v20160922 +org.eclipse.jetty:jetty-webapp:8.1.22.v20160922 +org.eclipse.jetty:jetty-xml:8.1.22.v20160922 +org.gretty:gretty-runner-jetty8:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/cassample/gradle/dependency-locks/grettyRunnerJetty9.lockfile b/samples/xml/cas/cassample/gradle/dependency-locks/grettyRunnerJetty9.lockfile new file mode 100644 index 0000000000..9499a81a9b --- /dev/null +++ b/samples/xml/cas/cassample/gradle/dependency-locks/grettyRunnerJetty9.lockfile @@ -0,0 +1,51 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.8.2.v20130121 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.M0 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-api:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-client:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-common:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-server:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-annotations:9.2.26.v20180806 +org.eclipse.jetty:jetty-http:9.2.26.v20180806 +org.eclipse.jetty:jetty-io:9.2.26.v20180806 +org.eclipse.jetty:jetty-jndi:9.2.26.v20180806 +org.eclipse.jetty:jetty-jsp:9.2.26.v20180806 +org.eclipse.jetty:jetty-plus:9.2.26.v20180806 +org.eclipse.jetty:jetty-security:9.2.26.v20180806 +org.eclipse.jetty:jetty-server:9.2.26.v20180806 +org.eclipse.jetty:jetty-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-util:9.2.26.v20180806 +org.eclipse.jetty:jetty-webapp:9.2.26.v20180806 +org.eclipse.jetty:jetty-xml:9.2.26.v20180806 +org.glassfish.web:javax.servlet.jsp.jstl:1.2.2 +org.glassfish.web:javax.servlet.jsp:2.3.2 +org.glassfish:javax.el:3.0.0 +org.gretty:gretty-runner-jetty9:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/cassample/gradle/dependency-locks/grettyRunnerJetty93.lockfile b/samples/xml/cas/cassample/gradle/dependency-locks/grettyRunnerJetty93.lockfile new file mode 100644 index 0000000000..54c7e0ee60 --- /dev/null +++ b/samples/xml/cas/cassample/gradle/dependency-locks/grettyRunnerJetty93.lockfile @@ -0,0 +1,48 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt.core.compiler:ecj:4.4.2 +org.eclipse.jetty.toolchain:jetty-schemas:3.1 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-api:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-client:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-common:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-server:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-servlet:9.3.25.v20180904 +org.eclipse.jetty:apache-jsp:9.3.25.v20180904 +org.eclipse.jetty:jetty-annotations:9.3.25.v20180904 +org.eclipse.jetty:jetty-http:9.3.25.v20180904 +org.eclipse.jetty:jetty-io:9.3.25.v20180904 +org.eclipse.jetty:jetty-jndi:9.3.25.v20180904 +org.eclipse.jetty:jetty-plus:9.3.25.v20180904 +org.eclipse.jetty:jetty-security:9.3.25.v20180904 +org.eclipse.jetty:jetty-server:9.3.25.v20180904 +org.eclipse.jetty:jetty-servlet:9.3.25.v20180904 +org.eclipse.jetty:jetty-util:9.3.25.v20180904 +org.eclipse.jetty:jetty-webapp:9.3.25.v20180904 +org.eclipse.jetty:jetty-xml:9.3.25.v20180904 +org.gretty:gretty-runner-jetty93:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.0.33 +org.mortbay.jasper:apache-jsp:8.0.33 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/cassample/gradle/dependency-locks/grettyRunnerJetty94.lockfile b/samples/xml/cas/cassample/gradle/dependency-locks/grettyRunnerJetty94.lockfile new file mode 100644 index 0000000000..746adcbf76 --- /dev/null +++ b/samples/xml/cas/cassample/gradle/dependency-locks/grettyRunnerJetty94.lockfile @@ -0,0 +1,50 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +javax.websocket:javax.websocket-client-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.14.0 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.2 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-api:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-client:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-common:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-server:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-servlet:9.4.14.v20181114 +org.eclipse.jetty:apache-jsp:9.4.14.v20181114 +org.eclipse.jetty:jetty-annotations:9.4.14.v20181114 +org.eclipse.jetty:jetty-client:9.4.14.v20181114 +org.eclipse.jetty:jetty-http:9.4.14.v20181114 +org.eclipse.jetty:jetty-io:9.4.14.v20181114 +org.eclipse.jetty:jetty-jndi:9.4.14.v20181114 +org.eclipse.jetty:jetty-plus:9.4.14.v20181114 +org.eclipse.jetty:jetty-security:9.4.14.v20181114 +org.eclipse.jetty:jetty-server:9.4.14.v20181114 +org.eclipse.jetty:jetty-servlet:9.4.14.v20181114 +org.eclipse.jetty:jetty-util:9.4.14.v20181114 +org.eclipse.jetty:jetty-webapp:9.4.14.v20181114 +org.eclipse.jetty:jetty-xml:9.4.14.v20181114 +org.gretty:gretty-runner-jetty94:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.5.33.1 +org.mortbay.jasper:apache-jsp:8.5.33.1 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/cassample/gradle/dependency-locks/grettyRunnerTomcat85.lockfile b/samples/xml/cas/cassample/gradle/dependency-locks/grettyRunnerTomcat85.lockfile new file mode 100644 index 0000000000..ec3f59f0e7 --- /dev/null +++ b/samples/xml/cas/cassample/gradle/dependency-locks/grettyRunnerTomcat85.lockfile @@ -0,0 +1,27 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.1.0 +org.apache.tomcat.embed:tomcat-embed-core:8.5.35 +org.apache.tomcat.embed:tomcat-embed-el:8.5.35 +org.apache.tomcat.embed:tomcat-embed-jasper:8.5.35 +org.apache.tomcat.embed:tomcat-embed-websocket:8.5.35 +org.apache.tomcat:tomcat-annotations-api:8.5.35 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.12.3 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/cassample/gradle/dependency-locks/grettyRunnerTomcat9.lockfile b/samples/xml/cas/cassample/gradle/dependency-locks/grettyRunnerTomcat9.lockfile new file mode 100644 index 0000000000..79664d6256 --- /dev/null +++ b/samples/xml/cas/cassample/gradle/dependency-locks/grettyRunnerTomcat9.lockfile @@ -0,0 +1,28 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.0 +org.apache.tomcat.embed:tomcat-embed-core:9.0.13 +org.apache.tomcat.embed:tomcat-embed-el:9.0.13 +org.apache.tomcat.embed:tomcat-embed-jasper:9.0.13 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.13 +org.apache.tomcat:tomcat-annotations-api:9.0.13 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.13.102 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat9:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/cassample/gradle/dependency-locks/grettySpringLoaded.lockfile b/samples/xml/cas/cassample/gradle/dependency-locks/grettySpringLoaded.lockfile new file mode 100644 index 0000000000..c3aad4e8a3 --- /dev/null +++ b/samples/xml/cas/cassample/gradle/dependency-locks/grettySpringLoaded.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:springloaded:1.2.8.RELEASE diff --git a/samples/xml/cas/cassample/gradle/dependency-locks/grettyStarter.lockfile b/samples/xml/cas/cassample/gradle/dependency-locks/grettyStarter.lockfile new file mode 100644 index 0000000000..9fcf33ac73 --- /dev/null +++ b/samples/xml/cas/cassample/gradle/dependency-locks/grettyStarter.lockfile @@ -0,0 +1,31 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-configuration:commons-configuration:1.10 +commons-io:commons-io:2.4 +commons-lang:commons-lang:2.6 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +org.apache.commons:commons-lang3:3.3.2 +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.gretty:gretty-core:3.0.1 +org.gretty:gretty-starter:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.0.2.RELEASE +org.springframework.boot:spring-boot-devtools:2.0.2.RELEASE +org.springframework.boot:spring-boot:2.0.2.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/samples/xml/cas/cassample/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile b/samples/xml/cas/cassample/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/cas/cassample/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/cassample/gradle/dependency-locks/integrationTestCompile.lockfile b/samples/xml/cas/cassample/gradle/dependency-locks/integrationTestCompile.lockfile new file mode 100644 index 0000000000..798bfd8653 --- /dev/null +++ b/samples/xml/cas/cassample/gradle/dependency-locks/integrationTestCompile.lockfile @@ -0,0 +1,74 @@ +# 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. +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.google.code.findbugs:jsr305:1.3.9 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.j2objc:j2objc-annotations:1.1 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +commons-codec:commons-codec:1.14 +commons-io:commons-io:2.6 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.assertj:assertj-core:3.18.0 +org.bouncycastle:bcpkix-jdk15on:1.66 +org.bouncycastle:bcprov-jdk15on:1.66 +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-security:9.4.19.v20190610 +org.eclipse.jetty:jetty-server:9.4.19.v20190610 +org.eclipse.jetty:jetty-servlet:9.4.19.v20190610 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.hamcrest:hamcrest-core:1.3 +org.jasig.cas.client:cas-client-core:3.6.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/xml/cas/cassample/gradle/dependency-locks/integrationTestCompileClasspath.lockfile b/samples/xml/cas/cassample/gradle/dependency-locks/integrationTestCompileClasspath.lockfile new file mode 100644 index 0000000000..798bfd8653 --- /dev/null +++ b/samples/xml/cas/cassample/gradle/dependency-locks/integrationTestCompileClasspath.lockfile @@ -0,0 +1,74 @@ +# 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. +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.google.code.findbugs:jsr305:1.3.9 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.j2objc:j2objc-annotations:1.1 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +commons-codec:commons-codec:1.14 +commons-io:commons-io:2.6 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.assertj:assertj-core:3.18.0 +org.bouncycastle:bcpkix-jdk15on:1.66 +org.bouncycastle:bcprov-jdk15on:1.66 +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-security:9.4.19.v20190610 +org.eclipse.jetty:jetty-server:9.4.19.v20190610 +org.eclipse.jetty:jetty-servlet:9.4.19.v20190610 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.hamcrest:hamcrest-core:1.3 +org.jasig.cas.client:cas-client-core:3.6.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/xml/cas/cassample/gradle/dependency-locks/integrationTestCompileOnly.lockfile b/samples/xml/cas/cassample/gradle/dependency-locks/integrationTestCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/cas/cassample/gradle/dependency-locks/integrationTestCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/cassample/gradle/dependency-locks/integrationTestRuntime.lockfile b/samples/xml/cas/cassample/gradle/dependency-locks/integrationTestRuntime.lockfile new file mode 100644 index 0000000000..b3fe9dc48d --- /dev/null +++ b/samples/xml/cas/cassample/gradle/dependency-locks/integrationTestRuntime.lockfile @@ -0,0 +1,83 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.google.code.findbugs:jsr305:1.3.9 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.j2objc:j2objc-annotations:1.1 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +commons-codec:commons-codec:1.14 +commons-io:commons-io:2.6 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.sf.ehcache:ehcache:2.10.6 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.assertj:assertj-core:3.18.0 +org.bouncycastle:bcpkix-jdk15on:1.66 +org.bouncycastle:bcprov-jdk15on:1.66 +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-security:9.4.19.v20190610 +org.eclipse.jetty:jetty-server:9.4.19.v20190610 +org.eclipse.jetty:jetty-servlet:9.4.19.v20190610 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.hamcrest:hamcrest-core:1.3 +org.jasig.cas.client:cas-client-core:3.6.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context-support:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/xml/cas/cassample/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile b/samples/xml/cas/cassample/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile new file mode 100644 index 0000000000..b3fe9dc48d --- /dev/null +++ b/samples/xml/cas/cassample/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile @@ -0,0 +1,83 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.google.code.findbugs:jsr305:1.3.9 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.j2objc:j2objc-annotations:1.1 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +commons-codec:commons-codec:1.14 +commons-io:commons-io:2.6 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.sf.ehcache:ehcache:2.10.6 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.assertj:assertj-core:3.18.0 +org.bouncycastle:bcpkix-jdk15on:1.66 +org.bouncycastle:bcprov-jdk15on:1.66 +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-security:9.4.19.v20190610 +org.eclipse.jetty:jetty-server:9.4.19.v20190610 +org.eclipse.jetty:jetty-servlet:9.4.19.v20190610 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.hamcrest:hamcrest-core:1.3 +org.jasig.cas.client:cas-client-core:3.6.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context-support:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/xml/cas/cassample/gradle/dependency-locks/optional.lockfile b/samples/xml/cas/cassample/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/cas/cassample/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/cassample/gradle/dependency-locks/provided.lockfile b/samples/xml/cas/cassample/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/cas/cassample/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/cassample/gradle/dependency-locks/providedCompile.lockfile b/samples/xml/cas/cassample/gradle/dependency-locks/providedCompile.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/xml/cas/cassample/gradle/dependency-locks/providedCompile.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/cassample/gradle/dependency-locks/providedRuntime.lockfile b/samples/xml/cas/cassample/gradle/dependency-locks/providedRuntime.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/xml/cas/cassample/gradle/dependency-locks/providedRuntime.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/cassample/gradle/dependency-locks/runtime.lockfile b/samples/xml/cas/cassample/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..0a74edeeff --- /dev/null +++ b/samples/xml/cas/cassample/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,34 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +commons-codec:commons-codec:1.14 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +net.sf.ehcache:ehcache:2.10.6 +org.bouncycastle:bcpkix-jdk15on:1.66 +org.bouncycastle:bcprov-jdk15on:1.66 +org.jasig.cas.client:cas-client-core:3.6.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context-support:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/cas/cassample/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/xml/cas/cassample/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..0a74edeeff --- /dev/null +++ b/samples/xml/cas/cassample/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,34 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +commons-codec:commons-codec:1.14 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +net.sf.ehcache:ehcache:2.10.6 +org.bouncycastle:bcpkix-jdk15on:1.66 +org.bouncycastle:bcprov-jdk15on:1.66 +org.jasig.cas.client:cas-client-core:3.6.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context-support:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/cas/cassample/gradle/dependency-locks/springBoot.lockfile b/samples/xml/cas/cassample/gradle/dependency-locks/springBoot.lockfile new file mode 100644 index 0000000000..0a74edeeff --- /dev/null +++ b/samples/xml/cas/cassample/gradle/dependency-locks/springBoot.lockfile @@ -0,0 +1,34 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +commons-codec:commons-codec:1.14 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +net.sf.ehcache:ehcache:2.10.6 +org.bouncycastle:bcpkix-jdk15on:1.66 +org.bouncycastle:bcprov-jdk15on:1.66 +org.jasig.cas.client:cas-client-core:3.6.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context-support:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/cas/cassample/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/xml/cas/cassample/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/cas/cassample/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/cassample/gradle/dependency-locks/testCompile.lockfile b/samples/xml/cas/cassample/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..558d52a89f --- /dev/null +++ b/samples/xml/cas/cassample/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,32 @@ +# 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. +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +commons-codec:commons-codec:1.14 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.bouncycastle:bcpkix-jdk15on:1.66 +org.bouncycastle:bcprov-jdk15on:1.66 +org.hamcrest:hamcrest-core:1.3 +org.jasig.cas.client:cas-client-core:3.6.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/cas/cassample/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/xml/cas/cassample/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..558d52a89f --- /dev/null +++ b/samples/xml/cas/cassample/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,32 @@ +# 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. +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +commons-codec:commons-codec:1.14 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.bouncycastle:bcpkix-jdk15on:1.66 +org.bouncycastle:bcprov-jdk15on:1.66 +org.hamcrest:hamcrest-core:1.3 +org.jasig.cas.client:cas-client-core:3.6.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/cas/cassample/gradle/dependency-locks/testCompileOnly.lockfile b/samples/xml/cas/cassample/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/cas/cassample/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/cassample/gradle/dependency-locks/testRuntime.lockfile b/samples/xml/cas/cassample/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..c11a6371d4 --- /dev/null +++ b/samples/xml/cas/cassample/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,42 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +commons-codec:commons-codec:1.14 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.sf.ehcache:ehcache:2.10.6 +org.assertj:assertj-core:3.18.0 +org.bouncycastle:bcpkix-jdk15on:1.66 +org.bouncycastle:bcprov-jdk15on:1.66 +org.hamcrest:hamcrest-core:1.3 +org.jasig.cas.client:cas-client-core:3.6.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context-support:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/cas/cassample/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/xml/cas/cassample/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..c11a6371d4 --- /dev/null +++ b/samples/xml/cas/cassample/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,42 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +commons-codec:commons-codec:1.14 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.sf.ehcache:ehcache:2.10.6 +org.assertj:assertj-core:3.18.0 +org.bouncycastle:bcpkix-jdk15on:1.66 +org.bouncycastle:bcprov-jdk15on:1.66 +org.hamcrest:hamcrest-core:1.3 +org.jasig.cas.client:cas-client-core:3.6.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context-support:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/cas/cassample/gradle/dependency-locks/tests.lockfile b/samples/xml/cas/cassample/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..c11a6371d4 --- /dev/null +++ b/samples/xml/cas/cassample/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,42 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +commons-codec:commons-codec:1.14 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.sf.ehcache:ehcache:2.10.6 +org.assertj:assertj-core:3.18.0 +org.bouncycastle:bcpkix-jdk15on:1.66 +org.bouncycastle:bcprov-jdk15on:1.66 +org.hamcrest:hamcrest-core:1.3 +org.jasig.cas.client:cas-client-core:3.6.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context-support:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/cas/casserver/gradle/dependency-locks/annotationProcessor.lockfile b/samples/xml/cas/casserver/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/cas/casserver/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/casserver/gradle/dependency-locks/archives.lockfile b/samples/xml/cas/casserver/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/cas/casserver/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/casserver/gradle/dependency-locks/checkstyle.lockfile b/samples/xml/cas/casserver/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/samples/xml/cas/casserver/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/casserver/gradle/dependency-locks/compile.lockfile b/samples/xml/cas/casserver/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..f3ee6e69ab --- /dev/null +++ b/samples/xml/cas/casserver/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,14 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jasig.cas:cas-server-webapp:4.0.7 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/casserver/gradle/dependency-locks/compileClasspath.lockfile b/samples/xml/cas/casserver/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..f3ee6e69ab --- /dev/null +++ b/samples/xml/cas/casserver/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,14 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jasig.cas:cas-server-webapp:4.0.7 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/casserver/gradle/dependency-locks/compileOnly.lockfile b/samples/xml/cas/casserver/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/cas/casserver/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/casserver/gradle/dependency-locks/default.lockfile b/samples/xml/cas/casserver/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..71d9c6e96b --- /dev/null +++ b/samples/xml/cas/casserver/gradle/dependency-locks/default.lockfile @@ -0,0 +1,17 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.aspectj:aspectjrt:1.9.6 +org.aspectj:aspectjtools:1.9.6 +org.aspectj:aspectjweaver:1.9.6 +org.jasig.cas:cas-server-webapp:4.0.7 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/casserver/gradle/dependency-locks/gretty.lockfile b/samples/xml/cas/casserver/gradle/dependency-locks/gretty.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/cas/casserver/gradle/dependency-locks/gretty.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/casserver/gradle/dependency-locks/grettyNoSpringBoot.lockfile b/samples/xml/cas/casserver/gradle/dependency-locks/grettyNoSpringBoot.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/cas/casserver/gradle/dependency-locks/grettyNoSpringBoot.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/casserver/gradle/dependency-locks/grettyProductRuntime.lockfile b/samples/xml/cas/casserver/gradle/dependency-locks/grettyProductRuntime.lockfile new file mode 100644 index 0000000000..71d9c6e96b --- /dev/null +++ b/samples/xml/cas/casserver/gradle/dependency-locks/grettyProductRuntime.lockfile @@ -0,0 +1,17 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.aspectj:aspectjrt:1.9.6 +org.aspectj:aspectjtools:1.9.6 +org.aspectj:aspectjweaver:1.9.6 +org.jasig.cas:cas-server-webapp:4.0.7 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/casserver/gradle/dependency-locks/grettyProvidedCompile.lockfile b/samples/xml/cas/casserver/gradle/dependency-locks/grettyProvidedCompile.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/xml/cas/casserver/gradle/dependency-locks/grettyProvidedCompile.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/casserver/gradle/dependency-locks/grettyRunnerJetty7.lockfile b/samples/xml/cas/casserver/gradle/dependency-locks/grettyRunnerJetty7.lockfile new file mode 100644 index 0000000000..e9e1db89cd --- /dev/null +++ b/samples/xml/cas/casserver/gradle/dependency-locks/grettyRunnerJetty7.lockfile @@ -0,0 +1,41 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:servlet-api:2.5 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:1.0.0.v201105211818 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.el:2.1.0.v201105211819 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.1.0.v201105211820 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.1.0.v201110031002 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty:jetty-continuation:7.6.21.v20160908 +org.eclipse.jetty:jetty-http:7.6.21.v20160908 +org.eclipse.jetty:jetty-io:7.6.21.v20160908 +org.eclipse.jetty:jetty-jndi:7.6.21.v20160908 +org.eclipse.jetty:jetty-jsp:7.6.21.v20160908 +org.eclipse.jetty:jetty-plus:7.6.21.v20160908 +org.eclipse.jetty:jetty-security:7.6.21.v20160908 +org.eclipse.jetty:jetty-server:7.6.21.v20160908 +org.eclipse.jetty:jetty-servlet:7.6.21.v20160908 +org.eclipse.jetty:jetty-util:7.6.21.v20160908 +org.eclipse.jetty:jetty-webapp:7.6.21.v20160908 +org.eclipse.jetty:jetty-xml:7.6.21.v20160908 +org.gretty:gretty-runner-jetty7:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/casserver/gradle/dependency-locks/grettyRunnerJetty8.lockfile b/samples/xml/cas/casserver/gradle/dependency-locks/grettyRunnerJetty8.lockfile new file mode 100644 index 0000000000..27d757f042 --- /dev/null +++ b/samples/xml/cas/casserver/gradle/dependency-locks/grettyRunnerJetty8.lockfile @@ -0,0 +1,44 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.0.1 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.annotation:1.1.0.v201108011116 +org.eclipse.jetty.orbit:javax.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.2.0.v201112011158 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.2.2.v201112011158 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty.orbit:org.objectweb.asm:3.1.0.v200803061910 +org.eclipse.jetty:jetty-annotations:8.1.22.v20160922 +org.eclipse.jetty:jetty-continuation:8.1.22.v20160922 +org.eclipse.jetty:jetty-http:8.1.22.v20160922 +org.eclipse.jetty:jetty-io:8.1.22.v20160922 +org.eclipse.jetty:jetty-jndi:8.1.22.v20160922 +org.eclipse.jetty:jetty-jsp:8.1.22.v20160922 +org.eclipse.jetty:jetty-plus:8.1.22.v20160922 +org.eclipse.jetty:jetty-security:8.1.22.v20160922 +org.eclipse.jetty:jetty-server:8.1.22.v20160922 +org.eclipse.jetty:jetty-servlet:8.1.22.v20160922 +org.eclipse.jetty:jetty-util:8.1.22.v20160922 +org.eclipse.jetty:jetty-webapp:8.1.22.v20160922 +org.eclipse.jetty:jetty-xml:8.1.22.v20160922 +org.gretty:gretty-runner-jetty8:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/casserver/gradle/dependency-locks/grettyRunnerJetty9.lockfile b/samples/xml/cas/casserver/gradle/dependency-locks/grettyRunnerJetty9.lockfile new file mode 100644 index 0000000000..9499a81a9b --- /dev/null +++ b/samples/xml/cas/casserver/gradle/dependency-locks/grettyRunnerJetty9.lockfile @@ -0,0 +1,51 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.8.2.v20130121 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.M0 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-api:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-client:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-common:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-server:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-annotations:9.2.26.v20180806 +org.eclipse.jetty:jetty-http:9.2.26.v20180806 +org.eclipse.jetty:jetty-io:9.2.26.v20180806 +org.eclipse.jetty:jetty-jndi:9.2.26.v20180806 +org.eclipse.jetty:jetty-jsp:9.2.26.v20180806 +org.eclipse.jetty:jetty-plus:9.2.26.v20180806 +org.eclipse.jetty:jetty-security:9.2.26.v20180806 +org.eclipse.jetty:jetty-server:9.2.26.v20180806 +org.eclipse.jetty:jetty-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-util:9.2.26.v20180806 +org.eclipse.jetty:jetty-webapp:9.2.26.v20180806 +org.eclipse.jetty:jetty-xml:9.2.26.v20180806 +org.glassfish.web:javax.servlet.jsp.jstl:1.2.2 +org.glassfish.web:javax.servlet.jsp:2.3.2 +org.glassfish:javax.el:3.0.0 +org.gretty:gretty-runner-jetty9:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/casserver/gradle/dependency-locks/grettyRunnerJetty93.lockfile b/samples/xml/cas/casserver/gradle/dependency-locks/grettyRunnerJetty93.lockfile new file mode 100644 index 0000000000..54c7e0ee60 --- /dev/null +++ b/samples/xml/cas/casserver/gradle/dependency-locks/grettyRunnerJetty93.lockfile @@ -0,0 +1,48 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt.core.compiler:ecj:4.4.2 +org.eclipse.jetty.toolchain:jetty-schemas:3.1 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-api:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-client:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-common:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-server:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-servlet:9.3.25.v20180904 +org.eclipse.jetty:apache-jsp:9.3.25.v20180904 +org.eclipse.jetty:jetty-annotations:9.3.25.v20180904 +org.eclipse.jetty:jetty-http:9.3.25.v20180904 +org.eclipse.jetty:jetty-io:9.3.25.v20180904 +org.eclipse.jetty:jetty-jndi:9.3.25.v20180904 +org.eclipse.jetty:jetty-plus:9.3.25.v20180904 +org.eclipse.jetty:jetty-security:9.3.25.v20180904 +org.eclipse.jetty:jetty-server:9.3.25.v20180904 +org.eclipse.jetty:jetty-servlet:9.3.25.v20180904 +org.eclipse.jetty:jetty-util:9.3.25.v20180904 +org.eclipse.jetty:jetty-webapp:9.3.25.v20180904 +org.eclipse.jetty:jetty-xml:9.3.25.v20180904 +org.gretty:gretty-runner-jetty93:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.0.33 +org.mortbay.jasper:apache-jsp:8.0.33 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/casserver/gradle/dependency-locks/grettyRunnerJetty94.lockfile b/samples/xml/cas/casserver/gradle/dependency-locks/grettyRunnerJetty94.lockfile new file mode 100644 index 0000000000..746adcbf76 --- /dev/null +++ b/samples/xml/cas/casserver/gradle/dependency-locks/grettyRunnerJetty94.lockfile @@ -0,0 +1,50 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +javax.websocket:javax.websocket-client-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.14.0 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.2 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-api:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-client:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-common:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-server:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-servlet:9.4.14.v20181114 +org.eclipse.jetty:apache-jsp:9.4.14.v20181114 +org.eclipse.jetty:jetty-annotations:9.4.14.v20181114 +org.eclipse.jetty:jetty-client:9.4.14.v20181114 +org.eclipse.jetty:jetty-http:9.4.14.v20181114 +org.eclipse.jetty:jetty-io:9.4.14.v20181114 +org.eclipse.jetty:jetty-jndi:9.4.14.v20181114 +org.eclipse.jetty:jetty-plus:9.4.14.v20181114 +org.eclipse.jetty:jetty-security:9.4.14.v20181114 +org.eclipse.jetty:jetty-server:9.4.14.v20181114 +org.eclipse.jetty:jetty-servlet:9.4.14.v20181114 +org.eclipse.jetty:jetty-util:9.4.14.v20181114 +org.eclipse.jetty:jetty-webapp:9.4.14.v20181114 +org.eclipse.jetty:jetty-xml:9.4.14.v20181114 +org.gretty:gretty-runner-jetty94:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.5.33.1 +org.mortbay.jasper:apache-jsp:8.5.33.1 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/casserver/gradle/dependency-locks/grettyRunnerTomcat85.lockfile b/samples/xml/cas/casserver/gradle/dependency-locks/grettyRunnerTomcat85.lockfile new file mode 100644 index 0000000000..ec3f59f0e7 --- /dev/null +++ b/samples/xml/cas/casserver/gradle/dependency-locks/grettyRunnerTomcat85.lockfile @@ -0,0 +1,27 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.1.0 +org.apache.tomcat.embed:tomcat-embed-core:8.5.35 +org.apache.tomcat.embed:tomcat-embed-el:8.5.35 +org.apache.tomcat.embed:tomcat-embed-jasper:8.5.35 +org.apache.tomcat.embed:tomcat-embed-websocket:8.5.35 +org.apache.tomcat:tomcat-annotations-api:8.5.35 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.12.3 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/casserver/gradle/dependency-locks/grettyRunnerTomcat9.lockfile b/samples/xml/cas/casserver/gradle/dependency-locks/grettyRunnerTomcat9.lockfile new file mode 100644 index 0000000000..79664d6256 --- /dev/null +++ b/samples/xml/cas/casserver/gradle/dependency-locks/grettyRunnerTomcat9.lockfile @@ -0,0 +1,28 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.0 +org.apache.tomcat.embed:tomcat-embed-core:9.0.13 +org.apache.tomcat.embed:tomcat-embed-el:9.0.13 +org.apache.tomcat.embed:tomcat-embed-jasper:9.0.13 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.13 +org.apache.tomcat:tomcat-annotations-api:9.0.13 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.13.102 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat9:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/casserver/gradle/dependency-locks/grettySpringLoaded.lockfile b/samples/xml/cas/casserver/gradle/dependency-locks/grettySpringLoaded.lockfile new file mode 100644 index 0000000000..c3aad4e8a3 --- /dev/null +++ b/samples/xml/cas/casserver/gradle/dependency-locks/grettySpringLoaded.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:springloaded:1.2.8.RELEASE diff --git a/samples/xml/cas/casserver/gradle/dependency-locks/grettyStarter.lockfile b/samples/xml/cas/casserver/gradle/dependency-locks/grettyStarter.lockfile new file mode 100644 index 0000000000..9fcf33ac73 --- /dev/null +++ b/samples/xml/cas/casserver/gradle/dependency-locks/grettyStarter.lockfile @@ -0,0 +1,31 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-configuration:commons-configuration:1.10 +commons-io:commons-io:2.4 +commons-lang:commons-lang:2.6 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +org.apache.commons:commons-lang3:3.3.2 +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.gretty:gretty-core:3.0.1 +org.gretty:gretty-starter:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.0.2.RELEASE +org.springframework.boot:spring-boot-devtools:2.0.2.RELEASE +org.springframework.boot:spring-boot:2.0.2.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/samples/xml/cas/casserver/gradle/dependency-locks/optional.lockfile b/samples/xml/cas/casserver/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/cas/casserver/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/casserver/gradle/dependency-locks/provided.lockfile b/samples/xml/cas/casserver/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/cas/casserver/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/casserver/gradle/dependency-locks/providedCompile.lockfile b/samples/xml/cas/casserver/gradle/dependency-locks/providedCompile.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/xml/cas/casserver/gradle/dependency-locks/providedCompile.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/casserver/gradle/dependency-locks/providedRuntime.lockfile b/samples/xml/cas/casserver/gradle/dependency-locks/providedRuntime.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/xml/cas/casserver/gradle/dependency-locks/providedRuntime.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/casserver/gradle/dependency-locks/runtime.lockfile b/samples/xml/cas/casserver/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..71d9c6e96b --- /dev/null +++ b/samples/xml/cas/casserver/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,17 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.aspectj:aspectjrt:1.9.6 +org.aspectj:aspectjtools:1.9.6 +org.aspectj:aspectjweaver:1.9.6 +org.jasig.cas:cas-server-webapp:4.0.7 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/casserver/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/xml/cas/casserver/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..71d9c6e96b --- /dev/null +++ b/samples/xml/cas/casserver/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,17 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.aspectj:aspectjrt:1.9.6 +org.aspectj:aspectjtools:1.9.6 +org.aspectj:aspectjweaver:1.9.6 +org.jasig.cas:cas-server-webapp:4.0.7 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/casserver/gradle/dependency-locks/springBoot.lockfile b/samples/xml/cas/casserver/gradle/dependency-locks/springBoot.lockfile new file mode 100644 index 0000000000..71d9c6e96b --- /dev/null +++ b/samples/xml/cas/casserver/gradle/dependency-locks/springBoot.lockfile @@ -0,0 +1,17 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.aspectj:aspectjrt:1.9.6 +org.aspectj:aspectjtools:1.9.6 +org.aspectj:aspectjweaver:1.9.6 +org.jasig.cas:cas-server-webapp:4.0.7 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/casserver/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/xml/cas/casserver/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/cas/casserver/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/casserver/gradle/dependency-locks/testCompile.lockfile b/samples/xml/cas/casserver/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..6ea606fa2a --- /dev/null +++ b/samples/xml/cas/casserver/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,24 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jasig.cas:cas-server-webapp:4.0.7 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-core:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/samples/xml/cas/casserver/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/xml/cas/casserver/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..6ea606fa2a --- /dev/null +++ b/samples/xml/cas/casserver/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,24 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jasig.cas:cas-server-webapp:4.0.7 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-core:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/samples/xml/cas/casserver/gradle/dependency-locks/testCompileOnly.lockfile b/samples/xml/cas/casserver/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/cas/casserver/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/casserver/gradle/dependency-locks/testRuntime.lockfile b/samples/xml/cas/casserver/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..ff1a810045 --- /dev/null +++ b/samples/xml/cas/casserver/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,27 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.aspectj:aspectjrt:1.9.6 +org.aspectj:aspectjtools:1.9.6 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jasig.cas:cas-server-webapp:4.0.7 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-core:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/samples/xml/cas/casserver/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/xml/cas/casserver/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..ff1a810045 --- /dev/null +++ b/samples/xml/cas/casserver/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,27 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.aspectj:aspectjrt:1.9.6 +org.aspectj:aspectjtools:1.9.6 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jasig.cas:cas-server-webapp:4.0.7 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-core:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/samples/xml/cas/casserver/gradle/dependency-locks/tests.lockfile b/samples/xml/cas/casserver/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..ff1a810045 --- /dev/null +++ b/samples/xml/cas/casserver/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,27 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.aspectj:aspectjrt:1.9.6 +org.aspectj:aspectjtools:1.9.6 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jasig.cas:cas-server-webapp:4.0.7 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-core:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/samples/xml/cas/gradle/dependency-locks/annotationProcessor.lockfile b/samples/xml/cas/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/cas/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/gradle/dependency-locks/archives.lockfile b/samples/xml/cas/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/cas/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/gradle/dependency-locks/checkstyle.lockfile b/samples/xml/cas/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/samples/xml/cas/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/gradle/dependency-locks/compile.lockfile b/samples/xml/cas/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/xml/cas/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/gradle/dependency-locks/compileClasspath.lockfile b/samples/xml/cas/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/xml/cas/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/gradle/dependency-locks/compileOnly.lockfile b/samples/xml/cas/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/cas/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/gradle/dependency-locks/default.lockfile b/samples/xml/cas/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/xml/cas/gradle/dependency-locks/default.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/gradle/dependency-locks/gretty.lockfile b/samples/xml/cas/gradle/dependency-locks/gretty.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/cas/gradle/dependency-locks/gretty.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/gradle/dependency-locks/grettyNoSpringBoot.lockfile b/samples/xml/cas/gradle/dependency-locks/grettyNoSpringBoot.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/cas/gradle/dependency-locks/grettyNoSpringBoot.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/gradle/dependency-locks/grettyProductRuntime.lockfile b/samples/xml/cas/gradle/dependency-locks/grettyProductRuntime.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/xml/cas/gradle/dependency-locks/grettyProductRuntime.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/gradle/dependency-locks/grettyProvidedCompile.lockfile b/samples/xml/cas/gradle/dependency-locks/grettyProvidedCompile.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/xml/cas/gradle/dependency-locks/grettyProvidedCompile.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/gradle/dependency-locks/grettyRunnerJetty7.lockfile b/samples/xml/cas/gradle/dependency-locks/grettyRunnerJetty7.lockfile new file mode 100644 index 0000000000..e9e1db89cd --- /dev/null +++ b/samples/xml/cas/gradle/dependency-locks/grettyRunnerJetty7.lockfile @@ -0,0 +1,41 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:servlet-api:2.5 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:1.0.0.v201105211818 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.el:2.1.0.v201105211819 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.1.0.v201105211820 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.1.0.v201110031002 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty:jetty-continuation:7.6.21.v20160908 +org.eclipse.jetty:jetty-http:7.6.21.v20160908 +org.eclipse.jetty:jetty-io:7.6.21.v20160908 +org.eclipse.jetty:jetty-jndi:7.6.21.v20160908 +org.eclipse.jetty:jetty-jsp:7.6.21.v20160908 +org.eclipse.jetty:jetty-plus:7.6.21.v20160908 +org.eclipse.jetty:jetty-security:7.6.21.v20160908 +org.eclipse.jetty:jetty-server:7.6.21.v20160908 +org.eclipse.jetty:jetty-servlet:7.6.21.v20160908 +org.eclipse.jetty:jetty-util:7.6.21.v20160908 +org.eclipse.jetty:jetty-webapp:7.6.21.v20160908 +org.eclipse.jetty:jetty-xml:7.6.21.v20160908 +org.gretty:gretty-runner-jetty7:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/gradle/dependency-locks/grettyRunnerJetty8.lockfile b/samples/xml/cas/gradle/dependency-locks/grettyRunnerJetty8.lockfile new file mode 100644 index 0000000000..27d757f042 --- /dev/null +++ b/samples/xml/cas/gradle/dependency-locks/grettyRunnerJetty8.lockfile @@ -0,0 +1,44 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.0.1 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.annotation:1.1.0.v201108011116 +org.eclipse.jetty.orbit:javax.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.2.0.v201112011158 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.2.2.v201112011158 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty.orbit:org.objectweb.asm:3.1.0.v200803061910 +org.eclipse.jetty:jetty-annotations:8.1.22.v20160922 +org.eclipse.jetty:jetty-continuation:8.1.22.v20160922 +org.eclipse.jetty:jetty-http:8.1.22.v20160922 +org.eclipse.jetty:jetty-io:8.1.22.v20160922 +org.eclipse.jetty:jetty-jndi:8.1.22.v20160922 +org.eclipse.jetty:jetty-jsp:8.1.22.v20160922 +org.eclipse.jetty:jetty-plus:8.1.22.v20160922 +org.eclipse.jetty:jetty-security:8.1.22.v20160922 +org.eclipse.jetty:jetty-server:8.1.22.v20160922 +org.eclipse.jetty:jetty-servlet:8.1.22.v20160922 +org.eclipse.jetty:jetty-util:8.1.22.v20160922 +org.eclipse.jetty:jetty-webapp:8.1.22.v20160922 +org.eclipse.jetty:jetty-xml:8.1.22.v20160922 +org.gretty:gretty-runner-jetty8:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/gradle/dependency-locks/grettyRunnerJetty9.lockfile b/samples/xml/cas/gradle/dependency-locks/grettyRunnerJetty9.lockfile new file mode 100644 index 0000000000..9499a81a9b --- /dev/null +++ b/samples/xml/cas/gradle/dependency-locks/grettyRunnerJetty9.lockfile @@ -0,0 +1,51 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.8.2.v20130121 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.M0 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-api:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-client:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-common:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-server:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-annotations:9.2.26.v20180806 +org.eclipse.jetty:jetty-http:9.2.26.v20180806 +org.eclipse.jetty:jetty-io:9.2.26.v20180806 +org.eclipse.jetty:jetty-jndi:9.2.26.v20180806 +org.eclipse.jetty:jetty-jsp:9.2.26.v20180806 +org.eclipse.jetty:jetty-plus:9.2.26.v20180806 +org.eclipse.jetty:jetty-security:9.2.26.v20180806 +org.eclipse.jetty:jetty-server:9.2.26.v20180806 +org.eclipse.jetty:jetty-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-util:9.2.26.v20180806 +org.eclipse.jetty:jetty-webapp:9.2.26.v20180806 +org.eclipse.jetty:jetty-xml:9.2.26.v20180806 +org.glassfish.web:javax.servlet.jsp.jstl:1.2.2 +org.glassfish.web:javax.servlet.jsp:2.3.2 +org.glassfish:javax.el:3.0.0 +org.gretty:gretty-runner-jetty9:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/gradle/dependency-locks/grettyRunnerJetty93.lockfile b/samples/xml/cas/gradle/dependency-locks/grettyRunnerJetty93.lockfile new file mode 100644 index 0000000000..54c7e0ee60 --- /dev/null +++ b/samples/xml/cas/gradle/dependency-locks/grettyRunnerJetty93.lockfile @@ -0,0 +1,48 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt.core.compiler:ecj:4.4.2 +org.eclipse.jetty.toolchain:jetty-schemas:3.1 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-api:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-client:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-common:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-server:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-servlet:9.3.25.v20180904 +org.eclipse.jetty:apache-jsp:9.3.25.v20180904 +org.eclipse.jetty:jetty-annotations:9.3.25.v20180904 +org.eclipse.jetty:jetty-http:9.3.25.v20180904 +org.eclipse.jetty:jetty-io:9.3.25.v20180904 +org.eclipse.jetty:jetty-jndi:9.3.25.v20180904 +org.eclipse.jetty:jetty-plus:9.3.25.v20180904 +org.eclipse.jetty:jetty-security:9.3.25.v20180904 +org.eclipse.jetty:jetty-server:9.3.25.v20180904 +org.eclipse.jetty:jetty-servlet:9.3.25.v20180904 +org.eclipse.jetty:jetty-util:9.3.25.v20180904 +org.eclipse.jetty:jetty-webapp:9.3.25.v20180904 +org.eclipse.jetty:jetty-xml:9.3.25.v20180904 +org.gretty:gretty-runner-jetty93:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.0.33 +org.mortbay.jasper:apache-jsp:8.0.33 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/gradle/dependency-locks/grettyRunnerJetty94.lockfile b/samples/xml/cas/gradle/dependency-locks/grettyRunnerJetty94.lockfile new file mode 100644 index 0000000000..746adcbf76 --- /dev/null +++ b/samples/xml/cas/gradle/dependency-locks/grettyRunnerJetty94.lockfile @@ -0,0 +1,50 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +javax.websocket:javax.websocket-client-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.14.0 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.2 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-api:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-client:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-common:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-server:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-servlet:9.4.14.v20181114 +org.eclipse.jetty:apache-jsp:9.4.14.v20181114 +org.eclipse.jetty:jetty-annotations:9.4.14.v20181114 +org.eclipse.jetty:jetty-client:9.4.14.v20181114 +org.eclipse.jetty:jetty-http:9.4.14.v20181114 +org.eclipse.jetty:jetty-io:9.4.14.v20181114 +org.eclipse.jetty:jetty-jndi:9.4.14.v20181114 +org.eclipse.jetty:jetty-plus:9.4.14.v20181114 +org.eclipse.jetty:jetty-security:9.4.14.v20181114 +org.eclipse.jetty:jetty-server:9.4.14.v20181114 +org.eclipse.jetty:jetty-servlet:9.4.14.v20181114 +org.eclipse.jetty:jetty-util:9.4.14.v20181114 +org.eclipse.jetty:jetty-webapp:9.4.14.v20181114 +org.eclipse.jetty:jetty-xml:9.4.14.v20181114 +org.gretty:gretty-runner-jetty94:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.5.33.1 +org.mortbay.jasper:apache-jsp:8.5.33.1 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/gradle/dependency-locks/grettyRunnerTomcat85.lockfile b/samples/xml/cas/gradle/dependency-locks/grettyRunnerTomcat85.lockfile new file mode 100644 index 0000000000..ec3f59f0e7 --- /dev/null +++ b/samples/xml/cas/gradle/dependency-locks/grettyRunnerTomcat85.lockfile @@ -0,0 +1,27 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.1.0 +org.apache.tomcat.embed:tomcat-embed-core:8.5.35 +org.apache.tomcat.embed:tomcat-embed-el:8.5.35 +org.apache.tomcat.embed:tomcat-embed-jasper:8.5.35 +org.apache.tomcat.embed:tomcat-embed-websocket:8.5.35 +org.apache.tomcat:tomcat-annotations-api:8.5.35 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.12.3 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/gradle/dependency-locks/grettyRunnerTomcat9.lockfile b/samples/xml/cas/gradle/dependency-locks/grettyRunnerTomcat9.lockfile new file mode 100644 index 0000000000..79664d6256 --- /dev/null +++ b/samples/xml/cas/gradle/dependency-locks/grettyRunnerTomcat9.lockfile @@ -0,0 +1,28 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.0 +org.apache.tomcat.embed:tomcat-embed-core:9.0.13 +org.apache.tomcat.embed:tomcat-embed-el:9.0.13 +org.apache.tomcat.embed:tomcat-embed-jasper:9.0.13 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.13 +org.apache.tomcat:tomcat-annotations-api:9.0.13 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.13.102 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat9:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/gradle/dependency-locks/grettySpringLoaded.lockfile b/samples/xml/cas/gradle/dependency-locks/grettySpringLoaded.lockfile new file mode 100644 index 0000000000..c3aad4e8a3 --- /dev/null +++ b/samples/xml/cas/gradle/dependency-locks/grettySpringLoaded.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:springloaded:1.2.8.RELEASE diff --git a/samples/xml/cas/gradle/dependency-locks/grettyStarter.lockfile b/samples/xml/cas/gradle/dependency-locks/grettyStarter.lockfile new file mode 100644 index 0000000000..9fcf33ac73 --- /dev/null +++ b/samples/xml/cas/gradle/dependency-locks/grettyStarter.lockfile @@ -0,0 +1,31 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-configuration:commons-configuration:1.10 +commons-io:commons-io:2.4 +commons-lang:commons-lang:2.6 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +org.apache.commons:commons-lang3:3.3.2 +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.gretty:gretty-core:3.0.1 +org.gretty:gretty-starter:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.0.2.RELEASE +org.springframework.boot:spring-boot-devtools:2.0.2.RELEASE +org.springframework.boot:spring-boot:2.0.2.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/samples/xml/cas/gradle/dependency-locks/optional.lockfile b/samples/xml/cas/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/cas/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/gradle/dependency-locks/provided.lockfile b/samples/xml/cas/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/cas/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/gradle/dependency-locks/providedCompile.lockfile b/samples/xml/cas/gradle/dependency-locks/providedCompile.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/xml/cas/gradle/dependency-locks/providedCompile.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/gradle/dependency-locks/providedRuntime.lockfile b/samples/xml/cas/gradle/dependency-locks/providedRuntime.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/xml/cas/gradle/dependency-locks/providedRuntime.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/gradle/dependency-locks/runtime.lockfile b/samples/xml/cas/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/xml/cas/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/xml/cas/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/xml/cas/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/gradle/dependency-locks/springBoot.lockfile b/samples/xml/cas/gradle/dependency-locks/springBoot.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/xml/cas/gradle/dependency-locks/springBoot.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/xml/cas/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/cas/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/gradle/dependency-locks/testCompile.lockfile b/samples/xml/cas/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..4a7622ce46 --- /dev/null +++ b/samples/xml/cas/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,18 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-core:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/samples/xml/cas/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/xml/cas/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..4a7622ce46 --- /dev/null +++ b/samples/xml/cas/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,18 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-core:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/samples/xml/cas/gradle/dependency-locks/testCompileOnly.lockfile b/samples/xml/cas/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/cas/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/cas/gradle/dependency-locks/testRuntime.lockfile b/samples/xml/cas/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..4a7622ce46 --- /dev/null +++ b/samples/xml/cas/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,18 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-core:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/samples/xml/cas/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/xml/cas/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..4a7622ce46 --- /dev/null +++ b/samples/xml/cas/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,18 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-core:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/samples/xml/cas/gradle/dependency-locks/tests.lockfile b/samples/xml/cas/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..4a7622ce46 --- /dev/null +++ b/samples/xml/cas/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,18 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-core:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/samples/xml/contacts/gradle/dependency-locks/annotationProcessor.lockfile b/samples/xml/contacts/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/contacts/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/contacts/gradle/dependency-locks/archives.lockfile b/samples/xml/contacts/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/contacts/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/contacts/gradle/dependency-locks/checkstyle.lockfile b/samples/xml/contacts/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/samples/xml/contacts/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/contacts/gradle/dependency-locks/compile.lockfile b/samples/xml/contacts/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..dd7b19d89e --- /dev/null +++ b/samples/xml/contacts/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,23 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/samples/xml/contacts/gradle/dependency-locks/compileClasspath.lockfile b/samples/xml/contacts/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..dd7b19d89e --- /dev/null +++ b/samples/xml/contacts/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,23 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/samples/xml/contacts/gradle/dependency-locks/compileOnly.lockfile b/samples/xml/contacts/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/contacts/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/contacts/gradle/dependency-locks/default.lockfile b/samples/xml/contacts/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..fc3bab560b --- /dev/null +++ b/samples/xml/contacts/gradle/dependency-locks/default.lockfile @@ -0,0 +1,35 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +net.sf.ehcache:ehcache:2.10.6 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.hsqldb:hsqldb:2.5.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context-support:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/samples/xml/contacts/gradle/dependency-locks/gretty.lockfile b/samples/xml/contacts/gradle/dependency-locks/gretty.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/contacts/gradle/dependency-locks/gretty.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/contacts/gradle/dependency-locks/grettyNoSpringBoot.lockfile b/samples/xml/contacts/gradle/dependency-locks/grettyNoSpringBoot.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/contacts/gradle/dependency-locks/grettyNoSpringBoot.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/contacts/gradle/dependency-locks/grettyProductRuntime.lockfile b/samples/xml/contacts/gradle/dependency-locks/grettyProductRuntime.lockfile new file mode 100644 index 0000000000..fc3bab560b --- /dev/null +++ b/samples/xml/contacts/gradle/dependency-locks/grettyProductRuntime.lockfile @@ -0,0 +1,35 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +net.sf.ehcache:ehcache:2.10.6 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.hsqldb:hsqldb:2.5.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context-support:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/samples/xml/contacts/gradle/dependency-locks/grettyProvidedCompile.lockfile b/samples/xml/contacts/gradle/dependency-locks/grettyProvidedCompile.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/xml/contacts/gradle/dependency-locks/grettyProvidedCompile.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/contacts/gradle/dependency-locks/grettyRunnerJetty7.lockfile b/samples/xml/contacts/gradle/dependency-locks/grettyRunnerJetty7.lockfile new file mode 100644 index 0000000000..e9e1db89cd --- /dev/null +++ b/samples/xml/contacts/gradle/dependency-locks/grettyRunnerJetty7.lockfile @@ -0,0 +1,41 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:servlet-api:2.5 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:1.0.0.v201105211818 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.el:2.1.0.v201105211819 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.1.0.v201105211820 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.1.0.v201110031002 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty:jetty-continuation:7.6.21.v20160908 +org.eclipse.jetty:jetty-http:7.6.21.v20160908 +org.eclipse.jetty:jetty-io:7.6.21.v20160908 +org.eclipse.jetty:jetty-jndi:7.6.21.v20160908 +org.eclipse.jetty:jetty-jsp:7.6.21.v20160908 +org.eclipse.jetty:jetty-plus:7.6.21.v20160908 +org.eclipse.jetty:jetty-security:7.6.21.v20160908 +org.eclipse.jetty:jetty-server:7.6.21.v20160908 +org.eclipse.jetty:jetty-servlet:7.6.21.v20160908 +org.eclipse.jetty:jetty-util:7.6.21.v20160908 +org.eclipse.jetty:jetty-webapp:7.6.21.v20160908 +org.eclipse.jetty:jetty-xml:7.6.21.v20160908 +org.gretty:gretty-runner-jetty7:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/contacts/gradle/dependency-locks/grettyRunnerJetty8.lockfile b/samples/xml/contacts/gradle/dependency-locks/grettyRunnerJetty8.lockfile new file mode 100644 index 0000000000..27d757f042 --- /dev/null +++ b/samples/xml/contacts/gradle/dependency-locks/grettyRunnerJetty8.lockfile @@ -0,0 +1,44 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.0.1 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.annotation:1.1.0.v201108011116 +org.eclipse.jetty.orbit:javax.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.2.0.v201112011158 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.2.2.v201112011158 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty.orbit:org.objectweb.asm:3.1.0.v200803061910 +org.eclipse.jetty:jetty-annotations:8.1.22.v20160922 +org.eclipse.jetty:jetty-continuation:8.1.22.v20160922 +org.eclipse.jetty:jetty-http:8.1.22.v20160922 +org.eclipse.jetty:jetty-io:8.1.22.v20160922 +org.eclipse.jetty:jetty-jndi:8.1.22.v20160922 +org.eclipse.jetty:jetty-jsp:8.1.22.v20160922 +org.eclipse.jetty:jetty-plus:8.1.22.v20160922 +org.eclipse.jetty:jetty-security:8.1.22.v20160922 +org.eclipse.jetty:jetty-server:8.1.22.v20160922 +org.eclipse.jetty:jetty-servlet:8.1.22.v20160922 +org.eclipse.jetty:jetty-util:8.1.22.v20160922 +org.eclipse.jetty:jetty-webapp:8.1.22.v20160922 +org.eclipse.jetty:jetty-xml:8.1.22.v20160922 +org.gretty:gretty-runner-jetty8:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/contacts/gradle/dependency-locks/grettyRunnerJetty9.lockfile b/samples/xml/contacts/gradle/dependency-locks/grettyRunnerJetty9.lockfile new file mode 100644 index 0000000000..9499a81a9b --- /dev/null +++ b/samples/xml/contacts/gradle/dependency-locks/grettyRunnerJetty9.lockfile @@ -0,0 +1,51 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.8.2.v20130121 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.M0 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-api:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-client:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-common:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-server:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-annotations:9.2.26.v20180806 +org.eclipse.jetty:jetty-http:9.2.26.v20180806 +org.eclipse.jetty:jetty-io:9.2.26.v20180806 +org.eclipse.jetty:jetty-jndi:9.2.26.v20180806 +org.eclipse.jetty:jetty-jsp:9.2.26.v20180806 +org.eclipse.jetty:jetty-plus:9.2.26.v20180806 +org.eclipse.jetty:jetty-security:9.2.26.v20180806 +org.eclipse.jetty:jetty-server:9.2.26.v20180806 +org.eclipse.jetty:jetty-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-util:9.2.26.v20180806 +org.eclipse.jetty:jetty-webapp:9.2.26.v20180806 +org.eclipse.jetty:jetty-xml:9.2.26.v20180806 +org.glassfish.web:javax.servlet.jsp.jstl:1.2.2 +org.glassfish.web:javax.servlet.jsp:2.3.2 +org.glassfish:javax.el:3.0.0 +org.gretty:gretty-runner-jetty9:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/contacts/gradle/dependency-locks/grettyRunnerJetty93.lockfile b/samples/xml/contacts/gradle/dependency-locks/grettyRunnerJetty93.lockfile new file mode 100644 index 0000000000..54c7e0ee60 --- /dev/null +++ b/samples/xml/contacts/gradle/dependency-locks/grettyRunnerJetty93.lockfile @@ -0,0 +1,48 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt.core.compiler:ecj:4.4.2 +org.eclipse.jetty.toolchain:jetty-schemas:3.1 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-api:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-client:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-common:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-server:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-servlet:9.3.25.v20180904 +org.eclipse.jetty:apache-jsp:9.3.25.v20180904 +org.eclipse.jetty:jetty-annotations:9.3.25.v20180904 +org.eclipse.jetty:jetty-http:9.3.25.v20180904 +org.eclipse.jetty:jetty-io:9.3.25.v20180904 +org.eclipse.jetty:jetty-jndi:9.3.25.v20180904 +org.eclipse.jetty:jetty-plus:9.3.25.v20180904 +org.eclipse.jetty:jetty-security:9.3.25.v20180904 +org.eclipse.jetty:jetty-server:9.3.25.v20180904 +org.eclipse.jetty:jetty-servlet:9.3.25.v20180904 +org.eclipse.jetty:jetty-util:9.3.25.v20180904 +org.eclipse.jetty:jetty-webapp:9.3.25.v20180904 +org.eclipse.jetty:jetty-xml:9.3.25.v20180904 +org.gretty:gretty-runner-jetty93:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.0.33 +org.mortbay.jasper:apache-jsp:8.0.33 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/contacts/gradle/dependency-locks/grettyRunnerJetty94.lockfile b/samples/xml/contacts/gradle/dependency-locks/grettyRunnerJetty94.lockfile new file mode 100644 index 0000000000..746adcbf76 --- /dev/null +++ b/samples/xml/contacts/gradle/dependency-locks/grettyRunnerJetty94.lockfile @@ -0,0 +1,50 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +javax.websocket:javax.websocket-client-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.14.0 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.2 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-api:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-client:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-common:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-server:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-servlet:9.4.14.v20181114 +org.eclipse.jetty:apache-jsp:9.4.14.v20181114 +org.eclipse.jetty:jetty-annotations:9.4.14.v20181114 +org.eclipse.jetty:jetty-client:9.4.14.v20181114 +org.eclipse.jetty:jetty-http:9.4.14.v20181114 +org.eclipse.jetty:jetty-io:9.4.14.v20181114 +org.eclipse.jetty:jetty-jndi:9.4.14.v20181114 +org.eclipse.jetty:jetty-plus:9.4.14.v20181114 +org.eclipse.jetty:jetty-security:9.4.14.v20181114 +org.eclipse.jetty:jetty-server:9.4.14.v20181114 +org.eclipse.jetty:jetty-servlet:9.4.14.v20181114 +org.eclipse.jetty:jetty-util:9.4.14.v20181114 +org.eclipse.jetty:jetty-webapp:9.4.14.v20181114 +org.eclipse.jetty:jetty-xml:9.4.14.v20181114 +org.gretty:gretty-runner-jetty94:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.5.33.1 +org.mortbay.jasper:apache-jsp:8.5.33.1 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/contacts/gradle/dependency-locks/grettyRunnerTomcat85.lockfile b/samples/xml/contacts/gradle/dependency-locks/grettyRunnerTomcat85.lockfile new file mode 100644 index 0000000000..ec3f59f0e7 --- /dev/null +++ b/samples/xml/contacts/gradle/dependency-locks/grettyRunnerTomcat85.lockfile @@ -0,0 +1,27 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.1.0 +org.apache.tomcat.embed:tomcat-embed-core:8.5.35 +org.apache.tomcat.embed:tomcat-embed-el:8.5.35 +org.apache.tomcat.embed:tomcat-embed-jasper:8.5.35 +org.apache.tomcat.embed:tomcat-embed-websocket:8.5.35 +org.apache.tomcat:tomcat-annotations-api:8.5.35 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.12.3 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/contacts/gradle/dependency-locks/grettyRunnerTomcat9.lockfile b/samples/xml/contacts/gradle/dependency-locks/grettyRunnerTomcat9.lockfile new file mode 100644 index 0000000000..79664d6256 --- /dev/null +++ b/samples/xml/contacts/gradle/dependency-locks/grettyRunnerTomcat9.lockfile @@ -0,0 +1,28 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.0 +org.apache.tomcat.embed:tomcat-embed-core:9.0.13 +org.apache.tomcat.embed:tomcat-embed-el:9.0.13 +org.apache.tomcat.embed:tomcat-embed-jasper:9.0.13 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.13 +org.apache.tomcat:tomcat-annotations-api:9.0.13 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.13.102 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat9:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/contacts/gradle/dependency-locks/grettySpringLoaded.lockfile b/samples/xml/contacts/gradle/dependency-locks/grettySpringLoaded.lockfile new file mode 100644 index 0000000000..c3aad4e8a3 --- /dev/null +++ b/samples/xml/contacts/gradle/dependency-locks/grettySpringLoaded.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:springloaded:1.2.8.RELEASE diff --git a/samples/xml/contacts/gradle/dependency-locks/grettyStarter.lockfile b/samples/xml/contacts/gradle/dependency-locks/grettyStarter.lockfile new file mode 100644 index 0000000000..9fcf33ac73 --- /dev/null +++ b/samples/xml/contacts/gradle/dependency-locks/grettyStarter.lockfile @@ -0,0 +1,31 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-configuration:commons-configuration:1.10 +commons-io:commons-io:2.4 +commons-lang:commons-lang:2.6 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +org.apache.commons:commons-lang3:3.3.2 +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.gretty:gretty-core:3.0.1 +org.gretty:gretty-starter:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.0.2.RELEASE +org.springframework.boot:spring-boot-devtools:2.0.2.RELEASE +org.springframework.boot:spring-boot:2.0.2.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/samples/xml/contacts/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile b/samples/xml/contacts/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/contacts/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/contacts/gradle/dependency-locks/integrationTestCompile.lockfile b/samples/xml/contacts/gradle/dependency-locks/integrationTestCompile.lockfile new file mode 100644 index 0000000000..e77386e552 --- /dev/null +++ b/samples/xml/contacts/gradle/dependency-locks/integrationTestCompile.lockfile @@ -0,0 +1,70 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:1.3.9 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.j2objc:j2objc-annotations:1.1 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +commons-codec:commons-codec:1.14 +commons-io:commons-io:2.6 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.assertj:assertj-core:3.18.0 +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/xml/contacts/gradle/dependency-locks/integrationTestCompileClasspath.lockfile b/samples/xml/contacts/gradle/dependency-locks/integrationTestCompileClasspath.lockfile new file mode 100644 index 0000000000..e77386e552 --- /dev/null +++ b/samples/xml/contacts/gradle/dependency-locks/integrationTestCompileClasspath.lockfile @@ -0,0 +1,70 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:1.3.9 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.j2objc:j2objc-annotations:1.1 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +commons-codec:commons-codec:1.14 +commons-io:commons-io:2.6 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.assertj:assertj-core:3.18.0 +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/xml/contacts/gradle/dependency-locks/integrationTestCompileOnly.lockfile b/samples/xml/contacts/gradle/dependency-locks/integrationTestCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/contacts/gradle/dependency-locks/integrationTestCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/contacts/gradle/dependency-locks/integrationTestRuntime.lockfile b/samples/xml/contacts/gradle/dependency-locks/integrationTestRuntime.lockfile new file mode 100644 index 0000000000..7ab6482ef5 --- /dev/null +++ b/samples/xml/contacts/gradle/dependency-locks/integrationTestRuntime.lockfile @@ -0,0 +1,82 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:1.3.9 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.j2objc:j2objc-annotations:1.1 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +commons-codec:commons-codec:1.14 +commons-io:commons-io:2.6 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.sf.ehcache:ehcache:2.10.6 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.hamcrest:hamcrest-core:1.3 +org.hsqldb:hsqldb:2.5.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context-support:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/xml/contacts/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile b/samples/xml/contacts/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile new file mode 100644 index 0000000000..7ab6482ef5 --- /dev/null +++ b/samples/xml/contacts/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile @@ -0,0 +1,82 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:1.3.9 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.j2objc:j2objc-annotations:1.1 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +commons-codec:commons-codec:1.14 +commons-io:commons-io:2.6 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.sf.ehcache:ehcache:2.10.6 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.hamcrest:hamcrest-core:1.3 +org.hsqldb:hsqldb:2.5.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context-support:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/xml/contacts/gradle/dependency-locks/optional.lockfile b/samples/xml/contacts/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/contacts/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/contacts/gradle/dependency-locks/provided.lockfile b/samples/xml/contacts/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/contacts/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/contacts/gradle/dependency-locks/providedCompile.lockfile b/samples/xml/contacts/gradle/dependency-locks/providedCompile.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/xml/contacts/gradle/dependency-locks/providedCompile.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/contacts/gradle/dependency-locks/providedRuntime.lockfile b/samples/xml/contacts/gradle/dependency-locks/providedRuntime.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/xml/contacts/gradle/dependency-locks/providedRuntime.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/contacts/gradle/dependency-locks/runtime.lockfile b/samples/xml/contacts/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..fc3bab560b --- /dev/null +++ b/samples/xml/contacts/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,35 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +net.sf.ehcache:ehcache:2.10.6 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.hsqldb:hsqldb:2.5.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context-support:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/samples/xml/contacts/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/xml/contacts/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..fc3bab560b --- /dev/null +++ b/samples/xml/contacts/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,35 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +net.sf.ehcache:ehcache:2.10.6 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.hsqldb:hsqldb:2.5.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context-support:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/samples/xml/contacts/gradle/dependency-locks/springBoot.lockfile b/samples/xml/contacts/gradle/dependency-locks/springBoot.lockfile new file mode 100644 index 0000000000..fc3bab560b --- /dev/null +++ b/samples/xml/contacts/gradle/dependency-locks/springBoot.lockfile @@ -0,0 +1,35 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +net.sf.ehcache:ehcache:2.10.6 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.hsqldb:hsqldb:2.5.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context-support:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/samples/xml/contacts/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/xml/contacts/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/contacts/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/contacts/gradle/dependency-locks/testCompile.lockfile b/samples/xml/contacts/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..b66be5d1f5 --- /dev/null +++ b/samples/xml/contacts/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,31 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/samples/xml/contacts/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/xml/contacts/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..b66be5d1f5 --- /dev/null +++ b/samples/xml/contacts/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,31 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/samples/xml/contacts/gradle/dependency-locks/testCompileOnly.lockfile b/samples/xml/contacts/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/contacts/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/contacts/gradle/dependency-locks/testRuntime.lockfile b/samples/xml/contacts/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..f68d1c6081 --- /dev/null +++ b/samples/xml/contacts/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,43 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.sf.ehcache:ehcache:2.10.6 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.hsqldb:hsqldb:2.5.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context-support:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/samples/xml/contacts/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/xml/contacts/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..f68d1c6081 --- /dev/null +++ b/samples/xml/contacts/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,43 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.sf.ehcache:ehcache:2.10.6 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.hsqldb:hsqldb:2.5.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context-support:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/samples/xml/contacts/gradle/dependency-locks/tests.lockfile b/samples/xml/contacts/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..f68d1c6081 --- /dev/null +++ b/samples/xml/contacts/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,43 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.sf.ehcache:ehcache:2.10.6 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.hsqldb:hsqldb:2.5.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context-support:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/samples/xml/dms/gradle/dependency-locks/annotationProcessor.lockfile b/samples/xml/dms/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/dms/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/dms/gradle/dependency-locks/archives.lockfile b/samples/xml/dms/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/dms/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/dms/gradle/dependency-locks/checkstyle.lockfile b/samples/xml/dms/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/samples/xml/dms/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/dms/gradle/dependency-locks/compile.lockfile b/samples/xml/dms/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..4c9e88cd33 --- /dev/null +++ b/samples/xml/dms/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,16 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/samples/xml/dms/gradle/dependency-locks/compileClasspath.lockfile b/samples/xml/dms/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..4c9e88cd33 --- /dev/null +++ b/samples/xml/dms/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,16 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/samples/xml/dms/gradle/dependency-locks/compileOnly.lockfile b/samples/xml/dms/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/dms/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/dms/gradle/dependency-locks/default.lockfile b/samples/xml/dms/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..002aabfa02 --- /dev/null +++ b/samples/xml/dms/gradle/dependency-locks/default.lockfile @@ -0,0 +1,23 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.hsqldb:hsqldb:2.5.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context-support:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/samples/xml/dms/gradle/dependency-locks/gretty.lockfile b/samples/xml/dms/gradle/dependency-locks/gretty.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/dms/gradle/dependency-locks/gretty.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/dms/gradle/dependency-locks/grettyNoSpringBoot.lockfile b/samples/xml/dms/gradle/dependency-locks/grettyNoSpringBoot.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/dms/gradle/dependency-locks/grettyNoSpringBoot.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/dms/gradle/dependency-locks/grettyProductRuntime.lockfile b/samples/xml/dms/gradle/dependency-locks/grettyProductRuntime.lockfile new file mode 100644 index 0000000000..002aabfa02 --- /dev/null +++ b/samples/xml/dms/gradle/dependency-locks/grettyProductRuntime.lockfile @@ -0,0 +1,23 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.hsqldb:hsqldb:2.5.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context-support:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/samples/xml/dms/gradle/dependency-locks/grettyProvidedCompile.lockfile b/samples/xml/dms/gradle/dependency-locks/grettyProvidedCompile.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/xml/dms/gradle/dependency-locks/grettyProvidedCompile.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/dms/gradle/dependency-locks/grettyRunnerJetty7.lockfile b/samples/xml/dms/gradle/dependency-locks/grettyRunnerJetty7.lockfile new file mode 100644 index 0000000000..e9e1db89cd --- /dev/null +++ b/samples/xml/dms/gradle/dependency-locks/grettyRunnerJetty7.lockfile @@ -0,0 +1,41 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:servlet-api:2.5 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:1.0.0.v201105211818 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.el:2.1.0.v201105211819 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.1.0.v201105211820 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.1.0.v201110031002 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty:jetty-continuation:7.6.21.v20160908 +org.eclipse.jetty:jetty-http:7.6.21.v20160908 +org.eclipse.jetty:jetty-io:7.6.21.v20160908 +org.eclipse.jetty:jetty-jndi:7.6.21.v20160908 +org.eclipse.jetty:jetty-jsp:7.6.21.v20160908 +org.eclipse.jetty:jetty-plus:7.6.21.v20160908 +org.eclipse.jetty:jetty-security:7.6.21.v20160908 +org.eclipse.jetty:jetty-server:7.6.21.v20160908 +org.eclipse.jetty:jetty-servlet:7.6.21.v20160908 +org.eclipse.jetty:jetty-util:7.6.21.v20160908 +org.eclipse.jetty:jetty-webapp:7.6.21.v20160908 +org.eclipse.jetty:jetty-xml:7.6.21.v20160908 +org.gretty:gretty-runner-jetty7:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/dms/gradle/dependency-locks/grettyRunnerJetty8.lockfile b/samples/xml/dms/gradle/dependency-locks/grettyRunnerJetty8.lockfile new file mode 100644 index 0000000000..27d757f042 --- /dev/null +++ b/samples/xml/dms/gradle/dependency-locks/grettyRunnerJetty8.lockfile @@ -0,0 +1,44 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.0.1 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.annotation:1.1.0.v201108011116 +org.eclipse.jetty.orbit:javax.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.2.0.v201112011158 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.2.2.v201112011158 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty.orbit:org.objectweb.asm:3.1.0.v200803061910 +org.eclipse.jetty:jetty-annotations:8.1.22.v20160922 +org.eclipse.jetty:jetty-continuation:8.1.22.v20160922 +org.eclipse.jetty:jetty-http:8.1.22.v20160922 +org.eclipse.jetty:jetty-io:8.1.22.v20160922 +org.eclipse.jetty:jetty-jndi:8.1.22.v20160922 +org.eclipse.jetty:jetty-jsp:8.1.22.v20160922 +org.eclipse.jetty:jetty-plus:8.1.22.v20160922 +org.eclipse.jetty:jetty-security:8.1.22.v20160922 +org.eclipse.jetty:jetty-server:8.1.22.v20160922 +org.eclipse.jetty:jetty-servlet:8.1.22.v20160922 +org.eclipse.jetty:jetty-util:8.1.22.v20160922 +org.eclipse.jetty:jetty-webapp:8.1.22.v20160922 +org.eclipse.jetty:jetty-xml:8.1.22.v20160922 +org.gretty:gretty-runner-jetty8:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/dms/gradle/dependency-locks/grettyRunnerJetty9.lockfile b/samples/xml/dms/gradle/dependency-locks/grettyRunnerJetty9.lockfile new file mode 100644 index 0000000000..9499a81a9b --- /dev/null +++ b/samples/xml/dms/gradle/dependency-locks/grettyRunnerJetty9.lockfile @@ -0,0 +1,51 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.8.2.v20130121 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.M0 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-api:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-client:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-common:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-server:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-annotations:9.2.26.v20180806 +org.eclipse.jetty:jetty-http:9.2.26.v20180806 +org.eclipse.jetty:jetty-io:9.2.26.v20180806 +org.eclipse.jetty:jetty-jndi:9.2.26.v20180806 +org.eclipse.jetty:jetty-jsp:9.2.26.v20180806 +org.eclipse.jetty:jetty-plus:9.2.26.v20180806 +org.eclipse.jetty:jetty-security:9.2.26.v20180806 +org.eclipse.jetty:jetty-server:9.2.26.v20180806 +org.eclipse.jetty:jetty-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-util:9.2.26.v20180806 +org.eclipse.jetty:jetty-webapp:9.2.26.v20180806 +org.eclipse.jetty:jetty-xml:9.2.26.v20180806 +org.glassfish.web:javax.servlet.jsp.jstl:1.2.2 +org.glassfish.web:javax.servlet.jsp:2.3.2 +org.glassfish:javax.el:3.0.0 +org.gretty:gretty-runner-jetty9:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/dms/gradle/dependency-locks/grettyRunnerJetty93.lockfile b/samples/xml/dms/gradle/dependency-locks/grettyRunnerJetty93.lockfile new file mode 100644 index 0000000000..54c7e0ee60 --- /dev/null +++ b/samples/xml/dms/gradle/dependency-locks/grettyRunnerJetty93.lockfile @@ -0,0 +1,48 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt.core.compiler:ecj:4.4.2 +org.eclipse.jetty.toolchain:jetty-schemas:3.1 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-api:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-client:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-common:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-server:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-servlet:9.3.25.v20180904 +org.eclipse.jetty:apache-jsp:9.3.25.v20180904 +org.eclipse.jetty:jetty-annotations:9.3.25.v20180904 +org.eclipse.jetty:jetty-http:9.3.25.v20180904 +org.eclipse.jetty:jetty-io:9.3.25.v20180904 +org.eclipse.jetty:jetty-jndi:9.3.25.v20180904 +org.eclipse.jetty:jetty-plus:9.3.25.v20180904 +org.eclipse.jetty:jetty-security:9.3.25.v20180904 +org.eclipse.jetty:jetty-server:9.3.25.v20180904 +org.eclipse.jetty:jetty-servlet:9.3.25.v20180904 +org.eclipse.jetty:jetty-util:9.3.25.v20180904 +org.eclipse.jetty:jetty-webapp:9.3.25.v20180904 +org.eclipse.jetty:jetty-xml:9.3.25.v20180904 +org.gretty:gretty-runner-jetty93:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.0.33 +org.mortbay.jasper:apache-jsp:8.0.33 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/dms/gradle/dependency-locks/grettyRunnerJetty94.lockfile b/samples/xml/dms/gradle/dependency-locks/grettyRunnerJetty94.lockfile new file mode 100644 index 0000000000..746adcbf76 --- /dev/null +++ b/samples/xml/dms/gradle/dependency-locks/grettyRunnerJetty94.lockfile @@ -0,0 +1,50 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +javax.websocket:javax.websocket-client-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.14.0 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.2 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-api:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-client:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-common:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-server:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-servlet:9.4.14.v20181114 +org.eclipse.jetty:apache-jsp:9.4.14.v20181114 +org.eclipse.jetty:jetty-annotations:9.4.14.v20181114 +org.eclipse.jetty:jetty-client:9.4.14.v20181114 +org.eclipse.jetty:jetty-http:9.4.14.v20181114 +org.eclipse.jetty:jetty-io:9.4.14.v20181114 +org.eclipse.jetty:jetty-jndi:9.4.14.v20181114 +org.eclipse.jetty:jetty-plus:9.4.14.v20181114 +org.eclipse.jetty:jetty-security:9.4.14.v20181114 +org.eclipse.jetty:jetty-server:9.4.14.v20181114 +org.eclipse.jetty:jetty-servlet:9.4.14.v20181114 +org.eclipse.jetty:jetty-util:9.4.14.v20181114 +org.eclipse.jetty:jetty-webapp:9.4.14.v20181114 +org.eclipse.jetty:jetty-xml:9.4.14.v20181114 +org.gretty:gretty-runner-jetty94:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.5.33.1 +org.mortbay.jasper:apache-jsp:8.5.33.1 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/dms/gradle/dependency-locks/grettyRunnerTomcat85.lockfile b/samples/xml/dms/gradle/dependency-locks/grettyRunnerTomcat85.lockfile new file mode 100644 index 0000000000..ec3f59f0e7 --- /dev/null +++ b/samples/xml/dms/gradle/dependency-locks/grettyRunnerTomcat85.lockfile @@ -0,0 +1,27 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.1.0 +org.apache.tomcat.embed:tomcat-embed-core:8.5.35 +org.apache.tomcat.embed:tomcat-embed-el:8.5.35 +org.apache.tomcat.embed:tomcat-embed-jasper:8.5.35 +org.apache.tomcat.embed:tomcat-embed-websocket:8.5.35 +org.apache.tomcat:tomcat-annotations-api:8.5.35 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.12.3 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/dms/gradle/dependency-locks/grettyRunnerTomcat9.lockfile b/samples/xml/dms/gradle/dependency-locks/grettyRunnerTomcat9.lockfile new file mode 100644 index 0000000000..79664d6256 --- /dev/null +++ b/samples/xml/dms/gradle/dependency-locks/grettyRunnerTomcat9.lockfile @@ -0,0 +1,28 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.0 +org.apache.tomcat.embed:tomcat-embed-core:9.0.13 +org.apache.tomcat.embed:tomcat-embed-el:9.0.13 +org.apache.tomcat.embed:tomcat-embed-jasper:9.0.13 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.13 +org.apache.tomcat:tomcat-annotations-api:9.0.13 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.13.102 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat9:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/dms/gradle/dependency-locks/grettySpringLoaded.lockfile b/samples/xml/dms/gradle/dependency-locks/grettySpringLoaded.lockfile new file mode 100644 index 0000000000..c3aad4e8a3 --- /dev/null +++ b/samples/xml/dms/gradle/dependency-locks/grettySpringLoaded.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:springloaded:1.2.8.RELEASE diff --git a/samples/xml/dms/gradle/dependency-locks/grettyStarter.lockfile b/samples/xml/dms/gradle/dependency-locks/grettyStarter.lockfile new file mode 100644 index 0000000000..9fcf33ac73 --- /dev/null +++ b/samples/xml/dms/gradle/dependency-locks/grettyStarter.lockfile @@ -0,0 +1,31 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-configuration:commons-configuration:1.10 +commons-io:commons-io:2.4 +commons-lang:commons-lang:2.6 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +org.apache.commons:commons-lang3:3.3.2 +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.gretty:gretty-core:3.0.1 +org.gretty:gretty-starter:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.0.2.RELEASE +org.springframework.boot:spring-boot-devtools:2.0.2.RELEASE +org.springframework.boot:spring-boot:2.0.2.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/samples/xml/dms/gradle/dependency-locks/optional.lockfile b/samples/xml/dms/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..209c48d5c2 --- /dev/null +++ b/samples/xml/dms/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,9 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +net.sf.ehcache:ehcache:2.10.6 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/dms/gradle/dependency-locks/provided.lockfile b/samples/xml/dms/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/dms/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/dms/gradle/dependency-locks/providedCompile.lockfile b/samples/xml/dms/gradle/dependency-locks/providedCompile.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/xml/dms/gradle/dependency-locks/providedCompile.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/dms/gradle/dependency-locks/providedRuntime.lockfile b/samples/xml/dms/gradle/dependency-locks/providedRuntime.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/xml/dms/gradle/dependency-locks/providedRuntime.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/dms/gradle/dependency-locks/runtime.lockfile b/samples/xml/dms/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..002aabfa02 --- /dev/null +++ b/samples/xml/dms/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,23 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.hsqldb:hsqldb:2.5.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context-support:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/samples/xml/dms/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/xml/dms/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..002aabfa02 --- /dev/null +++ b/samples/xml/dms/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,23 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.hsqldb:hsqldb:2.5.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context-support:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/samples/xml/dms/gradle/dependency-locks/springBoot.lockfile b/samples/xml/dms/gradle/dependency-locks/springBoot.lockfile new file mode 100644 index 0000000000..002aabfa02 --- /dev/null +++ b/samples/xml/dms/gradle/dependency-locks/springBoot.lockfile @@ -0,0 +1,23 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.hsqldb:hsqldb:2.5.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context-support:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/samples/xml/dms/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/xml/dms/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/dms/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/dms/gradle/dependency-locks/testCompile.lockfile b/samples/xml/dms/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..0352e14a44 --- /dev/null +++ b/samples/xml/dms/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,24 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/samples/xml/dms/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/xml/dms/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..0352e14a44 --- /dev/null +++ b/samples/xml/dms/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,24 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/samples/xml/dms/gradle/dependency-locks/testCompileOnly.lockfile b/samples/xml/dms/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/dms/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/dms/gradle/dependency-locks/testRuntime.lockfile b/samples/xml/dms/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..d83b6383ed --- /dev/null +++ b/samples/xml/dms/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,31 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.hsqldb:hsqldb:2.5.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context-support:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/samples/xml/dms/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/xml/dms/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..d83b6383ed --- /dev/null +++ b/samples/xml/dms/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,31 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.hsqldb:hsqldb:2.5.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context-support:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/samples/xml/dms/gradle/dependency-locks/tests.lockfile b/samples/xml/dms/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..d83b6383ed --- /dev/null +++ b/samples/xml/dms/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,31 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.hsqldb:hsqldb:2.5.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context-support:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 diff --git a/samples/xml/gae/gradle/dependency-locks/annotationProcessor.lockfile b/samples/xml/gae/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/gae/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/gae/gradle/dependency-locks/archives.lockfile b/samples/xml/gae/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/gae/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/gae/gradle/dependency-locks/checkstyle.lockfile b/samples/xml/gae/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/samples/xml/gae/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/gae/gradle/dependency-locks/compile.lockfile b/samples/xml/gae/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..9755ce27ee --- /dev/null +++ b/samples/xml/gae/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,38 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.3.4 +com.google.appengine:appengine-api-1.0-sdk:1.9.82 +com.google.appengine:appengine-api-stubs:1.9.82 +com.google.appengine:appengine:1.9.82 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.inject:javax.inject:1 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.jboss.logging:jboss-logging:3.3.2.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context-support:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/samples/xml/gae/gradle/dependency-locks/compileClasspath.lockfile b/samples/xml/gae/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..9755ce27ee --- /dev/null +++ b/samples/xml/gae/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,38 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.3.4 +com.google.appengine:appengine-api-1.0-sdk:1.9.82 +com.google.appengine:appengine-api-stubs:1.9.82 +com.google.appengine:appengine:1.9.82 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.inject:javax.inject:1 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.jboss.logging:jboss-logging:3.3.2.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context-support:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/samples/xml/gae/gradle/dependency-locks/compileOnly.lockfile b/samples/xml/gae/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/gae/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/gae/gradle/dependency-locks/default.lockfile b/samples/xml/gae/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..6ebd276f2b --- /dev/null +++ b/samples/xml/gae/gradle/dependency-locks/default.lockfile @@ -0,0 +1,41 @@ +# 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. +com.fasterxml:classmate:1.3.4 +com.google.appengine:appengine-api-1.0-sdk:1.9.82 +com.google.appengine:appengine-api-stubs:1.9.82 +com.google.appengine:appengine:1.9.82 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.inject:javax.inject:1 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.jboss.logging:jboss-logging:3.3.2.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context-support:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/samples/xml/gae/gradle/dependency-locks/gretty.lockfile b/samples/xml/gae/gradle/dependency-locks/gretty.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/gae/gradle/dependency-locks/gretty.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/gae/gradle/dependency-locks/grettyNoSpringBoot.lockfile b/samples/xml/gae/gradle/dependency-locks/grettyNoSpringBoot.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/gae/gradle/dependency-locks/grettyNoSpringBoot.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/gae/gradle/dependency-locks/grettyProductRuntime.lockfile b/samples/xml/gae/gradle/dependency-locks/grettyProductRuntime.lockfile new file mode 100644 index 0000000000..6ebd276f2b --- /dev/null +++ b/samples/xml/gae/gradle/dependency-locks/grettyProductRuntime.lockfile @@ -0,0 +1,41 @@ +# 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. +com.fasterxml:classmate:1.3.4 +com.google.appengine:appengine-api-1.0-sdk:1.9.82 +com.google.appengine:appengine-api-stubs:1.9.82 +com.google.appengine:appengine:1.9.82 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.inject:javax.inject:1 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.jboss.logging:jboss-logging:3.3.2.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context-support:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/samples/xml/gae/gradle/dependency-locks/grettyProvidedCompile.lockfile b/samples/xml/gae/gradle/dependency-locks/grettyProvidedCompile.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/xml/gae/gradle/dependency-locks/grettyProvidedCompile.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/gae/gradle/dependency-locks/grettyRunnerJetty7.lockfile b/samples/xml/gae/gradle/dependency-locks/grettyRunnerJetty7.lockfile new file mode 100644 index 0000000000..e9e1db89cd --- /dev/null +++ b/samples/xml/gae/gradle/dependency-locks/grettyRunnerJetty7.lockfile @@ -0,0 +1,41 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:servlet-api:2.5 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:1.0.0.v201105211818 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.el:2.1.0.v201105211819 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.1.0.v201105211820 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.1.0.v201110031002 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty:jetty-continuation:7.6.21.v20160908 +org.eclipse.jetty:jetty-http:7.6.21.v20160908 +org.eclipse.jetty:jetty-io:7.6.21.v20160908 +org.eclipse.jetty:jetty-jndi:7.6.21.v20160908 +org.eclipse.jetty:jetty-jsp:7.6.21.v20160908 +org.eclipse.jetty:jetty-plus:7.6.21.v20160908 +org.eclipse.jetty:jetty-security:7.6.21.v20160908 +org.eclipse.jetty:jetty-server:7.6.21.v20160908 +org.eclipse.jetty:jetty-servlet:7.6.21.v20160908 +org.eclipse.jetty:jetty-util:7.6.21.v20160908 +org.eclipse.jetty:jetty-webapp:7.6.21.v20160908 +org.eclipse.jetty:jetty-xml:7.6.21.v20160908 +org.gretty:gretty-runner-jetty7:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/gae/gradle/dependency-locks/grettyRunnerJetty8.lockfile b/samples/xml/gae/gradle/dependency-locks/grettyRunnerJetty8.lockfile new file mode 100644 index 0000000000..27d757f042 --- /dev/null +++ b/samples/xml/gae/gradle/dependency-locks/grettyRunnerJetty8.lockfile @@ -0,0 +1,44 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.0.1 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.annotation:1.1.0.v201108011116 +org.eclipse.jetty.orbit:javax.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.2.0.v201112011158 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.2.2.v201112011158 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty.orbit:org.objectweb.asm:3.1.0.v200803061910 +org.eclipse.jetty:jetty-annotations:8.1.22.v20160922 +org.eclipse.jetty:jetty-continuation:8.1.22.v20160922 +org.eclipse.jetty:jetty-http:8.1.22.v20160922 +org.eclipse.jetty:jetty-io:8.1.22.v20160922 +org.eclipse.jetty:jetty-jndi:8.1.22.v20160922 +org.eclipse.jetty:jetty-jsp:8.1.22.v20160922 +org.eclipse.jetty:jetty-plus:8.1.22.v20160922 +org.eclipse.jetty:jetty-security:8.1.22.v20160922 +org.eclipse.jetty:jetty-server:8.1.22.v20160922 +org.eclipse.jetty:jetty-servlet:8.1.22.v20160922 +org.eclipse.jetty:jetty-util:8.1.22.v20160922 +org.eclipse.jetty:jetty-webapp:8.1.22.v20160922 +org.eclipse.jetty:jetty-xml:8.1.22.v20160922 +org.gretty:gretty-runner-jetty8:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/gae/gradle/dependency-locks/grettyRunnerJetty9.lockfile b/samples/xml/gae/gradle/dependency-locks/grettyRunnerJetty9.lockfile new file mode 100644 index 0000000000..9499a81a9b --- /dev/null +++ b/samples/xml/gae/gradle/dependency-locks/grettyRunnerJetty9.lockfile @@ -0,0 +1,51 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.8.2.v20130121 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.M0 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-api:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-client:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-common:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-server:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-annotations:9.2.26.v20180806 +org.eclipse.jetty:jetty-http:9.2.26.v20180806 +org.eclipse.jetty:jetty-io:9.2.26.v20180806 +org.eclipse.jetty:jetty-jndi:9.2.26.v20180806 +org.eclipse.jetty:jetty-jsp:9.2.26.v20180806 +org.eclipse.jetty:jetty-plus:9.2.26.v20180806 +org.eclipse.jetty:jetty-security:9.2.26.v20180806 +org.eclipse.jetty:jetty-server:9.2.26.v20180806 +org.eclipse.jetty:jetty-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-util:9.2.26.v20180806 +org.eclipse.jetty:jetty-webapp:9.2.26.v20180806 +org.eclipse.jetty:jetty-xml:9.2.26.v20180806 +org.glassfish.web:javax.servlet.jsp.jstl:1.2.2 +org.glassfish.web:javax.servlet.jsp:2.3.2 +org.glassfish:javax.el:3.0.0 +org.gretty:gretty-runner-jetty9:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/gae/gradle/dependency-locks/grettyRunnerJetty93.lockfile b/samples/xml/gae/gradle/dependency-locks/grettyRunnerJetty93.lockfile new file mode 100644 index 0000000000..54c7e0ee60 --- /dev/null +++ b/samples/xml/gae/gradle/dependency-locks/grettyRunnerJetty93.lockfile @@ -0,0 +1,48 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt.core.compiler:ecj:4.4.2 +org.eclipse.jetty.toolchain:jetty-schemas:3.1 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-api:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-client:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-common:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-server:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-servlet:9.3.25.v20180904 +org.eclipse.jetty:apache-jsp:9.3.25.v20180904 +org.eclipse.jetty:jetty-annotations:9.3.25.v20180904 +org.eclipse.jetty:jetty-http:9.3.25.v20180904 +org.eclipse.jetty:jetty-io:9.3.25.v20180904 +org.eclipse.jetty:jetty-jndi:9.3.25.v20180904 +org.eclipse.jetty:jetty-plus:9.3.25.v20180904 +org.eclipse.jetty:jetty-security:9.3.25.v20180904 +org.eclipse.jetty:jetty-server:9.3.25.v20180904 +org.eclipse.jetty:jetty-servlet:9.3.25.v20180904 +org.eclipse.jetty:jetty-util:9.3.25.v20180904 +org.eclipse.jetty:jetty-webapp:9.3.25.v20180904 +org.eclipse.jetty:jetty-xml:9.3.25.v20180904 +org.gretty:gretty-runner-jetty93:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.0.33 +org.mortbay.jasper:apache-jsp:8.0.33 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/gae/gradle/dependency-locks/grettyRunnerJetty94.lockfile b/samples/xml/gae/gradle/dependency-locks/grettyRunnerJetty94.lockfile new file mode 100644 index 0000000000..746adcbf76 --- /dev/null +++ b/samples/xml/gae/gradle/dependency-locks/grettyRunnerJetty94.lockfile @@ -0,0 +1,50 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +javax.websocket:javax.websocket-client-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.14.0 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.2 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-api:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-client:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-common:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-server:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-servlet:9.4.14.v20181114 +org.eclipse.jetty:apache-jsp:9.4.14.v20181114 +org.eclipse.jetty:jetty-annotations:9.4.14.v20181114 +org.eclipse.jetty:jetty-client:9.4.14.v20181114 +org.eclipse.jetty:jetty-http:9.4.14.v20181114 +org.eclipse.jetty:jetty-io:9.4.14.v20181114 +org.eclipse.jetty:jetty-jndi:9.4.14.v20181114 +org.eclipse.jetty:jetty-plus:9.4.14.v20181114 +org.eclipse.jetty:jetty-security:9.4.14.v20181114 +org.eclipse.jetty:jetty-server:9.4.14.v20181114 +org.eclipse.jetty:jetty-servlet:9.4.14.v20181114 +org.eclipse.jetty:jetty-util:9.4.14.v20181114 +org.eclipse.jetty:jetty-webapp:9.4.14.v20181114 +org.eclipse.jetty:jetty-xml:9.4.14.v20181114 +org.gretty:gretty-runner-jetty94:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.5.33.1 +org.mortbay.jasper:apache-jsp:8.5.33.1 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/gae/gradle/dependency-locks/grettyRunnerTomcat85.lockfile b/samples/xml/gae/gradle/dependency-locks/grettyRunnerTomcat85.lockfile new file mode 100644 index 0000000000..ec3f59f0e7 --- /dev/null +++ b/samples/xml/gae/gradle/dependency-locks/grettyRunnerTomcat85.lockfile @@ -0,0 +1,27 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.1.0 +org.apache.tomcat.embed:tomcat-embed-core:8.5.35 +org.apache.tomcat.embed:tomcat-embed-el:8.5.35 +org.apache.tomcat.embed:tomcat-embed-jasper:8.5.35 +org.apache.tomcat.embed:tomcat-embed-websocket:8.5.35 +org.apache.tomcat:tomcat-annotations-api:8.5.35 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.12.3 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/gae/gradle/dependency-locks/grettyRunnerTomcat9.lockfile b/samples/xml/gae/gradle/dependency-locks/grettyRunnerTomcat9.lockfile new file mode 100644 index 0000000000..79664d6256 --- /dev/null +++ b/samples/xml/gae/gradle/dependency-locks/grettyRunnerTomcat9.lockfile @@ -0,0 +1,28 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.0 +org.apache.tomcat.embed:tomcat-embed-core:9.0.13 +org.apache.tomcat.embed:tomcat-embed-el:9.0.13 +org.apache.tomcat.embed:tomcat-embed-jasper:9.0.13 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.13 +org.apache.tomcat:tomcat-annotations-api:9.0.13 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.13.102 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat9:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/gae/gradle/dependency-locks/grettySpringLoaded.lockfile b/samples/xml/gae/gradle/dependency-locks/grettySpringLoaded.lockfile new file mode 100644 index 0000000000..c3aad4e8a3 --- /dev/null +++ b/samples/xml/gae/gradle/dependency-locks/grettySpringLoaded.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:springloaded:1.2.8.RELEASE diff --git a/samples/xml/gae/gradle/dependency-locks/grettyStarter.lockfile b/samples/xml/gae/gradle/dependency-locks/grettyStarter.lockfile new file mode 100644 index 0000000000..9fcf33ac73 --- /dev/null +++ b/samples/xml/gae/gradle/dependency-locks/grettyStarter.lockfile @@ -0,0 +1,31 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-configuration:commons-configuration:1.10 +commons-io:commons-io:2.4 +commons-lang:commons-lang:2.6 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +org.apache.commons:commons-lang3:3.3.2 +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.gretty:gretty-core:3.0.1 +org.gretty:gretty-starter:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.0.2.RELEASE +org.springframework.boot:spring-boot-devtools:2.0.2.RELEASE +org.springframework.boot:spring-boot:2.0.2.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/samples/xml/gae/gradle/dependency-locks/optional.lockfile b/samples/xml/gae/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/gae/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/gae/gradle/dependency-locks/provided.lockfile b/samples/xml/gae/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/gae/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/gae/gradle/dependency-locks/providedCompile.lockfile b/samples/xml/gae/gradle/dependency-locks/providedCompile.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/xml/gae/gradle/dependency-locks/providedCompile.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/gae/gradle/dependency-locks/providedRuntime.lockfile b/samples/xml/gae/gradle/dependency-locks/providedRuntime.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/xml/gae/gradle/dependency-locks/providedRuntime.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/gae/gradle/dependency-locks/runtime.lockfile b/samples/xml/gae/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..6ebd276f2b --- /dev/null +++ b/samples/xml/gae/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,41 @@ +# 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. +com.fasterxml:classmate:1.3.4 +com.google.appengine:appengine-api-1.0-sdk:1.9.82 +com.google.appengine:appengine-api-stubs:1.9.82 +com.google.appengine:appengine:1.9.82 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.inject:javax.inject:1 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.jboss.logging:jboss-logging:3.3.2.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context-support:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/samples/xml/gae/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/xml/gae/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..6ebd276f2b --- /dev/null +++ b/samples/xml/gae/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,41 @@ +# 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. +com.fasterxml:classmate:1.3.4 +com.google.appengine:appengine-api-1.0-sdk:1.9.82 +com.google.appengine:appengine-api-stubs:1.9.82 +com.google.appengine:appengine:1.9.82 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.inject:javax.inject:1 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.jboss.logging:jboss-logging:3.3.2.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context-support:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/samples/xml/gae/gradle/dependency-locks/springBoot.lockfile b/samples/xml/gae/gradle/dependency-locks/springBoot.lockfile new file mode 100644 index 0000000000..6ebd276f2b --- /dev/null +++ b/samples/xml/gae/gradle/dependency-locks/springBoot.lockfile @@ -0,0 +1,41 @@ +# 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. +com.fasterxml:classmate:1.3.4 +com.google.appengine:appengine-api-1.0-sdk:1.9.82 +com.google.appengine:appengine-api-stubs:1.9.82 +com.google.appengine:appengine:1.9.82 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.inject:javax.inject:1 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.jboss.logging:jboss-logging:3.3.2.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context-support:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/samples/xml/gae/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/xml/gae/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/gae/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/gae/gradle/dependency-locks/testCompile.lockfile b/samples/xml/gae/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..418765a02b --- /dev/null +++ b/samples/xml/gae/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,47 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.3.4 +com.google.appengine:appengine-api-1.0-sdk:1.9.82 +com.google.appengine:appengine-api-stubs:1.9.82 +com.google.appengine:appengine-testing:1.9.82 +com.google.appengine:appengine:1.9.82 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.inject:javax.inject:1 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.jboss.logging:jboss-logging:3.3.2.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context-support:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/samples/xml/gae/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/xml/gae/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..418765a02b --- /dev/null +++ b/samples/xml/gae/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,47 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.3.4 +com.google.appengine:appengine-api-1.0-sdk:1.9.82 +com.google.appengine:appengine-api-stubs:1.9.82 +com.google.appengine:appengine-testing:1.9.82 +com.google.appengine:appengine:1.9.82 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.inject:javax.inject:1 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.jboss.logging:jboss-logging:3.3.2.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context-support:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/samples/xml/gae/gradle/dependency-locks/testCompileOnly.lockfile b/samples/xml/gae/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/gae/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/gae/gradle/dependency-locks/testRuntime.lockfile b/samples/xml/gae/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..c8ef63b26a --- /dev/null +++ b/samples/xml/gae/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,51 @@ +# 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. +com.fasterxml:classmate:1.3.4 +com.google.appengine:appengine-api-1.0-sdk:1.9.82 +com.google.appengine:appengine-api-labs:1.9.82 +com.google.appengine:appengine-api-stubs:1.9.82 +com.google.appengine:appengine-testing:1.9.82 +com.google.appengine:appengine:1.9.82 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.inject:javax.inject:1 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.jboss.logging:jboss-logging:3.3.2.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context-support:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/samples/xml/gae/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/xml/gae/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..c8ef63b26a --- /dev/null +++ b/samples/xml/gae/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,51 @@ +# 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. +com.fasterxml:classmate:1.3.4 +com.google.appengine:appengine-api-1.0-sdk:1.9.82 +com.google.appengine:appengine-api-labs:1.9.82 +com.google.appengine:appengine-api-stubs:1.9.82 +com.google.appengine:appengine-testing:1.9.82 +com.google.appengine:appengine:1.9.82 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.inject:javax.inject:1 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.jboss.logging:jboss-logging:3.3.2.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context-support:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/samples/xml/gae/gradle/dependency-locks/tests.lockfile b/samples/xml/gae/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..c8ef63b26a --- /dev/null +++ b/samples/xml/gae/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,51 @@ +# 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. +com.fasterxml:classmate:1.3.4 +com.google.appengine:appengine-api-1.0-sdk:1.9.82 +com.google.appengine:appengine-api-labs:1.9.82 +com.google.appengine:appengine-api-stubs:1.9.82 +com.google.appengine:appengine-testing:1.9.82 +com.google.appengine:appengine:1.9.82 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.inject:javax.inject:1 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.jboss.logging:jboss-logging:3.3.2.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context-support:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/samples/xml/helloworld/gradle/dependency-locks/annotationProcessor.lockfile b/samples/xml/helloworld/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/helloworld/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/helloworld/gradle/dependency-locks/archives.lockfile b/samples/xml/helloworld/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/helloworld/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/helloworld/gradle/dependency-locks/checkstyle.lockfile b/samples/xml/helloworld/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/samples/xml/helloworld/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/helloworld/gradle/dependency-locks/compile.lockfile b/samples/xml/helloworld/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..8ccf3f02de --- /dev/null +++ b/samples/xml/helloworld/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,30 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/helloworld/gradle/dependency-locks/compileClasspath.lockfile b/samples/xml/helloworld/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..8ccf3f02de --- /dev/null +++ b/samples/xml/helloworld/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,30 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/helloworld/gradle/dependency-locks/compileOnly.lockfile b/samples/xml/helloworld/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/helloworld/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/helloworld/gradle/dependency-locks/default.lockfile b/samples/xml/helloworld/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..8ccf3f02de --- /dev/null +++ b/samples/xml/helloworld/gradle/dependency-locks/default.lockfile @@ -0,0 +1,30 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/helloworld/gradle/dependency-locks/gretty.lockfile b/samples/xml/helloworld/gradle/dependency-locks/gretty.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/helloworld/gradle/dependency-locks/gretty.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/helloworld/gradle/dependency-locks/grettyNoSpringBoot.lockfile b/samples/xml/helloworld/gradle/dependency-locks/grettyNoSpringBoot.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/helloworld/gradle/dependency-locks/grettyNoSpringBoot.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/helloworld/gradle/dependency-locks/grettyProductRuntime.lockfile b/samples/xml/helloworld/gradle/dependency-locks/grettyProductRuntime.lockfile new file mode 100644 index 0000000000..8ccf3f02de --- /dev/null +++ b/samples/xml/helloworld/gradle/dependency-locks/grettyProductRuntime.lockfile @@ -0,0 +1,30 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/helloworld/gradle/dependency-locks/grettyProvidedCompile.lockfile b/samples/xml/helloworld/gradle/dependency-locks/grettyProvidedCompile.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/xml/helloworld/gradle/dependency-locks/grettyProvidedCompile.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/helloworld/gradle/dependency-locks/grettyRunnerJetty7.lockfile b/samples/xml/helloworld/gradle/dependency-locks/grettyRunnerJetty7.lockfile new file mode 100644 index 0000000000..e9e1db89cd --- /dev/null +++ b/samples/xml/helloworld/gradle/dependency-locks/grettyRunnerJetty7.lockfile @@ -0,0 +1,41 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:servlet-api:2.5 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:1.0.0.v201105211818 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.el:2.1.0.v201105211819 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.1.0.v201105211820 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.1.0.v201110031002 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty:jetty-continuation:7.6.21.v20160908 +org.eclipse.jetty:jetty-http:7.6.21.v20160908 +org.eclipse.jetty:jetty-io:7.6.21.v20160908 +org.eclipse.jetty:jetty-jndi:7.6.21.v20160908 +org.eclipse.jetty:jetty-jsp:7.6.21.v20160908 +org.eclipse.jetty:jetty-plus:7.6.21.v20160908 +org.eclipse.jetty:jetty-security:7.6.21.v20160908 +org.eclipse.jetty:jetty-server:7.6.21.v20160908 +org.eclipse.jetty:jetty-servlet:7.6.21.v20160908 +org.eclipse.jetty:jetty-util:7.6.21.v20160908 +org.eclipse.jetty:jetty-webapp:7.6.21.v20160908 +org.eclipse.jetty:jetty-xml:7.6.21.v20160908 +org.gretty:gretty-runner-jetty7:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/helloworld/gradle/dependency-locks/grettyRunnerJetty8.lockfile b/samples/xml/helloworld/gradle/dependency-locks/grettyRunnerJetty8.lockfile new file mode 100644 index 0000000000..27d757f042 --- /dev/null +++ b/samples/xml/helloworld/gradle/dependency-locks/grettyRunnerJetty8.lockfile @@ -0,0 +1,44 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.0.1 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.annotation:1.1.0.v201108011116 +org.eclipse.jetty.orbit:javax.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.2.0.v201112011158 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.2.2.v201112011158 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty.orbit:org.objectweb.asm:3.1.0.v200803061910 +org.eclipse.jetty:jetty-annotations:8.1.22.v20160922 +org.eclipse.jetty:jetty-continuation:8.1.22.v20160922 +org.eclipse.jetty:jetty-http:8.1.22.v20160922 +org.eclipse.jetty:jetty-io:8.1.22.v20160922 +org.eclipse.jetty:jetty-jndi:8.1.22.v20160922 +org.eclipse.jetty:jetty-jsp:8.1.22.v20160922 +org.eclipse.jetty:jetty-plus:8.1.22.v20160922 +org.eclipse.jetty:jetty-security:8.1.22.v20160922 +org.eclipse.jetty:jetty-server:8.1.22.v20160922 +org.eclipse.jetty:jetty-servlet:8.1.22.v20160922 +org.eclipse.jetty:jetty-util:8.1.22.v20160922 +org.eclipse.jetty:jetty-webapp:8.1.22.v20160922 +org.eclipse.jetty:jetty-xml:8.1.22.v20160922 +org.gretty:gretty-runner-jetty8:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/helloworld/gradle/dependency-locks/grettyRunnerJetty9.lockfile b/samples/xml/helloworld/gradle/dependency-locks/grettyRunnerJetty9.lockfile new file mode 100644 index 0000000000..9499a81a9b --- /dev/null +++ b/samples/xml/helloworld/gradle/dependency-locks/grettyRunnerJetty9.lockfile @@ -0,0 +1,51 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.8.2.v20130121 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.M0 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-api:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-client:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-common:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-server:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-annotations:9.2.26.v20180806 +org.eclipse.jetty:jetty-http:9.2.26.v20180806 +org.eclipse.jetty:jetty-io:9.2.26.v20180806 +org.eclipse.jetty:jetty-jndi:9.2.26.v20180806 +org.eclipse.jetty:jetty-jsp:9.2.26.v20180806 +org.eclipse.jetty:jetty-plus:9.2.26.v20180806 +org.eclipse.jetty:jetty-security:9.2.26.v20180806 +org.eclipse.jetty:jetty-server:9.2.26.v20180806 +org.eclipse.jetty:jetty-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-util:9.2.26.v20180806 +org.eclipse.jetty:jetty-webapp:9.2.26.v20180806 +org.eclipse.jetty:jetty-xml:9.2.26.v20180806 +org.glassfish.web:javax.servlet.jsp.jstl:1.2.2 +org.glassfish.web:javax.servlet.jsp:2.3.2 +org.glassfish:javax.el:3.0.0 +org.gretty:gretty-runner-jetty9:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/helloworld/gradle/dependency-locks/grettyRunnerJetty93.lockfile b/samples/xml/helloworld/gradle/dependency-locks/grettyRunnerJetty93.lockfile new file mode 100644 index 0000000000..54c7e0ee60 --- /dev/null +++ b/samples/xml/helloworld/gradle/dependency-locks/grettyRunnerJetty93.lockfile @@ -0,0 +1,48 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt.core.compiler:ecj:4.4.2 +org.eclipse.jetty.toolchain:jetty-schemas:3.1 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-api:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-client:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-common:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-server:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-servlet:9.3.25.v20180904 +org.eclipse.jetty:apache-jsp:9.3.25.v20180904 +org.eclipse.jetty:jetty-annotations:9.3.25.v20180904 +org.eclipse.jetty:jetty-http:9.3.25.v20180904 +org.eclipse.jetty:jetty-io:9.3.25.v20180904 +org.eclipse.jetty:jetty-jndi:9.3.25.v20180904 +org.eclipse.jetty:jetty-plus:9.3.25.v20180904 +org.eclipse.jetty:jetty-security:9.3.25.v20180904 +org.eclipse.jetty:jetty-server:9.3.25.v20180904 +org.eclipse.jetty:jetty-servlet:9.3.25.v20180904 +org.eclipse.jetty:jetty-util:9.3.25.v20180904 +org.eclipse.jetty:jetty-webapp:9.3.25.v20180904 +org.eclipse.jetty:jetty-xml:9.3.25.v20180904 +org.gretty:gretty-runner-jetty93:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.0.33 +org.mortbay.jasper:apache-jsp:8.0.33 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/helloworld/gradle/dependency-locks/grettyRunnerJetty94.lockfile b/samples/xml/helloworld/gradle/dependency-locks/grettyRunnerJetty94.lockfile new file mode 100644 index 0000000000..746adcbf76 --- /dev/null +++ b/samples/xml/helloworld/gradle/dependency-locks/grettyRunnerJetty94.lockfile @@ -0,0 +1,50 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +javax.websocket:javax.websocket-client-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.14.0 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.2 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-api:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-client:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-common:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-server:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-servlet:9.4.14.v20181114 +org.eclipse.jetty:apache-jsp:9.4.14.v20181114 +org.eclipse.jetty:jetty-annotations:9.4.14.v20181114 +org.eclipse.jetty:jetty-client:9.4.14.v20181114 +org.eclipse.jetty:jetty-http:9.4.14.v20181114 +org.eclipse.jetty:jetty-io:9.4.14.v20181114 +org.eclipse.jetty:jetty-jndi:9.4.14.v20181114 +org.eclipse.jetty:jetty-plus:9.4.14.v20181114 +org.eclipse.jetty:jetty-security:9.4.14.v20181114 +org.eclipse.jetty:jetty-server:9.4.14.v20181114 +org.eclipse.jetty:jetty-servlet:9.4.14.v20181114 +org.eclipse.jetty:jetty-util:9.4.14.v20181114 +org.eclipse.jetty:jetty-webapp:9.4.14.v20181114 +org.eclipse.jetty:jetty-xml:9.4.14.v20181114 +org.gretty:gretty-runner-jetty94:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.5.33.1 +org.mortbay.jasper:apache-jsp:8.5.33.1 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/helloworld/gradle/dependency-locks/grettyRunnerTomcat85.lockfile b/samples/xml/helloworld/gradle/dependency-locks/grettyRunnerTomcat85.lockfile new file mode 100644 index 0000000000..ec3f59f0e7 --- /dev/null +++ b/samples/xml/helloworld/gradle/dependency-locks/grettyRunnerTomcat85.lockfile @@ -0,0 +1,27 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.1.0 +org.apache.tomcat.embed:tomcat-embed-core:8.5.35 +org.apache.tomcat.embed:tomcat-embed-el:8.5.35 +org.apache.tomcat.embed:tomcat-embed-jasper:8.5.35 +org.apache.tomcat.embed:tomcat-embed-websocket:8.5.35 +org.apache.tomcat:tomcat-annotations-api:8.5.35 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.12.3 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/helloworld/gradle/dependency-locks/grettyRunnerTomcat9.lockfile b/samples/xml/helloworld/gradle/dependency-locks/grettyRunnerTomcat9.lockfile new file mode 100644 index 0000000000..79664d6256 --- /dev/null +++ b/samples/xml/helloworld/gradle/dependency-locks/grettyRunnerTomcat9.lockfile @@ -0,0 +1,28 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.0 +org.apache.tomcat.embed:tomcat-embed-core:9.0.13 +org.apache.tomcat.embed:tomcat-embed-el:9.0.13 +org.apache.tomcat.embed:tomcat-embed-jasper:9.0.13 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.13 +org.apache.tomcat:tomcat-annotations-api:9.0.13 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.13.102 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat9:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/helloworld/gradle/dependency-locks/grettySpringLoaded.lockfile b/samples/xml/helloworld/gradle/dependency-locks/grettySpringLoaded.lockfile new file mode 100644 index 0000000000..c3aad4e8a3 --- /dev/null +++ b/samples/xml/helloworld/gradle/dependency-locks/grettySpringLoaded.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:springloaded:1.2.8.RELEASE diff --git a/samples/xml/helloworld/gradle/dependency-locks/grettyStarter.lockfile b/samples/xml/helloworld/gradle/dependency-locks/grettyStarter.lockfile new file mode 100644 index 0000000000..9fcf33ac73 --- /dev/null +++ b/samples/xml/helloworld/gradle/dependency-locks/grettyStarter.lockfile @@ -0,0 +1,31 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-configuration:commons-configuration:1.10 +commons-io:commons-io:2.4 +commons-lang:commons-lang:2.6 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +org.apache.commons:commons-lang3:3.3.2 +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.gretty:gretty-core:3.0.1 +org.gretty:gretty-starter:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.0.2.RELEASE +org.springframework.boot:spring-boot-devtools:2.0.2.RELEASE +org.springframework.boot:spring-boot:2.0.2.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/samples/xml/helloworld/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile b/samples/xml/helloworld/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/helloworld/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/helloworld/gradle/dependency-locks/integrationTestCompile.lockfile b/samples/xml/helloworld/gradle/dependency-locks/integrationTestCompile.lockfile new file mode 100644 index 0000000000..f62f5af676 --- /dev/null +++ b/samples/xml/helloworld/gradle/dependency-locks/integrationTestCompile.lockfile @@ -0,0 +1,79 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:1.3.9 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.j2objc:j2objc-annotations:1.1 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.14 +commons-io:commons-io:2.6 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/xml/helloworld/gradle/dependency-locks/integrationTestCompileClasspath.lockfile b/samples/xml/helloworld/gradle/dependency-locks/integrationTestCompileClasspath.lockfile new file mode 100644 index 0000000000..f62f5af676 --- /dev/null +++ b/samples/xml/helloworld/gradle/dependency-locks/integrationTestCompileClasspath.lockfile @@ -0,0 +1,79 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:1.3.9 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.j2objc:j2objc-annotations:1.1 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.14 +commons-io:commons-io:2.6 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/xml/helloworld/gradle/dependency-locks/integrationTestCompileOnly.lockfile b/samples/xml/helloworld/gradle/dependency-locks/integrationTestCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/helloworld/gradle/dependency-locks/integrationTestCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/helloworld/gradle/dependency-locks/integrationTestRuntime.lockfile b/samples/xml/helloworld/gradle/dependency-locks/integrationTestRuntime.lockfile new file mode 100644 index 0000000000..f62f5af676 --- /dev/null +++ b/samples/xml/helloworld/gradle/dependency-locks/integrationTestRuntime.lockfile @@ -0,0 +1,79 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:1.3.9 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.j2objc:j2objc-annotations:1.1 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.14 +commons-io:commons-io:2.6 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/xml/helloworld/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile b/samples/xml/helloworld/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile new file mode 100644 index 0000000000..f62f5af676 --- /dev/null +++ b/samples/xml/helloworld/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile @@ -0,0 +1,79 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:1.3.9 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.j2objc:j2objc-annotations:1.1 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.14 +commons-io:commons-io:2.6 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/xml/helloworld/gradle/dependency-locks/optional.lockfile b/samples/xml/helloworld/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/helloworld/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/helloworld/gradle/dependency-locks/provided.lockfile b/samples/xml/helloworld/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/helloworld/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/helloworld/gradle/dependency-locks/providedCompile.lockfile b/samples/xml/helloworld/gradle/dependency-locks/providedCompile.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/xml/helloworld/gradle/dependency-locks/providedCompile.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/helloworld/gradle/dependency-locks/providedRuntime.lockfile b/samples/xml/helloworld/gradle/dependency-locks/providedRuntime.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/xml/helloworld/gradle/dependency-locks/providedRuntime.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/helloworld/gradle/dependency-locks/runtime.lockfile b/samples/xml/helloworld/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..8ccf3f02de --- /dev/null +++ b/samples/xml/helloworld/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,30 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/helloworld/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/xml/helloworld/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..8ccf3f02de --- /dev/null +++ b/samples/xml/helloworld/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,30 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/helloworld/gradle/dependency-locks/springBoot.lockfile b/samples/xml/helloworld/gradle/dependency-locks/springBoot.lockfile new file mode 100644 index 0000000000..8ccf3f02de --- /dev/null +++ b/samples/xml/helloworld/gradle/dependency-locks/springBoot.lockfile @@ -0,0 +1,30 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/helloworld/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/xml/helloworld/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/helloworld/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/helloworld/gradle/dependency-locks/testCompile.lockfile b/samples/xml/helloworld/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..99d6d53dee --- /dev/null +++ b/samples/xml/helloworld/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,40 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/helloworld/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/xml/helloworld/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..99d6d53dee --- /dev/null +++ b/samples/xml/helloworld/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,40 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/helloworld/gradle/dependency-locks/testCompileOnly.lockfile b/samples/xml/helloworld/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/helloworld/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/helloworld/gradle/dependency-locks/testRuntime.lockfile b/samples/xml/helloworld/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..99d6d53dee --- /dev/null +++ b/samples/xml/helloworld/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,40 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/helloworld/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/xml/helloworld/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..99d6d53dee --- /dev/null +++ b/samples/xml/helloworld/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,40 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/helloworld/gradle/dependency-locks/tests.lockfile b/samples/xml/helloworld/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..99d6d53dee --- /dev/null +++ b/samples/xml/helloworld/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,40 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/insecure/gradle/dependency-locks/annotationProcessor.lockfile b/samples/xml/insecure/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/insecure/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/insecure/gradle/dependency-locks/archives.lockfile b/samples/xml/insecure/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/insecure/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/insecure/gradle/dependency-locks/checkstyle.lockfile b/samples/xml/insecure/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/samples/xml/insecure/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/insecure/gradle/dependency-locks/compile.lockfile b/samples/xml/insecure/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..5d1817b376 --- /dev/null +++ b/samples/xml/insecure/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,20 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.activation:javax.activation-api:1.2.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/insecure/gradle/dependency-locks/compileClasspath.lockfile b/samples/xml/insecure/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..5d1817b376 --- /dev/null +++ b/samples/xml/insecure/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,20 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.activation:javax.activation-api:1.2.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/insecure/gradle/dependency-locks/compileOnly.lockfile b/samples/xml/insecure/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/insecure/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/insecure/gradle/dependency-locks/default.lockfile b/samples/xml/insecure/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..5d1817b376 --- /dev/null +++ b/samples/xml/insecure/gradle/dependency-locks/default.lockfile @@ -0,0 +1,20 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.activation:javax.activation-api:1.2.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/insecure/gradle/dependency-locks/gretty.lockfile b/samples/xml/insecure/gradle/dependency-locks/gretty.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/insecure/gradle/dependency-locks/gretty.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/insecure/gradle/dependency-locks/grettyNoSpringBoot.lockfile b/samples/xml/insecure/gradle/dependency-locks/grettyNoSpringBoot.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/insecure/gradle/dependency-locks/grettyNoSpringBoot.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/insecure/gradle/dependency-locks/grettyProductRuntime.lockfile b/samples/xml/insecure/gradle/dependency-locks/grettyProductRuntime.lockfile new file mode 100644 index 0000000000..5d1817b376 --- /dev/null +++ b/samples/xml/insecure/gradle/dependency-locks/grettyProductRuntime.lockfile @@ -0,0 +1,20 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.activation:javax.activation-api:1.2.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/insecure/gradle/dependency-locks/grettyProvidedCompile.lockfile b/samples/xml/insecure/gradle/dependency-locks/grettyProvidedCompile.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/xml/insecure/gradle/dependency-locks/grettyProvidedCompile.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/insecure/gradle/dependency-locks/grettyRunnerJetty7.lockfile b/samples/xml/insecure/gradle/dependency-locks/grettyRunnerJetty7.lockfile new file mode 100644 index 0000000000..e9e1db89cd --- /dev/null +++ b/samples/xml/insecure/gradle/dependency-locks/grettyRunnerJetty7.lockfile @@ -0,0 +1,41 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:servlet-api:2.5 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:1.0.0.v201105211818 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.el:2.1.0.v201105211819 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.1.0.v201105211820 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.1.0.v201110031002 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty:jetty-continuation:7.6.21.v20160908 +org.eclipse.jetty:jetty-http:7.6.21.v20160908 +org.eclipse.jetty:jetty-io:7.6.21.v20160908 +org.eclipse.jetty:jetty-jndi:7.6.21.v20160908 +org.eclipse.jetty:jetty-jsp:7.6.21.v20160908 +org.eclipse.jetty:jetty-plus:7.6.21.v20160908 +org.eclipse.jetty:jetty-security:7.6.21.v20160908 +org.eclipse.jetty:jetty-server:7.6.21.v20160908 +org.eclipse.jetty:jetty-servlet:7.6.21.v20160908 +org.eclipse.jetty:jetty-util:7.6.21.v20160908 +org.eclipse.jetty:jetty-webapp:7.6.21.v20160908 +org.eclipse.jetty:jetty-xml:7.6.21.v20160908 +org.gretty:gretty-runner-jetty7:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/insecure/gradle/dependency-locks/grettyRunnerJetty8.lockfile b/samples/xml/insecure/gradle/dependency-locks/grettyRunnerJetty8.lockfile new file mode 100644 index 0000000000..27d757f042 --- /dev/null +++ b/samples/xml/insecure/gradle/dependency-locks/grettyRunnerJetty8.lockfile @@ -0,0 +1,44 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.0.1 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.annotation:1.1.0.v201108011116 +org.eclipse.jetty.orbit:javax.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.2.0.v201112011158 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.2.2.v201112011158 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty.orbit:org.objectweb.asm:3.1.0.v200803061910 +org.eclipse.jetty:jetty-annotations:8.1.22.v20160922 +org.eclipse.jetty:jetty-continuation:8.1.22.v20160922 +org.eclipse.jetty:jetty-http:8.1.22.v20160922 +org.eclipse.jetty:jetty-io:8.1.22.v20160922 +org.eclipse.jetty:jetty-jndi:8.1.22.v20160922 +org.eclipse.jetty:jetty-jsp:8.1.22.v20160922 +org.eclipse.jetty:jetty-plus:8.1.22.v20160922 +org.eclipse.jetty:jetty-security:8.1.22.v20160922 +org.eclipse.jetty:jetty-server:8.1.22.v20160922 +org.eclipse.jetty:jetty-servlet:8.1.22.v20160922 +org.eclipse.jetty:jetty-util:8.1.22.v20160922 +org.eclipse.jetty:jetty-webapp:8.1.22.v20160922 +org.eclipse.jetty:jetty-xml:8.1.22.v20160922 +org.gretty:gretty-runner-jetty8:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/insecure/gradle/dependency-locks/grettyRunnerJetty9.lockfile b/samples/xml/insecure/gradle/dependency-locks/grettyRunnerJetty9.lockfile new file mode 100644 index 0000000000..9499a81a9b --- /dev/null +++ b/samples/xml/insecure/gradle/dependency-locks/grettyRunnerJetty9.lockfile @@ -0,0 +1,51 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.8.2.v20130121 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.M0 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-api:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-client:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-common:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-server:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-annotations:9.2.26.v20180806 +org.eclipse.jetty:jetty-http:9.2.26.v20180806 +org.eclipse.jetty:jetty-io:9.2.26.v20180806 +org.eclipse.jetty:jetty-jndi:9.2.26.v20180806 +org.eclipse.jetty:jetty-jsp:9.2.26.v20180806 +org.eclipse.jetty:jetty-plus:9.2.26.v20180806 +org.eclipse.jetty:jetty-security:9.2.26.v20180806 +org.eclipse.jetty:jetty-server:9.2.26.v20180806 +org.eclipse.jetty:jetty-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-util:9.2.26.v20180806 +org.eclipse.jetty:jetty-webapp:9.2.26.v20180806 +org.eclipse.jetty:jetty-xml:9.2.26.v20180806 +org.glassfish.web:javax.servlet.jsp.jstl:1.2.2 +org.glassfish.web:javax.servlet.jsp:2.3.2 +org.glassfish:javax.el:3.0.0 +org.gretty:gretty-runner-jetty9:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/insecure/gradle/dependency-locks/grettyRunnerJetty93.lockfile b/samples/xml/insecure/gradle/dependency-locks/grettyRunnerJetty93.lockfile new file mode 100644 index 0000000000..54c7e0ee60 --- /dev/null +++ b/samples/xml/insecure/gradle/dependency-locks/grettyRunnerJetty93.lockfile @@ -0,0 +1,48 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt.core.compiler:ecj:4.4.2 +org.eclipse.jetty.toolchain:jetty-schemas:3.1 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-api:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-client:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-common:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-server:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-servlet:9.3.25.v20180904 +org.eclipse.jetty:apache-jsp:9.3.25.v20180904 +org.eclipse.jetty:jetty-annotations:9.3.25.v20180904 +org.eclipse.jetty:jetty-http:9.3.25.v20180904 +org.eclipse.jetty:jetty-io:9.3.25.v20180904 +org.eclipse.jetty:jetty-jndi:9.3.25.v20180904 +org.eclipse.jetty:jetty-plus:9.3.25.v20180904 +org.eclipse.jetty:jetty-security:9.3.25.v20180904 +org.eclipse.jetty:jetty-server:9.3.25.v20180904 +org.eclipse.jetty:jetty-servlet:9.3.25.v20180904 +org.eclipse.jetty:jetty-util:9.3.25.v20180904 +org.eclipse.jetty:jetty-webapp:9.3.25.v20180904 +org.eclipse.jetty:jetty-xml:9.3.25.v20180904 +org.gretty:gretty-runner-jetty93:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.0.33 +org.mortbay.jasper:apache-jsp:8.0.33 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/insecure/gradle/dependency-locks/grettyRunnerJetty94.lockfile b/samples/xml/insecure/gradle/dependency-locks/grettyRunnerJetty94.lockfile new file mode 100644 index 0000000000..746adcbf76 --- /dev/null +++ b/samples/xml/insecure/gradle/dependency-locks/grettyRunnerJetty94.lockfile @@ -0,0 +1,50 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +javax.websocket:javax.websocket-client-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.14.0 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.2 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-api:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-client:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-common:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-server:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-servlet:9.4.14.v20181114 +org.eclipse.jetty:apache-jsp:9.4.14.v20181114 +org.eclipse.jetty:jetty-annotations:9.4.14.v20181114 +org.eclipse.jetty:jetty-client:9.4.14.v20181114 +org.eclipse.jetty:jetty-http:9.4.14.v20181114 +org.eclipse.jetty:jetty-io:9.4.14.v20181114 +org.eclipse.jetty:jetty-jndi:9.4.14.v20181114 +org.eclipse.jetty:jetty-plus:9.4.14.v20181114 +org.eclipse.jetty:jetty-security:9.4.14.v20181114 +org.eclipse.jetty:jetty-server:9.4.14.v20181114 +org.eclipse.jetty:jetty-servlet:9.4.14.v20181114 +org.eclipse.jetty:jetty-util:9.4.14.v20181114 +org.eclipse.jetty:jetty-webapp:9.4.14.v20181114 +org.eclipse.jetty:jetty-xml:9.4.14.v20181114 +org.gretty:gretty-runner-jetty94:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.5.33.1 +org.mortbay.jasper:apache-jsp:8.5.33.1 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/insecure/gradle/dependency-locks/grettyRunnerTomcat85.lockfile b/samples/xml/insecure/gradle/dependency-locks/grettyRunnerTomcat85.lockfile new file mode 100644 index 0000000000..ec3f59f0e7 --- /dev/null +++ b/samples/xml/insecure/gradle/dependency-locks/grettyRunnerTomcat85.lockfile @@ -0,0 +1,27 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.1.0 +org.apache.tomcat.embed:tomcat-embed-core:8.5.35 +org.apache.tomcat.embed:tomcat-embed-el:8.5.35 +org.apache.tomcat.embed:tomcat-embed-jasper:8.5.35 +org.apache.tomcat.embed:tomcat-embed-websocket:8.5.35 +org.apache.tomcat:tomcat-annotations-api:8.5.35 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.12.3 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/insecure/gradle/dependency-locks/grettyRunnerTomcat9.lockfile b/samples/xml/insecure/gradle/dependency-locks/grettyRunnerTomcat9.lockfile new file mode 100644 index 0000000000..79664d6256 --- /dev/null +++ b/samples/xml/insecure/gradle/dependency-locks/grettyRunnerTomcat9.lockfile @@ -0,0 +1,28 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.0 +org.apache.tomcat.embed:tomcat-embed-core:9.0.13 +org.apache.tomcat.embed:tomcat-embed-el:9.0.13 +org.apache.tomcat.embed:tomcat-embed-jasper:9.0.13 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.13 +org.apache.tomcat:tomcat-annotations-api:9.0.13 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.13.102 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat9:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/insecure/gradle/dependency-locks/grettySpringLoaded.lockfile b/samples/xml/insecure/gradle/dependency-locks/grettySpringLoaded.lockfile new file mode 100644 index 0000000000..c3aad4e8a3 --- /dev/null +++ b/samples/xml/insecure/gradle/dependency-locks/grettySpringLoaded.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:springloaded:1.2.8.RELEASE diff --git a/samples/xml/insecure/gradle/dependency-locks/grettyStarter.lockfile b/samples/xml/insecure/gradle/dependency-locks/grettyStarter.lockfile new file mode 100644 index 0000000000..9fcf33ac73 --- /dev/null +++ b/samples/xml/insecure/gradle/dependency-locks/grettyStarter.lockfile @@ -0,0 +1,31 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-configuration:commons-configuration:1.10 +commons-io:commons-io:2.4 +commons-lang:commons-lang:2.6 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +org.apache.commons:commons-lang3:3.3.2 +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.gretty:gretty-core:3.0.1 +org.gretty:gretty-starter:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.0.2.RELEASE +org.springframework.boot:spring-boot-devtools:2.0.2.RELEASE +org.springframework.boot:spring-boot:2.0.2.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/samples/xml/insecure/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile b/samples/xml/insecure/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/insecure/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/insecure/gradle/dependency-locks/integrationTestCompile.lockfile b/samples/xml/insecure/gradle/dependency-locks/integrationTestCompile.lockfile new file mode 100644 index 0000000000..9c30b8472f --- /dev/null +++ b/samples/xml/insecure/gradle/dependency-locks/integrationTestCompile.lockfile @@ -0,0 +1,69 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:1.3.9 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.j2objc:j2objc-annotations:1.1 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +commons-codec:commons-codec:1.14 +commons-io:commons-io:2.6 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.projectreactor:reactor-bom:2020.0.0 +javax.activation:javax.activation-api:1.2.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-core:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/xml/insecure/gradle/dependency-locks/integrationTestCompileClasspath.lockfile b/samples/xml/insecure/gradle/dependency-locks/integrationTestCompileClasspath.lockfile new file mode 100644 index 0000000000..9c30b8472f --- /dev/null +++ b/samples/xml/insecure/gradle/dependency-locks/integrationTestCompileClasspath.lockfile @@ -0,0 +1,69 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:1.3.9 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.j2objc:j2objc-annotations:1.1 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +commons-codec:commons-codec:1.14 +commons-io:commons-io:2.6 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.projectreactor:reactor-bom:2020.0.0 +javax.activation:javax.activation-api:1.2.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-core:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/xml/insecure/gradle/dependency-locks/integrationTestCompileOnly.lockfile b/samples/xml/insecure/gradle/dependency-locks/integrationTestCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/insecure/gradle/dependency-locks/integrationTestCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/insecure/gradle/dependency-locks/integrationTestRuntime.lockfile b/samples/xml/insecure/gradle/dependency-locks/integrationTestRuntime.lockfile new file mode 100644 index 0000000000..9c30b8472f --- /dev/null +++ b/samples/xml/insecure/gradle/dependency-locks/integrationTestRuntime.lockfile @@ -0,0 +1,69 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:1.3.9 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.j2objc:j2objc-annotations:1.1 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +commons-codec:commons-codec:1.14 +commons-io:commons-io:2.6 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.projectreactor:reactor-bom:2020.0.0 +javax.activation:javax.activation-api:1.2.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-core:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/xml/insecure/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile b/samples/xml/insecure/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile new file mode 100644 index 0000000000..9c30b8472f --- /dev/null +++ b/samples/xml/insecure/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile @@ -0,0 +1,69 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:1.3.9 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.j2objc:j2objc-annotations:1.1 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +commons-codec:commons-codec:1.14 +commons-io:commons-io:2.6 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.projectreactor:reactor-bom:2020.0.0 +javax.activation:javax.activation-api:1.2.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-core:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/xml/insecure/gradle/dependency-locks/optional.lockfile b/samples/xml/insecure/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/insecure/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/insecure/gradle/dependency-locks/provided.lockfile b/samples/xml/insecure/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/insecure/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/insecure/gradle/dependency-locks/providedCompile.lockfile b/samples/xml/insecure/gradle/dependency-locks/providedCompile.lockfile new file mode 100644 index 0000000000..1416585107 --- /dev/null +++ b/samples/xml/insecure/gradle/dependency-locks/providedCompile.lockfile @@ -0,0 +1,9 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/insecure/gradle/dependency-locks/providedRuntime.lockfile b/samples/xml/insecure/gradle/dependency-locks/providedRuntime.lockfile new file mode 100644 index 0000000000..1416585107 --- /dev/null +++ b/samples/xml/insecure/gradle/dependency-locks/providedRuntime.lockfile @@ -0,0 +1,9 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/insecure/gradle/dependency-locks/runtime.lockfile b/samples/xml/insecure/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..5d1817b376 --- /dev/null +++ b/samples/xml/insecure/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,20 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.activation:javax.activation-api:1.2.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/insecure/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/xml/insecure/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..5d1817b376 --- /dev/null +++ b/samples/xml/insecure/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,20 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.activation:javax.activation-api:1.2.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/insecure/gradle/dependency-locks/springBoot.lockfile b/samples/xml/insecure/gradle/dependency-locks/springBoot.lockfile new file mode 100644 index 0000000000..5d1817b376 --- /dev/null +++ b/samples/xml/insecure/gradle/dependency-locks/springBoot.lockfile @@ -0,0 +1,20 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.activation:javax.activation-api:1.2.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/insecure/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/xml/insecure/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/insecure/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/insecure/gradle/dependency-locks/testCompile.lockfile b/samples/xml/insecure/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..cd430ab8fa --- /dev/null +++ b/samples/xml/insecure/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,30 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.activation:javax.activation-api:1.2.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-core:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/samples/xml/insecure/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/xml/insecure/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..cd430ab8fa --- /dev/null +++ b/samples/xml/insecure/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,30 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.activation:javax.activation-api:1.2.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-core:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/samples/xml/insecure/gradle/dependency-locks/testCompileOnly.lockfile b/samples/xml/insecure/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/insecure/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/insecure/gradle/dependency-locks/testRuntime.lockfile b/samples/xml/insecure/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..cd430ab8fa --- /dev/null +++ b/samples/xml/insecure/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,30 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.activation:javax.activation-api:1.2.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-core:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/samples/xml/insecure/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/xml/insecure/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..cd430ab8fa --- /dev/null +++ b/samples/xml/insecure/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,30 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.activation:javax.activation-api:1.2.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-core:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/samples/xml/insecure/gradle/dependency-locks/tests.lockfile b/samples/xml/insecure/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..cd430ab8fa --- /dev/null +++ b/samples/xml/insecure/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,30 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.activation:javax.activation-api:1.2.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-core:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 diff --git a/samples/xml/insecuremvc/gradle/dependency-locks/annotationProcessor.lockfile b/samples/xml/insecuremvc/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/insecuremvc/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/insecuremvc/gradle/dependency-locks/archives.lockfile b/samples/xml/insecuremvc/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/insecuremvc/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/insecuremvc/gradle/dependency-locks/checkstyle.lockfile b/samples/xml/insecuremvc/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/samples/xml/insecuremvc/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/insecuremvc/gradle/dependency-locks/compile.lockfile b/samples/xml/insecuremvc/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..4fe1c8f6a4 --- /dev/null +++ b/samples/xml/insecuremvc/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,70 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/xml/insecuremvc/gradle/dependency-locks/compileClasspath.lockfile b/samples/xml/insecuremvc/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..4fe1c8f6a4 --- /dev/null +++ b/samples/xml/insecuremvc/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,70 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/xml/insecuremvc/gradle/dependency-locks/compileOnly.lockfile b/samples/xml/insecuremvc/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/insecuremvc/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/insecuremvc/gradle/dependency-locks/default.lockfile b/samples/xml/insecuremvc/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..c3c7bc760e --- /dev/null +++ b/samples/xml/insecuremvc/gradle/dependency-locks/default.lockfile @@ -0,0 +1,71 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/xml/insecuremvc/gradle/dependency-locks/gretty.lockfile b/samples/xml/insecuremvc/gradle/dependency-locks/gretty.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/insecuremvc/gradle/dependency-locks/gretty.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/insecuremvc/gradle/dependency-locks/grettyNoSpringBoot.lockfile b/samples/xml/insecuremvc/gradle/dependency-locks/grettyNoSpringBoot.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/insecuremvc/gradle/dependency-locks/grettyNoSpringBoot.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/insecuremvc/gradle/dependency-locks/grettyProductRuntime.lockfile b/samples/xml/insecuremvc/gradle/dependency-locks/grettyProductRuntime.lockfile new file mode 100644 index 0000000000..c3c7bc760e --- /dev/null +++ b/samples/xml/insecuremvc/gradle/dependency-locks/grettyProductRuntime.lockfile @@ -0,0 +1,71 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/xml/insecuremvc/gradle/dependency-locks/grettyProvidedCompile.lockfile b/samples/xml/insecuremvc/gradle/dependency-locks/grettyProvidedCompile.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/xml/insecuremvc/gradle/dependency-locks/grettyProvidedCompile.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/insecuremvc/gradle/dependency-locks/grettyRunnerJetty7.lockfile b/samples/xml/insecuremvc/gradle/dependency-locks/grettyRunnerJetty7.lockfile new file mode 100644 index 0000000000..e9e1db89cd --- /dev/null +++ b/samples/xml/insecuremvc/gradle/dependency-locks/grettyRunnerJetty7.lockfile @@ -0,0 +1,41 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:servlet-api:2.5 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:1.0.0.v201105211818 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.el:2.1.0.v201105211819 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.1.0.v201105211820 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.1.0.v201110031002 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty:jetty-continuation:7.6.21.v20160908 +org.eclipse.jetty:jetty-http:7.6.21.v20160908 +org.eclipse.jetty:jetty-io:7.6.21.v20160908 +org.eclipse.jetty:jetty-jndi:7.6.21.v20160908 +org.eclipse.jetty:jetty-jsp:7.6.21.v20160908 +org.eclipse.jetty:jetty-plus:7.6.21.v20160908 +org.eclipse.jetty:jetty-security:7.6.21.v20160908 +org.eclipse.jetty:jetty-server:7.6.21.v20160908 +org.eclipse.jetty:jetty-servlet:7.6.21.v20160908 +org.eclipse.jetty:jetty-util:7.6.21.v20160908 +org.eclipse.jetty:jetty-webapp:7.6.21.v20160908 +org.eclipse.jetty:jetty-xml:7.6.21.v20160908 +org.gretty:gretty-runner-jetty7:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/insecuremvc/gradle/dependency-locks/grettyRunnerJetty8.lockfile b/samples/xml/insecuremvc/gradle/dependency-locks/grettyRunnerJetty8.lockfile new file mode 100644 index 0000000000..27d757f042 --- /dev/null +++ b/samples/xml/insecuremvc/gradle/dependency-locks/grettyRunnerJetty8.lockfile @@ -0,0 +1,44 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.0.1 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.annotation:1.1.0.v201108011116 +org.eclipse.jetty.orbit:javax.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.2.0.v201112011158 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.2.2.v201112011158 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty.orbit:org.objectweb.asm:3.1.0.v200803061910 +org.eclipse.jetty:jetty-annotations:8.1.22.v20160922 +org.eclipse.jetty:jetty-continuation:8.1.22.v20160922 +org.eclipse.jetty:jetty-http:8.1.22.v20160922 +org.eclipse.jetty:jetty-io:8.1.22.v20160922 +org.eclipse.jetty:jetty-jndi:8.1.22.v20160922 +org.eclipse.jetty:jetty-jsp:8.1.22.v20160922 +org.eclipse.jetty:jetty-plus:8.1.22.v20160922 +org.eclipse.jetty:jetty-security:8.1.22.v20160922 +org.eclipse.jetty:jetty-server:8.1.22.v20160922 +org.eclipse.jetty:jetty-servlet:8.1.22.v20160922 +org.eclipse.jetty:jetty-util:8.1.22.v20160922 +org.eclipse.jetty:jetty-webapp:8.1.22.v20160922 +org.eclipse.jetty:jetty-xml:8.1.22.v20160922 +org.gretty:gretty-runner-jetty8:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/insecuremvc/gradle/dependency-locks/grettyRunnerJetty9.lockfile b/samples/xml/insecuremvc/gradle/dependency-locks/grettyRunnerJetty9.lockfile new file mode 100644 index 0000000000..9499a81a9b --- /dev/null +++ b/samples/xml/insecuremvc/gradle/dependency-locks/grettyRunnerJetty9.lockfile @@ -0,0 +1,51 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.8.2.v20130121 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.M0 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-api:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-client:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-common:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-server:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-annotations:9.2.26.v20180806 +org.eclipse.jetty:jetty-http:9.2.26.v20180806 +org.eclipse.jetty:jetty-io:9.2.26.v20180806 +org.eclipse.jetty:jetty-jndi:9.2.26.v20180806 +org.eclipse.jetty:jetty-jsp:9.2.26.v20180806 +org.eclipse.jetty:jetty-plus:9.2.26.v20180806 +org.eclipse.jetty:jetty-security:9.2.26.v20180806 +org.eclipse.jetty:jetty-server:9.2.26.v20180806 +org.eclipse.jetty:jetty-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-util:9.2.26.v20180806 +org.eclipse.jetty:jetty-webapp:9.2.26.v20180806 +org.eclipse.jetty:jetty-xml:9.2.26.v20180806 +org.glassfish.web:javax.servlet.jsp.jstl:1.2.2 +org.glassfish.web:javax.servlet.jsp:2.3.2 +org.glassfish:javax.el:3.0.0 +org.gretty:gretty-runner-jetty9:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/insecuremvc/gradle/dependency-locks/grettyRunnerJetty93.lockfile b/samples/xml/insecuremvc/gradle/dependency-locks/grettyRunnerJetty93.lockfile new file mode 100644 index 0000000000..54c7e0ee60 --- /dev/null +++ b/samples/xml/insecuremvc/gradle/dependency-locks/grettyRunnerJetty93.lockfile @@ -0,0 +1,48 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt.core.compiler:ecj:4.4.2 +org.eclipse.jetty.toolchain:jetty-schemas:3.1 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-api:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-client:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-common:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-server:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-servlet:9.3.25.v20180904 +org.eclipse.jetty:apache-jsp:9.3.25.v20180904 +org.eclipse.jetty:jetty-annotations:9.3.25.v20180904 +org.eclipse.jetty:jetty-http:9.3.25.v20180904 +org.eclipse.jetty:jetty-io:9.3.25.v20180904 +org.eclipse.jetty:jetty-jndi:9.3.25.v20180904 +org.eclipse.jetty:jetty-plus:9.3.25.v20180904 +org.eclipse.jetty:jetty-security:9.3.25.v20180904 +org.eclipse.jetty:jetty-server:9.3.25.v20180904 +org.eclipse.jetty:jetty-servlet:9.3.25.v20180904 +org.eclipse.jetty:jetty-util:9.3.25.v20180904 +org.eclipse.jetty:jetty-webapp:9.3.25.v20180904 +org.eclipse.jetty:jetty-xml:9.3.25.v20180904 +org.gretty:gretty-runner-jetty93:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.0.33 +org.mortbay.jasper:apache-jsp:8.0.33 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/insecuremvc/gradle/dependency-locks/grettyRunnerJetty94.lockfile b/samples/xml/insecuremvc/gradle/dependency-locks/grettyRunnerJetty94.lockfile new file mode 100644 index 0000000000..746adcbf76 --- /dev/null +++ b/samples/xml/insecuremvc/gradle/dependency-locks/grettyRunnerJetty94.lockfile @@ -0,0 +1,50 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +javax.websocket:javax.websocket-client-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.14.0 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.2 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-api:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-client:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-common:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-server:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-servlet:9.4.14.v20181114 +org.eclipse.jetty:apache-jsp:9.4.14.v20181114 +org.eclipse.jetty:jetty-annotations:9.4.14.v20181114 +org.eclipse.jetty:jetty-client:9.4.14.v20181114 +org.eclipse.jetty:jetty-http:9.4.14.v20181114 +org.eclipse.jetty:jetty-io:9.4.14.v20181114 +org.eclipse.jetty:jetty-jndi:9.4.14.v20181114 +org.eclipse.jetty:jetty-plus:9.4.14.v20181114 +org.eclipse.jetty:jetty-security:9.4.14.v20181114 +org.eclipse.jetty:jetty-server:9.4.14.v20181114 +org.eclipse.jetty:jetty-servlet:9.4.14.v20181114 +org.eclipse.jetty:jetty-util:9.4.14.v20181114 +org.eclipse.jetty:jetty-webapp:9.4.14.v20181114 +org.eclipse.jetty:jetty-xml:9.4.14.v20181114 +org.gretty:gretty-runner-jetty94:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.5.33.1 +org.mortbay.jasper:apache-jsp:8.5.33.1 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/insecuremvc/gradle/dependency-locks/grettyRunnerTomcat85.lockfile b/samples/xml/insecuremvc/gradle/dependency-locks/grettyRunnerTomcat85.lockfile new file mode 100644 index 0000000000..ec3f59f0e7 --- /dev/null +++ b/samples/xml/insecuremvc/gradle/dependency-locks/grettyRunnerTomcat85.lockfile @@ -0,0 +1,27 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.1.0 +org.apache.tomcat.embed:tomcat-embed-core:8.5.35 +org.apache.tomcat.embed:tomcat-embed-el:8.5.35 +org.apache.tomcat.embed:tomcat-embed-jasper:8.5.35 +org.apache.tomcat.embed:tomcat-embed-websocket:8.5.35 +org.apache.tomcat:tomcat-annotations-api:8.5.35 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.12.3 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/insecuremvc/gradle/dependency-locks/grettyRunnerTomcat9.lockfile b/samples/xml/insecuremvc/gradle/dependency-locks/grettyRunnerTomcat9.lockfile new file mode 100644 index 0000000000..79664d6256 --- /dev/null +++ b/samples/xml/insecuremvc/gradle/dependency-locks/grettyRunnerTomcat9.lockfile @@ -0,0 +1,28 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.0 +org.apache.tomcat.embed:tomcat-embed-core:9.0.13 +org.apache.tomcat.embed:tomcat-embed-el:9.0.13 +org.apache.tomcat.embed:tomcat-embed-jasper:9.0.13 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.13 +org.apache.tomcat:tomcat-annotations-api:9.0.13 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.13.102 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat9:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/insecuremvc/gradle/dependency-locks/grettySpringLoaded.lockfile b/samples/xml/insecuremvc/gradle/dependency-locks/grettySpringLoaded.lockfile new file mode 100644 index 0000000000..c3aad4e8a3 --- /dev/null +++ b/samples/xml/insecuremvc/gradle/dependency-locks/grettySpringLoaded.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:springloaded:1.2.8.RELEASE diff --git a/samples/xml/insecuremvc/gradle/dependency-locks/grettyStarter.lockfile b/samples/xml/insecuremvc/gradle/dependency-locks/grettyStarter.lockfile new file mode 100644 index 0000000000..9fcf33ac73 --- /dev/null +++ b/samples/xml/insecuremvc/gradle/dependency-locks/grettyStarter.lockfile @@ -0,0 +1,31 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-configuration:commons-configuration:1.10 +commons-io:commons-io:2.4 +commons-lang:commons-lang:2.6 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +org.apache.commons:commons-lang3:3.3.2 +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.gretty:gretty-core:3.0.1 +org.gretty:gretty-starter:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.0.2.RELEASE +org.springframework.boot:spring-boot-devtools:2.0.2.RELEASE +org.springframework.boot:spring-boot:2.0.2.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/samples/xml/insecuremvc/gradle/dependency-locks/optional.lockfile b/samples/xml/insecuremvc/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/insecuremvc/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/insecuremvc/gradle/dependency-locks/provided.lockfile b/samples/xml/insecuremvc/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/insecuremvc/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/insecuremvc/gradle/dependency-locks/providedCompile.lockfile b/samples/xml/insecuremvc/gradle/dependency-locks/providedCompile.lockfile new file mode 100644 index 0000000000..1416585107 --- /dev/null +++ b/samples/xml/insecuremvc/gradle/dependency-locks/providedCompile.lockfile @@ -0,0 +1,9 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/insecuremvc/gradle/dependency-locks/providedRuntime.lockfile b/samples/xml/insecuremvc/gradle/dependency-locks/providedRuntime.lockfile new file mode 100644 index 0000000000..1416585107 --- /dev/null +++ b/samples/xml/insecuremvc/gradle/dependency-locks/providedRuntime.lockfile @@ -0,0 +1,9 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/insecuremvc/gradle/dependency-locks/runtime.lockfile b/samples/xml/insecuremvc/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..c3c7bc760e --- /dev/null +++ b/samples/xml/insecuremvc/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,71 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/xml/insecuremvc/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/xml/insecuremvc/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..c3c7bc760e --- /dev/null +++ b/samples/xml/insecuremvc/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,71 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/xml/insecuremvc/gradle/dependency-locks/springBoot.lockfile b/samples/xml/insecuremvc/gradle/dependency-locks/springBoot.lockfile new file mode 100644 index 0000000000..c3c7bc760e --- /dev/null +++ b/samples/xml/insecuremvc/gradle/dependency-locks/springBoot.lockfile @@ -0,0 +1,71 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/xml/insecuremvc/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/xml/insecuremvc/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/insecuremvc/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/insecuremvc/gradle/dependency-locks/testCompile.lockfile b/samples/xml/insecuremvc/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..298e4e16b1 --- /dev/null +++ b/samples/xml/insecuremvc/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,77 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/xml/insecuremvc/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/xml/insecuremvc/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..298e4e16b1 --- /dev/null +++ b/samples/xml/insecuremvc/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,77 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/xml/insecuremvc/gradle/dependency-locks/testCompileOnly.lockfile b/samples/xml/insecuremvc/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/insecuremvc/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/insecuremvc/gradle/dependency-locks/testRuntime.lockfile b/samples/xml/insecuremvc/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..e460f3bbac --- /dev/null +++ b/samples/xml/insecuremvc/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,78 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/xml/insecuremvc/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/xml/insecuremvc/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..e460f3bbac --- /dev/null +++ b/samples/xml/insecuremvc/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,78 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/xml/insecuremvc/gradle/dependency-locks/tests.lockfile b/samples/xml/insecuremvc/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..e460f3bbac --- /dev/null +++ b/samples/xml/insecuremvc/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,78 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml:classmate:1.5.1 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +io.projectreactor:reactor-bom:2020.0.0 +jakarta.validation:jakarta.validation-api:2.0.2 +javax.activation:javax.activation-api:1.2.0 +javax.persistence:javax.persistence-api:2.2 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +javax.validation:validation-api:2.0.1.Final +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +nz.net.ultraq.extensions:groovy-extensions:0.3.0 +nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:1.2.0 +nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.5.1 +ognl:ognl:3.1.12 +opensymphony:sitemesh:2.5-atlassian-11 +org.aspectj:aspectjweaver:1.9.6 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.codehaus.groovy:groovy:2.5.11 +org.dom4j:dom4j:2.1.3 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate.validator:hibernate-validator:6.1.6.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hibernate:hibernate-validator:6.1.6.Final +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.24.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-aspects:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-instrument:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/xml/jaas/gradle/dependency-locks/annotationProcessor.lockfile b/samples/xml/jaas/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/jaas/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/jaas/gradle/dependency-locks/archives.lockfile b/samples/xml/jaas/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/jaas/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/jaas/gradle/dependency-locks/checkstyle.lockfile b/samples/xml/jaas/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/samples/xml/jaas/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/jaas/gradle/dependency-locks/compile.lockfile b/samples/xml/jaas/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..b82021edb7 --- /dev/null +++ b/samples/xml/jaas/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,15 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/jaas/gradle/dependency-locks/compileClasspath.lockfile b/samples/xml/jaas/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..b82021edb7 --- /dev/null +++ b/samples/xml/jaas/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,15 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/jaas/gradle/dependency-locks/compileOnly.lockfile b/samples/xml/jaas/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/jaas/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/jaas/gradle/dependency-locks/default.lockfile b/samples/xml/jaas/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..ca6f0b926e --- /dev/null +++ b/samples/xml/jaas/gradle/dependency-locks/default.lockfile @@ -0,0 +1,31 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/jaas/gradle/dependency-locks/gretty.lockfile b/samples/xml/jaas/gradle/dependency-locks/gretty.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/jaas/gradle/dependency-locks/gretty.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/jaas/gradle/dependency-locks/grettyNoSpringBoot.lockfile b/samples/xml/jaas/gradle/dependency-locks/grettyNoSpringBoot.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/jaas/gradle/dependency-locks/grettyNoSpringBoot.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/jaas/gradle/dependency-locks/grettyProductRuntime.lockfile b/samples/xml/jaas/gradle/dependency-locks/grettyProductRuntime.lockfile new file mode 100644 index 0000000000..ca6f0b926e --- /dev/null +++ b/samples/xml/jaas/gradle/dependency-locks/grettyProductRuntime.lockfile @@ -0,0 +1,31 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/jaas/gradle/dependency-locks/grettyProvidedCompile.lockfile b/samples/xml/jaas/gradle/dependency-locks/grettyProvidedCompile.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/xml/jaas/gradle/dependency-locks/grettyProvidedCompile.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/jaas/gradle/dependency-locks/grettyRunnerJetty7.lockfile b/samples/xml/jaas/gradle/dependency-locks/grettyRunnerJetty7.lockfile new file mode 100644 index 0000000000..e9e1db89cd --- /dev/null +++ b/samples/xml/jaas/gradle/dependency-locks/grettyRunnerJetty7.lockfile @@ -0,0 +1,41 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:servlet-api:2.5 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:1.0.0.v201105211818 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.el:2.1.0.v201105211819 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.1.0.v201105211820 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.1.0.v201110031002 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty:jetty-continuation:7.6.21.v20160908 +org.eclipse.jetty:jetty-http:7.6.21.v20160908 +org.eclipse.jetty:jetty-io:7.6.21.v20160908 +org.eclipse.jetty:jetty-jndi:7.6.21.v20160908 +org.eclipse.jetty:jetty-jsp:7.6.21.v20160908 +org.eclipse.jetty:jetty-plus:7.6.21.v20160908 +org.eclipse.jetty:jetty-security:7.6.21.v20160908 +org.eclipse.jetty:jetty-server:7.6.21.v20160908 +org.eclipse.jetty:jetty-servlet:7.6.21.v20160908 +org.eclipse.jetty:jetty-util:7.6.21.v20160908 +org.eclipse.jetty:jetty-webapp:7.6.21.v20160908 +org.eclipse.jetty:jetty-xml:7.6.21.v20160908 +org.gretty:gretty-runner-jetty7:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/jaas/gradle/dependency-locks/grettyRunnerJetty8.lockfile b/samples/xml/jaas/gradle/dependency-locks/grettyRunnerJetty8.lockfile new file mode 100644 index 0000000000..27d757f042 --- /dev/null +++ b/samples/xml/jaas/gradle/dependency-locks/grettyRunnerJetty8.lockfile @@ -0,0 +1,44 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.0.1 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.annotation:1.1.0.v201108011116 +org.eclipse.jetty.orbit:javax.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.2.0.v201112011158 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.2.2.v201112011158 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty.orbit:org.objectweb.asm:3.1.0.v200803061910 +org.eclipse.jetty:jetty-annotations:8.1.22.v20160922 +org.eclipse.jetty:jetty-continuation:8.1.22.v20160922 +org.eclipse.jetty:jetty-http:8.1.22.v20160922 +org.eclipse.jetty:jetty-io:8.1.22.v20160922 +org.eclipse.jetty:jetty-jndi:8.1.22.v20160922 +org.eclipse.jetty:jetty-jsp:8.1.22.v20160922 +org.eclipse.jetty:jetty-plus:8.1.22.v20160922 +org.eclipse.jetty:jetty-security:8.1.22.v20160922 +org.eclipse.jetty:jetty-server:8.1.22.v20160922 +org.eclipse.jetty:jetty-servlet:8.1.22.v20160922 +org.eclipse.jetty:jetty-util:8.1.22.v20160922 +org.eclipse.jetty:jetty-webapp:8.1.22.v20160922 +org.eclipse.jetty:jetty-xml:8.1.22.v20160922 +org.gretty:gretty-runner-jetty8:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/jaas/gradle/dependency-locks/grettyRunnerJetty9.lockfile b/samples/xml/jaas/gradle/dependency-locks/grettyRunnerJetty9.lockfile new file mode 100644 index 0000000000..9499a81a9b --- /dev/null +++ b/samples/xml/jaas/gradle/dependency-locks/grettyRunnerJetty9.lockfile @@ -0,0 +1,51 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.8.2.v20130121 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.M0 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-api:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-client:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-common:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-server:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-annotations:9.2.26.v20180806 +org.eclipse.jetty:jetty-http:9.2.26.v20180806 +org.eclipse.jetty:jetty-io:9.2.26.v20180806 +org.eclipse.jetty:jetty-jndi:9.2.26.v20180806 +org.eclipse.jetty:jetty-jsp:9.2.26.v20180806 +org.eclipse.jetty:jetty-plus:9.2.26.v20180806 +org.eclipse.jetty:jetty-security:9.2.26.v20180806 +org.eclipse.jetty:jetty-server:9.2.26.v20180806 +org.eclipse.jetty:jetty-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-util:9.2.26.v20180806 +org.eclipse.jetty:jetty-webapp:9.2.26.v20180806 +org.eclipse.jetty:jetty-xml:9.2.26.v20180806 +org.glassfish.web:javax.servlet.jsp.jstl:1.2.2 +org.glassfish.web:javax.servlet.jsp:2.3.2 +org.glassfish:javax.el:3.0.0 +org.gretty:gretty-runner-jetty9:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/jaas/gradle/dependency-locks/grettyRunnerJetty93.lockfile b/samples/xml/jaas/gradle/dependency-locks/grettyRunnerJetty93.lockfile new file mode 100644 index 0000000000..54c7e0ee60 --- /dev/null +++ b/samples/xml/jaas/gradle/dependency-locks/grettyRunnerJetty93.lockfile @@ -0,0 +1,48 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt.core.compiler:ecj:4.4.2 +org.eclipse.jetty.toolchain:jetty-schemas:3.1 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-api:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-client:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-common:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-server:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-servlet:9.3.25.v20180904 +org.eclipse.jetty:apache-jsp:9.3.25.v20180904 +org.eclipse.jetty:jetty-annotations:9.3.25.v20180904 +org.eclipse.jetty:jetty-http:9.3.25.v20180904 +org.eclipse.jetty:jetty-io:9.3.25.v20180904 +org.eclipse.jetty:jetty-jndi:9.3.25.v20180904 +org.eclipse.jetty:jetty-plus:9.3.25.v20180904 +org.eclipse.jetty:jetty-security:9.3.25.v20180904 +org.eclipse.jetty:jetty-server:9.3.25.v20180904 +org.eclipse.jetty:jetty-servlet:9.3.25.v20180904 +org.eclipse.jetty:jetty-util:9.3.25.v20180904 +org.eclipse.jetty:jetty-webapp:9.3.25.v20180904 +org.eclipse.jetty:jetty-xml:9.3.25.v20180904 +org.gretty:gretty-runner-jetty93:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.0.33 +org.mortbay.jasper:apache-jsp:8.0.33 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/jaas/gradle/dependency-locks/grettyRunnerJetty94.lockfile b/samples/xml/jaas/gradle/dependency-locks/grettyRunnerJetty94.lockfile new file mode 100644 index 0000000000..746adcbf76 --- /dev/null +++ b/samples/xml/jaas/gradle/dependency-locks/grettyRunnerJetty94.lockfile @@ -0,0 +1,50 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +javax.websocket:javax.websocket-client-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.14.0 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.2 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-api:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-client:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-common:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-server:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-servlet:9.4.14.v20181114 +org.eclipse.jetty:apache-jsp:9.4.14.v20181114 +org.eclipse.jetty:jetty-annotations:9.4.14.v20181114 +org.eclipse.jetty:jetty-client:9.4.14.v20181114 +org.eclipse.jetty:jetty-http:9.4.14.v20181114 +org.eclipse.jetty:jetty-io:9.4.14.v20181114 +org.eclipse.jetty:jetty-jndi:9.4.14.v20181114 +org.eclipse.jetty:jetty-plus:9.4.14.v20181114 +org.eclipse.jetty:jetty-security:9.4.14.v20181114 +org.eclipse.jetty:jetty-server:9.4.14.v20181114 +org.eclipse.jetty:jetty-servlet:9.4.14.v20181114 +org.eclipse.jetty:jetty-util:9.4.14.v20181114 +org.eclipse.jetty:jetty-webapp:9.4.14.v20181114 +org.eclipse.jetty:jetty-xml:9.4.14.v20181114 +org.gretty:gretty-runner-jetty94:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.5.33.1 +org.mortbay.jasper:apache-jsp:8.5.33.1 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/jaas/gradle/dependency-locks/grettyRunnerTomcat85.lockfile b/samples/xml/jaas/gradle/dependency-locks/grettyRunnerTomcat85.lockfile new file mode 100644 index 0000000000..ec3f59f0e7 --- /dev/null +++ b/samples/xml/jaas/gradle/dependency-locks/grettyRunnerTomcat85.lockfile @@ -0,0 +1,27 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.1.0 +org.apache.tomcat.embed:tomcat-embed-core:8.5.35 +org.apache.tomcat.embed:tomcat-embed-el:8.5.35 +org.apache.tomcat.embed:tomcat-embed-jasper:8.5.35 +org.apache.tomcat.embed:tomcat-embed-websocket:8.5.35 +org.apache.tomcat:tomcat-annotations-api:8.5.35 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.12.3 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/jaas/gradle/dependency-locks/grettyRunnerTomcat9.lockfile b/samples/xml/jaas/gradle/dependency-locks/grettyRunnerTomcat9.lockfile new file mode 100644 index 0000000000..79664d6256 --- /dev/null +++ b/samples/xml/jaas/gradle/dependency-locks/grettyRunnerTomcat9.lockfile @@ -0,0 +1,28 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.0 +org.apache.tomcat.embed:tomcat-embed-core:9.0.13 +org.apache.tomcat.embed:tomcat-embed-el:9.0.13 +org.apache.tomcat.embed:tomcat-embed-jasper:9.0.13 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.13 +org.apache.tomcat:tomcat-annotations-api:9.0.13 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.13.102 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat9:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/jaas/gradle/dependency-locks/grettySpringLoaded.lockfile b/samples/xml/jaas/gradle/dependency-locks/grettySpringLoaded.lockfile new file mode 100644 index 0000000000..c3aad4e8a3 --- /dev/null +++ b/samples/xml/jaas/gradle/dependency-locks/grettySpringLoaded.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:springloaded:1.2.8.RELEASE diff --git a/samples/xml/jaas/gradle/dependency-locks/grettyStarter.lockfile b/samples/xml/jaas/gradle/dependency-locks/grettyStarter.lockfile new file mode 100644 index 0000000000..9fcf33ac73 --- /dev/null +++ b/samples/xml/jaas/gradle/dependency-locks/grettyStarter.lockfile @@ -0,0 +1,31 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-configuration:commons-configuration:1.10 +commons-io:commons-io:2.4 +commons-lang:commons-lang:2.6 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +org.apache.commons:commons-lang3:3.3.2 +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.gretty:gretty-core:3.0.1 +org.gretty:gretty-starter:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.0.2.RELEASE +org.springframework.boot:spring-boot-devtools:2.0.2.RELEASE +org.springframework.boot:spring-boot:2.0.2.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/samples/xml/jaas/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile b/samples/xml/jaas/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/jaas/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/jaas/gradle/dependency-locks/integrationTestCompile.lockfile b/samples/xml/jaas/gradle/dependency-locks/integrationTestCompile.lockfile new file mode 100644 index 0000000000..ad64afdb38 --- /dev/null +++ b/samples/xml/jaas/gradle/dependency-locks/integrationTestCompile.lockfile @@ -0,0 +1,62 @@ +# 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. +com.google.code.findbugs:jsr305:1.3.9 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.j2objc:j2objc-annotations:1.1 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +commons-codec:commons-codec:1.14 +commons-io:commons-io:2.6 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.assertj:assertj-core:3.18.0 +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/xml/jaas/gradle/dependency-locks/integrationTestCompileClasspath.lockfile b/samples/xml/jaas/gradle/dependency-locks/integrationTestCompileClasspath.lockfile new file mode 100644 index 0000000000..ad64afdb38 --- /dev/null +++ b/samples/xml/jaas/gradle/dependency-locks/integrationTestCompileClasspath.lockfile @@ -0,0 +1,62 @@ +# 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. +com.google.code.findbugs:jsr305:1.3.9 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.j2objc:j2objc-annotations:1.1 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +commons-codec:commons-codec:1.14 +commons-io:commons-io:2.6 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.assertj:assertj-core:3.18.0 +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/xml/jaas/gradle/dependency-locks/integrationTestCompileOnly.lockfile b/samples/xml/jaas/gradle/dependency-locks/integrationTestCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/jaas/gradle/dependency-locks/integrationTestCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/jaas/gradle/dependency-locks/integrationTestRuntime.lockfile b/samples/xml/jaas/gradle/dependency-locks/integrationTestRuntime.lockfile new file mode 100644 index 0000000000..714b8d6456 --- /dev/null +++ b/samples/xml/jaas/gradle/dependency-locks/integrationTestRuntime.lockfile @@ -0,0 +1,78 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:1.3.9 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.j2objc:j2objc-annotations:1.1 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +commons-codec:commons-codec:1.14 +commons-io:commons-io:2.6 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/xml/jaas/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile b/samples/xml/jaas/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile new file mode 100644 index 0000000000..714b8d6456 --- /dev/null +++ b/samples/xml/jaas/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile @@ -0,0 +1,78 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:1.3.9 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.j2objc:j2objc-annotations:1.1 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +commons-codec:commons-codec:1.14 +commons-io:commons-io:2.6 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/xml/jaas/gradle/dependency-locks/optional.lockfile b/samples/xml/jaas/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/jaas/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/jaas/gradle/dependency-locks/provided.lockfile b/samples/xml/jaas/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/jaas/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/jaas/gradle/dependency-locks/providedCompile.lockfile b/samples/xml/jaas/gradle/dependency-locks/providedCompile.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/xml/jaas/gradle/dependency-locks/providedCompile.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/jaas/gradle/dependency-locks/providedRuntime.lockfile b/samples/xml/jaas/gradle/dependency-locks/providedRuntime.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/xml/jaas/gradle/dependency-locks/providedRuntime.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/jaas/gradle/dependency-locks/runtime.lockfile b/samples/xml/jaas/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..ca6f0b926e --- /dev/null +++ b/samples/xml/jaas/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,31 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/jaas/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/xml/jaas/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..ca6f0b926e --- /dev/null +++ b/samples/xml/jaas/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,31 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/jaas/gradle/dependency-locks/springBoot.lockfile b/samples/xml/jaas/gradle/dependency-locks/springBoot.lockfile new file mode 100644 index 0000000000..ca6f0b926e --- /dev/null +++ b/samples/xml/jaas/gradle/dependency-locks/springBoot.lockfile @@ -0,0 +1,31 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/jaas/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/xml/jaas/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/jaas/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/jaas/gradle/dependency-locks/testCompile.lockfile b/samples/xml/jaas/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..a6cce467e1 --- /dev/null +++ b/samples/xml/jaas/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,23 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/jaas/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/xml/jaas/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..a6cce467e1 --- /dev/null +++ b/samples/xml/jaas/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,23 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/jaas/gradle/dependency-locks/testCompileOnly.lockfile b/samples/xml/jaas/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/jaas/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/jaas/gradle/dependency-locks/testRuntime.lockfile b/samples/xml/jaas/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..1b1e6afbdf --- /dev/null +++ b/samples/xml/jaas/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,39 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/jaas/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/xml/jaas/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..1b1e6afbdf --- /dev/null +++ b/samples/xml/jaas/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,39 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/jaas/gradle/dependency-locks/tests.lockfile b/samples/xml/jaas/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..1b1e6afbdf --- /dev/null +++ b/samples/xml/jaas/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,39 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/ldap/gradle/dependency-locks/annotationProcessor.lockfile b/samples/xml/ldap/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/ldap/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/ldap/gradle/dependency-locks/archives.lockfile b/samples/xml/ldap/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/ldap/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/ldap/gradle/dependency-locks/checkstyle.lockfile b/samples/xml/ldap/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/samples/xml/ldap/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/ldap/gradle/dependency-locks/compile.lockfile b/samples/xml/ldap/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..da0ebdf094 --- /dev/null +++ b/samples/xml/ldap/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,21 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/ldap/gradle/dependency-locks/compileClasspath.lockfile b/samples/xml/ldap/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..da0ebdf094 --- /dev/null +++ b/samples/xml/ldap/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,21 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/ldap/gradle/dependency-locks/compileOnly.lockfile b/samples/xml/ldap/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/ldap/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/ldap/gradle/dependency-locks/default.lockfile b/samples/xml/ldap/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..ee2c3eb6db --- /dev/null +++ b/samples/xml/ldap/gradle/dependency-locks/default.lockfile @@ -0,0 +1,64 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:1.4 +commons-lang:commons-lang:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.mina:mina-core:2.0.0-M6 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/ldap/gradle/dependency-locks/gretty.lockfile b/samples/xml/ldap/gradle/dependency-locks/gretty.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/ldap/gradle/dependency-locks/gretty.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/ldap/gradle/dependency-locks/grettyNoSpringBoot.lockfile b/samples/xml/ldap/gradle/dependency-locks/grettyNoSpringBoot.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/ldap/gradle/dependency-locks/grettyNoSpringBoot.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/ldap/gradle/dependency-locks/grettyProductRuntime.lockfile b/samples/xml/ldap/gradle/dependency-locks/grettyProductRuntime.lockfile new file mode 100644 index 0000000000..ee2c3eb6db --- /dev/null +++ b/samples/xml/ldap/gradle/dependency-locks/grettyProductRuntime.lockfile @@ -0,0 +1,64 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:1.4 +commons-lang:commons-lang:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.mina:mina-core:2.0.0-M6 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/ldap/gradle/dependency-locks/grettyProvidedCompile.lockfile b/samples/xml/ldap/gradle/dependency-locks/grettyProvidedCompile.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/xml/ldap/gradle/dependency-locks/grettyProvidedCompile.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/ldap/gradle/dependency-locks/grettyRunnerJetty7.lockfile b/samples/xml/ldap/gradle/dependency-locks/grettyRunnerJetty7.lockfile new file mode 100644 index 0000000000..e9e1db89cd --- /dev/null +++ b/samples/xml/ldap/gradle/dependency-locks/grettyRunnerJetty7.lockfile @@ -0,0 +1,41 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:servlet-api:2.5 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:1.0.0.v201105211818 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.el:2.1.0.v201105211819 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.1.0.v201105211820 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.1.0.v201110031002 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty:jetty-continuation:7.6.21.v20160908 +org.eclipse.jetty:jetty-http:7.6.21.v20160908 +org.eclipse.jetty:jetty-io:7.6.21.v20160908 +org.eclipse.jetty:jetty-jndi:7.6.21.v20160908 +org.eclipse.jetty:jetty-jsp:7.6.21.v20160908 +org.eclipse.jetty:jetty-plus:7.6.21.v20160908 +org.eclipse.jetty:jetty-security:7.6.21.v20160908 +org.eclipse.jetty:jetty-server:7.6.21.v20160908 +org.eclipse.jetty:jetty-servlet:7.6.21.v20160908 +org.eclipse.jetty:jetty-util:7.6.21.v20160908 +org.eclipse.jetty:jetty-webapp:7.6.21.v20160908 +org.eclipse.jetty:jetty-xml:7.6.21.v20160908 +org.gretty:gretty-runner-jetty7:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/ldap/gradle/dependency-locks/grettyRunnerJetty8.lockfile b/samples/xml/ldap/gradle/dependency-locks/grettyRunnerJetty8.lockfile new file mode 100644 index 0000000000..27d757f042 --- /dev/null +++ b/samples/xml/ldap/gradle/dependency-locks/grettyRunnerJetty8.lockfile @@ -0,0 +1,44 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.0.1 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.annotation:1.1.0.v201108011116 +org.eclipse.jetty.orbit:javax.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.2.0.v201112011158 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.2.2.v201112011158 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty.orbit:org.objectweb.asm:3.1.0.v200803061910 +org.eclipse.jetty:jetty-annotations:8.1.22.v20160922 +org.eclipse.jetty:jetty-continuation:8.1.22.v20160922 +org.eclipse.jetty:jetty-http:8.1.22.v20160922 +org.eclipse.jetty:jetty-io:8.1.22.v20160922 +org.eclipse.jetty:jetty-jndi:8.1.22.v20160922 +org.eclipse.jetty:jetty-jsp:8.1.22.v20160922 +org.eclipse.jetty:jetty-plus:8.1.22.v20160922 +org.eclipse.jetty:jetty-security:8.1.22.v20160922 +org.eclipse.jetty:jetty-server:8.1.22.v20160922 +org.eclipse.jetty:jetty-servlet:8.1.22.v20160922 +org.eclipse.jetty:jetty-util:8.1.22.v20160922 +org.eclipse.jetty:jetty-webapp:8.1.22.v20160922 +org.eclipse.jetty:jetty-xml:8.1.22.v20160922 +org.gretty:gretty-runner-jetty8:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/ldap/gradle/dependency-locks/grettyRunnerJetty9.lockfile b/samples/xml/ldap/gradle/dependency-locks/grettyRunnerJetty9.lockfile new file mode 100644 index 0000000000..9499a81a9b --- /dev/null +++ b/samples/xml/ldap/gradle/dependency-locks/grettyRunnerJetty9.lockfile @@ -0,0 +1,51 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.8.2.v20130121 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.M0 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-api:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-client:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-common:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-server:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-annotations:9.2.26.v20180806 +org.eclipse.jetty:jetty-http:9.2.26.v20180806 +org.eclipse.jetty:jetty-io:9.2.26.v20180806 +org.eclipse.jetty:jetty-jndi:9.2.26.v20180806 +org.eclipse.jetty:jetty-jsp:9.2.26.v20180806 +org.eclipse.jetty:jetty-plus:9.2.26.v20180806 +org.eclipse.jetty:jetty-security:9.2.26.v20180806 +org.eclipse.jetty:jetty-server:9.2.26.v20180806 +org.eclipse.jetty:jetty-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-util:9.2.26.v20180806 +org.eclipse.jetty:jetty-webapp:9.2.26.v20180806 +org.eclipse.jetty:jetty-xml:9.2.26.v20180806 +org.glassfish.web:javax.servlet.jsp.jstl:1.2.2 +org.glassfish.web:javax.servlet.jsp:2.3.2 +org.glassfish:javax.el:3.0.0 +org.gretty:gretty-runner-jetty9:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/ldap/gradle/dependency-locks/grettyRunnerJetty93.lockfile b/samples/xml/ldap/gradle/dependency-locks/grettyRunnerJetty93.lockfile new file mode 100644 index 0000000000..54c7e0ee60 --- /dev/null +++ b/samples/xml/ldap/gradle/dependency-locks/grettyRunnerJetty93.lockfile @@ -0,0 +1,48 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt.core.compiler:ecj:4.4.2 +org.eclipse.jetty.toolchain:jetty-schemas:3.1 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-api:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-client:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-common:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-server:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-servlet:9.3.25.v20180904 +org.eclipse.jetty:apache-jsp:9.3.25.v20180904 +org.eclipse.jetty:jetty-annotations:9.3.25.v20180904 +org.eclipse.jetty:jetty-http:9.3.25.v20180904 +org.eclipse.jetty:jetty-io:9.3.25.v20180904 +org.eclipse.jetty:jetty-jndi:9.3.25.v20180904 +org.eclipse.jetty:jetty-plus:9.3.25.v20180904 +org.eclipse.jetty:jetty-security:9.3.25.v20180904 +org.eclipse.jetty:jetty-server:9.3.25.v20180904 +org.eclipse.jetty:jetty-servlet:9.3.25.v20180904 +org.eclipse.jetty:jetty-util:9.3.25.v20180904 +org.eclipse.jetty:jetty-webapp:9.3.25.v20180904 +org.eclipse.jetty:jetty-xml:9.3.25.v20180904 +org.gretty:gretty-runner-jetty93:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.0.33 +org.mortbay.jasper:apache-jsp:8.0.33 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/ldap/gradle/dependency-locks/grettyRunnerJetty94.lockfile b/samples/xml/ldap/gradle/dependency-locks/grettyRunnerJetty94.lockfile new file mode 100644 index 0000000000..746adcbf76 --- /dev/null +++ b/samples/xml/ldap/gradle/dependency-locks/grettyRunnerJetty94.lockfile @@ -0,0 +1,50 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +javax.websocket:javax.websocket-client-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.14.0 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.2 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-api:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-client:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-common:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-server:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-servlet:9.4.14.v20181114 +org.eclipse.jetty:apache-jsp:9.4.14.v20181114 +org.eclipse.jetty:jetty-annotations:9.4.14.v20181114 +org.eclipse.jetty:jetty-client:9.4.14.v20181114 +org.eclipse.jetty:jetty-http:9.4.14.v20181114 +org.eclipse.jetty:jetty-io:9.4.14.v20181114 +org.eclipse.jetty:jetty-jndi:9.4.14.v20181114 +org.eclipse.jetty:jetty-plus:9.4.14.v20181114 +org.eclipse.jetty:jetty-security:9.4.14.v20181114 +org.eclipse.jetty:jetty-server:9.4.14.v20181114 +org.eclipse.jetty:jetty-servlet:9.4.14.v20181114 +org.eclipse.jetty:jetty-util:9.4.14.v20181114 +org.eclipse.jetty:jetty-webapp:9.4.14.v20181114 +org.eclipse.jetty:jetty-xml:9.4.14.v20181114 +org.gretty:gretty-runner-jetty94:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.5.33.1 +org.mortbay.jasper:apache-jsp:8.5.33.1 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/ldap/gradle/dependency-locks/grettyRunnerTomcat85.lockfile b/samples/xml/ldap/gradle/dependency-locks/grettyRunnerTomcat85.lockfile new file mode 100644 index 0000000000..ec3f59f0e7 --- /dev/null +++ b/samples/xml/ldap/gradle/dependency-locks/grettyRunnerTomcat85.lockfile @@ -0,0 +1,27 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.1.0 +org.apache.tomcat.embed:tomcat-embed-core:8.5.35 +org.apache.tomcat.embed:tomcat-embed-el:8.5.35 +org.apache.tomcat.embed:tomcat-embed-jasper:8.5.35 +org.apache.tomcat.embed:tomcat-embed-websocket:8.5.35 +org.apache.tomcat:tomcat-annotations-api:8.5.35 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.12.3 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/ldap/gradle/dependency-locks/grettyRunnerTomcat9.lockfile b/samples/xml/ldap/gradle/dependency-locks/grettyRunnerTomcat9.lockfile new file mode 100644 index 0000000000..79664d6256 --- /dev/null +++ b/samples/xml/ldap/gradle/dependency-locks/grettyRunnerTomcat9.lockfile @@ -0,0 +1,28 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.0 +org.apache.tomcat.embed:tomcat-embed-core:9.0.13 +org.apache.tomcat.embed:tomcat-embed-el:9.0.13 +org.apache.tomcat.embed:tomcat-embed-jasper:9.0.13 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.13 +org.apache.tomcat:tomcat-annotations-api:9.0.13 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.13.102 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat9:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/ldap/gradle/dependency-locks/grettySpringLoaded.lockfile b/samples/xml/ldap/gradle/dependency-locks/grettySpringLoaded.lockfile new file mode 100644 index 0000000000..c3aad4e8a3 --- /dev/null +++ b/samples/xml/ldap/gradle/dependency-locks/grettySpringLoaded.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:springloaded:1.2.8.RELEASE diff --git a/samples/xml/ldap/gradle/dependency-locks/grettyStarter.lockfile b/samples/xml/ldap/gradle/dependency-locks/grettyStarter.lockfile new file mode 100644 index 0000000000..9fcf33ac73 --- /dev/null +++ b/samples/xml/ldap/gradle/dependency-locks/grettyStarter.lockfile @@ -0,0 +1,31 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-configuration:commons-configuration:1.10 +commons-io:commons-io:2.4 +commons-lang:commons-lang:2.6 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +org.apache.commons:commons-lang3:3.3.2 +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.gretty:gretty-core:3.0.1 +org.gretty:gretty-starter:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.0.2.RELEASE +org.springframework.boot:spring-boot-devtools:2.0.2.RELEASE +org.springframework.boot:spring-boot:2.0.2.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/samples/xml/ldap/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile b/samples/xml/ldap/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/ldap/gradle/dependency-locks/integrationTestAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/ldap/gradle/dependency-locks/integrationTestCompile.lockfile b/samples/xml/ldap/gradle/dependency-locks/integrationTestCompile.lockfile new file mode 100644 index 0000000000..7004b24f98 --- /dev/null +++ b/samples/xml/ldap/gradle/dependency-locks/integrationTestCompile.lockfile @@ -0,0 +1,68 @@ +# 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. +com.google.code.findbugs:jsr305:1.3.9 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.j2objc:j2objc-annotations:1.1 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +commons-codec:commons-codec:1.14 +commons-io:commons-io:2.6 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/xml/ldap/gradle/dependency-locks/integrationTestCompileClasspath.lockfile b/samples/xml/ldap/gradle/dependency-locks/integrationTestCompileClasspath.lockfile new file mode 100644 index 0000000000..7004b24f98 --- /dev/null +++ b/samples/xml/ldap/gradle/dependency-locks/integrationTestCompileClasspath.lockfile @@ -0,0 +1,68 @@ +# 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. +com.google.code.findbugs:jsr305:1.3.9 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.j2objc:j2objc-annotations:1.1 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +commons-codec:commons-codec:1.14 +commons-io:commons-io:2.6 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/xml/ldap/gradle/dependency-locks/integrationTestCompileOnly.lockfile b/samples/xml/ldap/gradle/dependency-locks/integrationTestCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/ldap/gradle/dependency-locks/integrationTestCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/ldap/gradle/dependency-locks/integrationTestRuntime.lockfile b/samples/xml/ldap/gradle/dependency-locks/integrationTestRuntime.lockfile new file mode 100644 index 0000000000..194a1e8283 --- /dev/null +++ b/samples/xml/ldap/gradle/dependency-locks/integrationTestRuntime.lockfile @@ -0,0 +1,110 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:1.3.9 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.j2objc:j2objc-annotations:1.1 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +commons-codec:commons-codec:1.14 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:2.6 +commons-lang:commons-lang:2.4 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.apache.mina:mina-core:2.0.0-M6 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/xml/ldap/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile b/samples/xml/ldap/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile new file mode 100644 index 0000000000..194a1e8283 --- /dev/null +++ b/samples/xml/ldap/gradle/dependency-locks/integrationTestRuntimeClasspath.lockfile @@ -0,0 +1,110 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:1.3.9 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.j2objc:j2objc-annotations:1.1 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +commons-codec:commons-codec:1.14 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:2.6 +commons-lang:commons-lang:2.4 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.apache.mina:mina-core:2.0.0-M6 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/xml/ldap/gradle/dependency-locks/optional.lockfile b/samples/xml/ldap/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/ldap/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/ldap/gradle/dependency-locks/provided.lockfile b/samples/xml/ldap/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/ldap/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/ldap/gradle/dependency-locks/providedCompile.lockfile b/samples/xml/ldap/gradle/dependency-locks/providedCompile.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/xml/ldap/gradle/dependency-locks/providedCompile.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/ldap/gradle/dependency-locks/providedRuntime.lockfile b/samples/xml/ldap/gradle/dependency-locks/providedRuntime.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/xml/ldap/gradle/dependency-locks/providedRuntime.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/ldap/gradle/dependency-locks/runtime.lockfile b/samples/xml/ldap/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..ee2c3eb6db --- /dev/null +++ b/samples/xml/ldap/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,64 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:1.4 +commons-lang:commons-lang:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.mina:mina-core:2.0.0-M6 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/ldap/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/xml/ldap/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..ee2c3eb6db --- /dev/null +++ b/samples/xml/ldap/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,64 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:1.4 +commons-lang:commons-lang:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.mina:mina-core:2.0.0-M6 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/ldap/gradle/dependency-locks/springBoot.lockfile b/samples/xml/ldap/gradle/dependency-locks/springBoot.lockfile new file mode 100644 index 0000000000..ee2c3eb6db --- /dev/null +++ b/samples/xml/ldap/gradle/dependency-locks/springBoot.lockfile @@ -0,0 +1,64 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:1.4 +commons-lang:commons-lang:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.mina:mina-core:2.0.0-M6 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/ldap/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/xml/ldap/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/ldap/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/ldap/gradle/dependency-locks/testCompile.lockfile b/samples/xml/ldap/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..fb22530196 --- /dev/null +++ b/samples/xml/ldap/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,29 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/ldap/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/xml/ldap/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..fb22530196 --- /dev/null +++ b/samples/xml/ldap/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,29 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/ldap/gradle/dependency-locks/testCompileOnly.lockfile b/samples/xml/ldap/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/ldap/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/ldap/gradle/dependency-locks/testRuntime.lockfile b/samples/xml/ldap/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..8e4dc1c674 --- /dev/null +++ b/samples/xml/ldap/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,72 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:1.4 +commons-lang:commons-lang:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.mina:mina-core:2.0.0-M6 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/ldap/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/xml/ldap/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..8e4dc1c674 --- /dev/null +++ b/samples/xml/ldap/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,72 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:1.4 +commons-lang:commons-lang:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.mina:mina-core:2.0.0-M6 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/ldap/gradle/dependency-locks/tests.lockfile b/samples/xml/ldap/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..8e4dc1c674 --- /dev/null +++ b/samples/xml/ldap/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,72 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:1.4 +commons-lang:commons-lang:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.mina:mina-core:2.0.0-M6 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/oauth2login/gradle/dependency-locks/annotationProcessor.lockfile b/samples/xml/oauth2login/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/oauth2login/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/oauth2login/gradle/dependency-locks/archives.lockfile b/samples/xml/oauth2login/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/oauth2login/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/oauth2login/gradle/dependency-locks/checkstyle.lockfile b/samples/xml/oauth2login/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/samples/xml/oauth2login/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/oauth2login/gradle/dependency-locks/compile.lockfile b/samples/xml/oauth2login/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..f560d6956d --- /dev/null +++ b/samples/xml/oauth2login/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,39 @@ +# 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. +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.1.2 +com.nimbusds:oauth2-oidc-sdk:8.23.1 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.attoparser:attoparser:2.0.5.RELEASE +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.ow2.asm:asm:5.0.4 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/xml/oauth2login/gradle/dependency-locks/compileClasspath.lockfile b/samples/xml/oauth2login/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..f560d6956d --- /dev/null +++ b/samples/xml/oauth2login/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,39 @@ +# 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. +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.1.2 +com.nimbusds:oauth2-oidc-sdk:8.23.1 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.attoparser:attoparser:2.0.5.RELEASE +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.ow2.asm:asm:5.0.4 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/xml/oauth2login/gradle/dependency-locks/compileOnly.lockfile b/samples/xml/oauth2login/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/oauth2login/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/oauth2login/gradle/dependency-locks/default.lockfile b/samples/xml/oauth2login/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..f560d6956d --- /dev/null +++ b/samples/xml/oauth2login/gradle/dependency-locks/default.lockfile @@ -0,0 +1,39 @@ +# 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. +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.1.2 +com.nimbusds:oauth2-oidc-sdk:8.23.1 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.attoparser:attoparser:2.0.5.RELEASE +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.ow2.asm:asm:5.0.4 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/xml/oauth2login/gradle/dependency-locks/gretty.lockfile b/samples/xml/oauth2login/gradle/dependency-locks/gretty.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/oauth2login/gradle/dependency-locks/gretty.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/oauth2login/gradle/dependency-locks/grettyNoSpringBoot.lockfile b/samples/xml/oauth2login/gradle/dependency-locks/grettyNoSpringBoot.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/oauth2login/gradle/dependency-locks/grettyNoSpringBoot.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/oauth2login/gradle/dependency-locks/grettyProductRuntime.lockfile b/samples/xml/oauth2login/gradle/dependency-locks/grettyProductRuntime.lockfile new file mode 100644 index 0000000000..f560d6956d --- /dev/null +++ b/samples/xml/oauth2login/gradle/dependency-locks/grettyProductRuntime.lockfile @@ -0,0 +1,39 @@ +# 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. +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.1.2 +com.nimbusds:oauth2-oidc-sdk:8.23.1 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.attoparser:attoparser:2.0.5.RELEASE +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.ow2.asm:asm:5.0.4 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/xml/oauth2login/gradle/dependency-locks/grettyProvidedCompile.lockfile b/samples/xml/oauth2login/gradle/dependency-locks/grettyProvidedCompile.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/xml/oauth2login/gradle/dependency-locks/grettyProvidedCompile.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/oauth2login/gradle/dependency-locks/grettyRunnerJetty7.lockfile b/samples/xml/oauth2login/gradle/dependency-locks/grettyRunnerJetty7.lockfile new file mode 100644 index 0000000000..e9e1db89cd --- /dev/null +++ b/samples/xml/oauth2login/gradle/dependency-locks/grettyRunnerJetty7.lockfile @@ -0,0 +1,41 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:servlet-api:2.5 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:1.0.0.v201105211818 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.el:2.1.0.v201105211819 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.1.0.v201105211820 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.1.0.v201110031002 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty:jetty-continuation:7.6.21.v20160908 +org.eclipse.jetty:jetty-http:7.6.21.v20160908 +org.eclipse.jetty:jetty-io:7.6.21.v20160908 +org.eclipse.jetty:jetty-jndi:7.6.21.v20160908 +org.eclipse.jetty:jetty-jsp:7.6.21.v20160908 +org.eclipse.jetty:jetty-plus:7.6.21.v20160908 +org.eclipse.jetty:jetty-security:7.6.21.v20160908 +org.eclipse.jetty:jetty-server:7.6.21.v20160908 +org.eclipse.jetty:jetty-servlet:7.6.21.v20160908 +org.eclipse.jetty:jetty-util:7.6.21.v20160908 +org.eclipse.jetty:jetty-webapp:7.6.21.v20160908 +org.eclipse.jetty:jetty-xml:7.6.21.v20160908 +org.gretty:gretty-runner-jetty7:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/oauth2login/gradle/dependency-locks/grettyRunnerJetty8.lockfile b/samples/xml/oauth2login/gradle/dependency-locks/grettyRunnerJetty8.lockfile new file mode 100644 index 0000000000..27d757f042 --- /dev/null +++ b/samples/xml/oauth2login/gradle/dependency-locks/grettyRunnerJetty8.lockfile @@ -0,0 +1,44 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.0.1 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.annotation:1.1.0.v201108011116 +org.eclipse.jetty.orbit:javax.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.2.0.v201112011158 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.2.2.v201112011158 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty.orbit:org.objectweb.asm:3.1.0.v200803061910 +org.eclipse.jetty:jetty-annotations:8.1.22.v20160922 +org.eclipse.jetty:jetty-continuation:8.1.22.v20160922 +org.eclipse.jetty:jetty-http:8.1.22.v20160922 +org.eclipse.jetty:jetty-io:8.1.22.v20160922 +org.eclipse.jetty:jetty-jndi:8.1.22.v20160922 +org.eclipse.jetty:jetty-jsp:8.1.22.v20160922 +org.eclipse.jetty:jetty-plus:8.1.22.v20160922 +org.eclipse.jetty:jetty-security:8.1.22.v20160922 +org.eclipse.jetty:jetty-server:8.1.22.v20160922 +org.eclipse.jetty:jetty-servlet:8.1.22.v20160922 +org.eclipse.jetty:jetty-util:8.1.22.v20160922 +org.eclipse.jetty:jetty-webapp:8.1.22.v20160922 +org.eclipse.jetty:jetty-xml:8.1.22.v20160922 +org.gretty:gretty-runner-jetty8:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/oauth2login/gradle/dependency-locks/grettyRunnerJetty9.lockfile b/samples/xml/oauth2login/gradle/dependency-locks/grettyRunnerJetty9.lockfile new file mode 100644 index 0000000000..9499a81a9b --- /dev/null +++ b/samples/xml/oauth2login/gradle/dependency-locks/grettyRunnerJetty9.lockfile @@ -0,0 +1,51 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.8.2.v20130121 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.M0 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-api:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-client:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-common:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-server:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-annotations:9.2.26.v20180806 +org.eclipse.jetty:jetty-http:9.2.26.v20180806 +org.eclipse.jetty:jetty-io:9.2.26.v20180806 +org.eclipse.jetty:jetty-jndi:9.2.26.v20180806 +org.eclipse.jetty:jetty-jsp:9.2.26.v20180806 +org.eclipse.jetty:jetty-plus:9.2.26.v20180806 +org.eclipse.jetty:jetty-security:9.2.26.v20180806 +org.eclipse.jetty:jetty-server:9.2.26.v20180806 +org.eclipse.jetty:jetty-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-util:9.2.26.v20180806 +org.eclipse.jetty:jetty-webapp:9.2.26.v20180806 +org.eclipse.jetty:jetty-xml:9.2.26.v20180806 +org.glassfish.web:javax.servlet.jsp.jstl:1.2.2 +org.glassfish.web:javax.servlet.jsp:2.3.2 +org.glassfish:javax.el:3.0.0 +org.gretty:gretty-runner-jetty9:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/oauth2login/gradle/dependency-locks/grettyRunnerJetty93.lockfile b/samples/xml/oauth2login/gradle/dependency-locks/grettyRunnerJetty93.lockfile new file mode 100644 index 0000000000..54c7e0ee60 --- /dev/null +++ b/samples/xml/oauth2login/gradle/dependency-locks/grettyRunnerJetty93.lockfile @@ -0,0 +1,48 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt.core.compiler:ecj:4.4.2 +org.eclipse.jetty.toolchain:jetty-schemas:3.1 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-api:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-client:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-common:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-server:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-servlet:9.3.25.v20180904 +org.eclipse.jetty:apache-jsp:9.3.25.v20180904 +org.eclipse.jetty:jetty-annotations:9.3.25.v20180904 +org.eclipse.jetty:jetty-http:9.3.25.v20180904 +org.eclipse.jetty:jetty-io:9.3.25.v20180904 +org.eclipse.jetty:jetty-jndi:9.3.25.v20180904 +org.eclipse.jetty:jetty-plus:9.3.25.v20180904 +org.eclipse.jetty:jetty-security:9.3.25.v20180904 +org.eclipse.jetty:jetty-server:9.3.25.v20180904 +org.eclipse.jetty:jetty-servlet:9.3.25.v20180904 +org.eclipse.jetty:jetty-util:9.3.25.v20180904 +org.eclipse.jetty:jetty-webapp:9.3.25.v20180904 +org.eclipse.jetty:jetty-xml:9.3.25.v20180904 +org.gretty:gretty-runner-jetty93:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.0.33 +org.mortbay.jasper:apache-jsp:8.0.33 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/oauth2login/gradle/dependency-locks/grettyRunnerJetty94.lockfile b/samples/xml/oauth2login/gradle/dependency-locks/grettyRunnerJetty94.lockfile new file mode 100644 index 0000000000..746adcbf76 --- /dev/null +++ b/samples/xml/oauth2login/gradle/dependency-locks/grettyRunnerJetty94.lockfile @@ -0,0 +1,50 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +javax.websocket:javax.websocket-client-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.14.0 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.2 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-api:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-client:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-common:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-server:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-servlet:9.4.14.v20181114 +org.eclipse.jetty:apache-jsp:9.4.14.v20181114 +org.eclipse.jetty:jetty-annotations:9.4.14.v20181114 +org.eclipse.jetty:jetty-client:9.4.14.v20181114 +org.eclipse.jetty:jetty-http:9.4.14.v20181114 +org.eclipse.jetty:jetty-io:9.4.14.v20181114 +org.eclipse.jetty:jetty-jndi:9.4.14.v20181114 +org.eclipse.jetty:jetty-plus:9.4.14.v20181114 +org.eclipse.jetty:jetty-security:9.4.14.v20181114 +org.eclipse.jetty:jetty-server:9.4.14.v20181114 +org.eclipse.jetty:jetty-servlet:9.4.14.v20181114 +org.eclipse.jetty:jetty-util:9.4.14.v20181114 +org.eclipse.jetty:jetty-webapp:9.4.14.v20181114 +org.eclipse.jetty:jetty-xml:9.4.14.v20181114 +org.gretty:gretty-runner-jetty94:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.5.33.1 +org.mortbay.jasper:apache-jsp:8.5.33.1 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/oauth2login/gradle/dependency-locks/grettyRunnerTomcat85.lockfile b/samples/xml/oauth2login/gradle/dependency-locks/grettyRunnerTomcat85.lockfile new file mode 100644 index 0000000000..ec3f59f0e7 --- /dev/null +++ b/samples/xml/oauth2login/gradle/dependency-locks/grettyRunnerTomcat85.lockfile @@ -0,0 +1,27 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.1.0 +org.apache.tomcat.embed:tomcat-embed-core:8.5.35 +org.apache.tomcat.embed:tomcat-embed-el:8.5.35 +org.apache.tomcat.embed:tomcat-embed-jasper:8.5.35 +org.apache.tomcat.embed:tomcat-embed-websocket:8.5.35 +org.apache.tomcat:tomcat-annotations-api:8.5.35 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.12.3 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/oauth2login/gradle/dependency-locks/grettyRunnerTomcat9.lockfile b/samples/xml/oauth2login/gradle/dependency-locks/grettyRunnerTomcat9.lockfile new file mode 100644 index 0000000000..79664d6256 --- /dev/null +++ b/samples/xml/oauth2login/gradle/dependency-locks/grettyRunnerTomcat9.lockfile @@ -0,0 +1,28 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.0 +org.apache.tomcat.embed:tomcat-embed-core:9.0.13 +org.apache.tomcat.embed:tomcat-embed-el:9.0.13 +org.apache.tomcat.embed:tomcat-embed-jasper:9.0.13 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.13 +org.apache.tomcat:tomcat-annotations-api:9.0.13 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.13.102 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat9:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/oauth2login/gradle/dependency-locks/grettySpringLoaded.lockfile b/samples/xml/oauth2login/gradle/dependency-locks/grettySpringLoaded.lockfile new file mode 100644 index 0000000000..c3aad4e8a3 --- /dev/null +++ b/samples/xml/oauth2login/gradle/dependency-locks/grettySpringLoaded.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:springloaded:1.2.8.RELEASE diff --git a/samples/xml/oauth2login/gradle/dependency-locks/grettyStarter.lockfile b/samples/xml/oauth2login/gradle/dependency-locks/grettyStarter.lockfile new file mode 100644 index 0000000000..9fcf33ac73 --- /dev/null +++ b/samples/xml/oauth2login/gradle/dependency-locks/grettyStarter.lockfile @@ -0,0 +1,31 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-configuration:commons-configuration:1.10 +commons-io:commons-io:2.4 +commons-lang:commons-lang:2.6 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +org.apache.commons:commons-lang3:3.3.2 +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.gretty:gretty-core:3.0.1 +org.gretty:gretty-starter:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.0.2.RELEASE +org.springframework.boot:spring-boot-devtools:2.0.2.RELEASE +org.springframework.boot:spring-boot:2.0.2.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/samples/xml/oauth2login/gradle/dependency-locks/optional.lockfile b/samples/xml/oauth2login/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/oauth2login/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/oauth2login/gradle/dependency-locks/provided.lockfile b/samples/xml/oauth2login/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/oauth2login/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/oauth2login/gradle/dependency-locks/providedCompile.lockfile b/samples/xml/oauth2login/gradle/dependency-locks/providedCompile.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/xml/oauth2login/gradle/dependency-locks/providedCompile.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/oauth2login/gradle/dependency-locks/providedRuntime.lockfile b/samples/xml/oauth2login/gradle/dependency-locks/providedRuntime.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/xml/oauth2login/gradle/dependency-locks/providedRuntime.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/oauth2login/gradle/dependency-locks/runtime.lockfile b/samples/xml/oauth2login/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..f560d6956d --- /dev/null +++ b/samples/xml/oauth2login/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,39 @@ +# 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. +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.1.2 +com.nimbusds:oauth2-oidc-sdk:8.23.1 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.attoparser:attoparser:2.0.5.RELEASE +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.ow2.asm:asm:5.0.4 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/xml/oauth2login/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/xml/oauth2login/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..f560d6956d --- /dev/null +++ b/samples/xml/oauth2login/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,39 @@ +# 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. +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.1.2 +com.nimbusds:oauth2-oidc-sdk:8.23.1 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.attoparser:attoparser:2.0.5.RELEASE +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.ow2.asm:asm:5.0.4 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/xml/oauth2login/gradle/dependency-locks/springBoot.lockfile b/samples/xml/oauth2login/gradle/dependency-locks/springBoot.lockfile new file mode 100644 index 0000000000..f560d6956d --- /dev/null +++ b/samples/xml/oauth2login/gradle/dependency-locks/springBoot.lockfile @@ -0,0 +1,39 @@ +# 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. +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.1.2 +com.nimbusds:oauth2-oidc-sdk:8.23.1 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.attoparser:attoparser:2.0.5.RELEASE +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.ow2.asm:asm:5.0.4 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/xml/oauth2login/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/xml/oauth2login/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/oauth2login/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/oauth2login/gradle/dependency-locks/testCompile.lockfile b/samples/xml/oauth2login/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..259a677b15 --- /dev/null +++ b/samples/xml/oauth2login/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,47 @@ +# 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. +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.1.2 +com.nimbusds:oauth2-oidc-sdk:8.23.1 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.ow2.asm:asm:5.0.4 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/xml/oauth2login/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/xml/oauth2login/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..259a677b15 --- /dev/null +++ b/samples/xml/oauth2login/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,47 @@ +# 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. +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.1.2 +com.nimbusds:oauth2-oidc-sdk:8.23.1 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.ow2.asm:asm:5.0.4 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/xml/oauth2login/gradle/dependency-locks/testCompileOnly.lockfile b/samples/xml/oauth2login/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/oauth2login/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/oauth2login/gradle/dependency-locks/testRuntime.lockfile b/samples/xml/oauth2login/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..259a677b15 --- /dev/null +++ b/samples/xml/oauth2login/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,47 @@ +# 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. +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.1.2 +com.nimbusds:oauth2-oidc-sdk:8.23.1 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.ow2.asm:asm:5.0.4 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/xml/oauth2login/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/xml/oauth2login/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..259a677b15 --- /dev/null +++ b/samples/xml/oauth2login/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,47 @@ +# 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. +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.1.2 +com.nimbusds:oauth2-oidc-sdk:8.23.1 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.ow2.asm:asm:5.0.4 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/xml/oauth2login/gradle/dependency-locks/tests.lockfile b/samples/xml/oauth2login/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..259a677b15 --- /dev/null +++ b/samples/xml/oauth2login/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,47 @@ +# 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. +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.1.2 +com.nimbusds:oauth2-oidc-sdk:8.23.1 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.13 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.assertj:assertj-core:3.18.0 +org.attoparser:attoparser:2.0.5.RELEASE +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.ow2.asm:asm:5.0.4 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE +org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE +org.thymeleaf:thymeleaf:3.0.11.RELEASE +org.unbescape:unbescape:1.1.6.RELEASE diff --git a/samples/xml/openid/gradle/dependency-locks/annotationProcessor.lockfile b/samples/xml/openid/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/openid/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/openid/gradle/dependency-locks/archives.lockfile b/samples/xml/openid/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/openid/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/openid/gradle/dependency-locks/checkstyle.lockfile b/samples/xml/openid/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/samples/xml/openid/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/openid/gradle/dependency-locks/compile.lockfile b/samples/xml/openid/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..59019e684d --- /dev/null +++ b/samples/xml/openid/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,29 @@ +# 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. +asm:asm:3.1 +com.google.inject:guice:3.0 +commons-codec:commons-codec:1.14 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +javax.inject:javax.inject:1 +javax.servlet:javax.servlet-api:4.0.1 +net.jcip:jcip-annotations:1.0 +net.sourceforge.nekohtml:nekohtml:1.9.22 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.openid4java:openid4java-nodeps:0.9.6 +org.sonatype.sisu.inject:cglib:2.2.1-v20090111 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +xerces:xercesImpl:2.11.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/xml/openid/gradle/dependency-locks/compileClasspath.lockfile b/samples/xml/openid/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..59019e684d --- /dev/null +++ b/samples/xml/openid/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,29 @@ +# 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. +asm:asm:3.1 +com.google.inject:guice:3.0 +commons-codec:commons-codec:1.14 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +javax.inject:javax.inject:1 +javax.servlet:javax.servlet-api:4.0.1 +net.jcip:jcip-annotations:1.0 +net.sourceforge.nekohtml:nekohtml:1.9.22 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.openid4java:openid4java-nodeps:0.9.6 +org.sonatype.sisu.inject:cglib:2.2.1-v20090111 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +xerces:xercesImpl:2.11.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/xml/openid/gradle/dependency-locks/compileOnly.lockfile b/samples/xml/openid/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/openid/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/openid/gradle/dependency-locks/default.lockfile b/samples/xml/openid/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..dc8d902245 --- /dev/null +++ b/samples/xml/openid/gradle/dependency-locks/default.lockfile @@ -0,0 +1,45 @@ +# 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. +asm:asm:3.1 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.inject:guice:3.0 +commons-codec:commons-codec:1.14 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +javax.inject:javax.inject:1 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +net.jcip:jcip-annotations:1.0 +net.sourceforge.nekohtml:nekohtml:1.9.22 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.openid4java:openid4java-nodeps:0.9.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.sonatype.sisu.inject:cglib:2.2.1-v20090111 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +xerces:xercesImpl:2.11.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/xml/openid/gradle/dependency-locks/gretty.lockfile b/samples/xml/openid/gradle/dependency-locks/gretty.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/openid/gradle/dependency-locks/gretty.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/openid/gradle/dependency-locks/grettyNoSpringBoot.lockfile b/samples/xml/openid/gradle/dependency-locks/grettyNoSpringBoot.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/openid/gradle/dependency-locks/grettyNoSpringBoot.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/openid/gradle/dependency-locks/grettyProductRuntime.lockfile b/samples/xml/openid/gradle/dependency-locks/grettyProductRuntime.lockfile new file mode 100644 index 0000000000..dc8d902245 --- /dev/null +++ b/samples/xml/openid/gradle/dependency-locks/grettyProductRuntime.lockfile @@ -0,0 +1,45 @@ +# 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. +asm:asm:3.1 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.inject:guice:3.0 +commons-codec:commons-codec:1.14 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +javax.inject:javax.inject:1 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +net.jcip:jcip-annotations:1.0 +net.sourceforge.nekohtml:nekohtml:1.9.22 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.openid4java:openid4java-nodeps:0.9.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.sonatype.sisu.inject:cglib:2.2.1-v20090111 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +xerces:xercesImpl:2.11.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/xml/openid/gradle/dependency-locks/grettyProvidedCompile.lockfile b/samples/xml/openid/gradle/dependency-locks/grettyProvidedCompile.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/xml/openid/gradle/dependency-locks/grettyProvidedCompile.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/openid/gradle/dependency-locks/grettyRunnerJetty7.lockfile b/samples/xml/openid/gradle/dependency-locks/grettyRunnerJetty7.lockfile new file mode 100644 index 0000000000..e9e1db89cd --- /dev/null +++ b/samples/xml/openid/gradle/dependency-locks/grettyRunnerJetty7.lockfile @@ -0,0 +1,41 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:servlet-api:2.5 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:1.0.0.v201105211818 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.el:2.1.0.v201105211819 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.1.0.v201105211820 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.1.0.v201110031002 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty:jetty-continuation:7.6.21.v20160908 +org.eclipse.jetty:jetty-http:7.6.21.v20160908 +org.eclipse.jetty:jetty-io:7.6.21.v20160908 +org.eclipse.jetty:jetty-jndi:7.6.21.v20160908 +org.eclipse.jetty:jetty-jsp:7.6.21.v20160908 +org.eclipse.jetty:jetty-plus:7.6.21.v20160908 +org.eclipse.jetty:jetty-security:7.6.21.v20160908 +org.eclipse.jetty:jetty-server:7.6.21.v20160908 +org.eclipse.jetty:jetty-servlet:7.6.21.v20160908 +org.eclipse.jetty:jetty-util:7.6.21.v20160908 +org.eclipse.jetty:jetty-webapp:7.6.21.v20160908 +org.eclipse.jetty:jetty-xml:7.6.21.v20160908 +org.gretty:gretty-runner-jetty7:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/openid/gradle/dependency-locks/grettyRunnerJetty8.lockfile b/samples/xml/openid/gradle/dependency-locks/grettyRunnerJetty8.lockfile new file mode 100644 index 0000000000..27d757f042 --- /dev/null +++ b/samples/xml/openid/gradle/dependency-locks/grettyRunnerJetty8.lockfile @@ -0,0 +1,44 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.0.1 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.annotation:1.1.0.v201108011116 +org.eclipse.jetty.orbit:javax.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.2.0.v201112011158 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.2.2.v201112011158 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty.orbit:org.objectweb.asm:3.1.0.v200803061910 +org.eclipse.jetty:jetty-annotations:8.1.22.v20160922 +org.eclipse.jetty:jetty-continuation:8.1.22.v20160922 +org.eclipse.jetty:jetty-http:8.1.22.v20160922 +org.eclipse.jetty:jetty-io:8.1.22.v20160922 +org.eclipse.jetty:jetty-jndi:8.1.22.v20160922 +org.eclipse.jetty:jetty-jsp:8.1.22.v20160922 +org.eclipse.jetty:jetty-plus:8.1.22.v20160922 +org.eclipse.jetty:jetty-security:8.1.22.v20160922 +org.eclipse.jetty:jetty-server:8.1.22.v20160922 +org.eclipse.jetty:jetty-servlet:8.1.22.v20160922 +org.eclipse.jetty:jetty-util:8.1.22.v20160922 +org.eclipse.jetty:jetty-webapp:8.1.22.v20160922 +org.eclipse.jetty:jetty-xml:8.1.22.v20160922 +org.gretty:gretty-runner-jetty8:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/openid/gradle/dependency-locks/grettyRunnerJetty9.lockfile b/samples/xml/openid/gradle/dependency-locks/grettyRunnerJetty9.lockfile new file mode 100644 index 0000000000..9499a81a9b --- /dev/null +++ b/samples/xml/openid/gradle/dependency-locks/grettyRunnerJetty9.lockfile @@ -0,0 +1,51 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.8.2.v20130121 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.M0 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-api:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-client:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-common:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-server:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-annotations:9.2.26.v20180806 +org.eclipse.jetty:jetty-http:9.2.26.v20180806 +org.eclipse.jetty:jetty-io:9.2.26.v20180806 +org.eclipse.jetty:jetty-jndi:9.2.26.v20180806 +org.eclipse.jetty:jetty-jsp:9.2.26.v20180806 +org.eclipse.jetty:jetty-plus:9.2.26.v20180806 +org.eclipse.jetty:jetty-security:9.2.26.v20180806 +org.eclipse.jetty:jetty-server:9.2.26.v20180806 +org.eclipse.jetty:jetty-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-util:9.2.26.v20180806 +org.eclipse.jetty:jetty-webapp:9.2.26.v20180806 +org.eclipse.jetty:jetty-xml:9.2.26.v20180806 +org.glassfish.web:javax.servlet.jsp.jstl:1.2.2 +org.glassfish.web:javax.servlet.jsp:2.3.2 +org.glassfish:javax.el:3.0.0 +org.gretty:gretty-runner-jetty9:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/openid/gradle/dependency-locks/grettyRunnerJetty93.lockfile b/samples/xml/openid/gradle/dependency-locks/grettyRunnerJetty93.lockfile new file mode 100644 index 0000000000..54c7e0ee60 --- /dev/null +++ b/samples/xml/openid/gradle/dependency-locks/grettyRunnerJetty93.lockfile @@ -0,0 +1,48 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt.core.compiler:ecj:4.4.2 +org.eclipse.jetty.toolchain:jetty-schemas:3.1 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-api:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-client:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-common:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-server:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-servlet:9.3.25.v20180904 +org.eclipse.jetty:apache-jsp:9.3.25.v20180904 +org.eclipse.jetty:jetty-annotations:9.3.25.v20180904 +org.eclipse.jetty:jetty-http:9.3.25.v20180904 +org.eclipse.jetty:jetty-io:9.3.25.v20180904 +org.eclipse.jetty:jetty-jndi:9.3.25.v20180904 +org.eclipse.jetty:jetty-plus:9.3.25.v20180904 +org.eclipse.jetty:jetty-security:9.3.25.v20180904 +org.eclipse.jetty:jetty-server:9.3.25.v20180904 +org.eclipse.jetty:jetty-servlet:9.3.25.v20180904 +org.eclipse.jetty:jetty-util:9.3.25.v20180904 +org.eclipse.jetty:jetty-webapp:9.3.25.v20180904 +org.eclipse.jetty:jetty-xml:9.3.25.v20180904 +org.gretty:gretty-runner-jetty93:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.0.33 +org.mortbay.jasper:apache-jsp:8.0.33 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/openid/gradle/dependency-locks/grettyRunnerJetty94.lockfile b/samples/xml/openid/gradle/dependency-locks/grettyRunnerJetty94.lockfile new file mode 100644 index 0000000000..746adcbf76 --- /dev/null +++ b/samples/xml/openid/gradle/dependency-locks/grettyRunnerJetty94.lockfile @@ -0,0 +1,50 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +javax.websocket:javax.websocket-client-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.14.0 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.2 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-api:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-client:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-common:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-server:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-servlet:9.4.14.v20181114 +org.eclipse.jetty:apache-jsp:9.4.14.v20181114 +org.eclipse.jetty:jetty-annotations:9.4.14.v20181114 +org.eclipse.jetty:jetty-client:9.4.14.v20181114 +org.eclipse.jetty:jetty-http:9.4.14.v20181114 +org.eclipse.jetty:jetty-io:9.4.14.v20181114 +org.eclipse.jetty:jetty-jndi:9.4.14.v20181114 +org.eclipse.jetty:jetty-plus:9.4.14.v20181114 +org.eclipse.jetty:jetty-security:9.4.14.v20181114 +org.eclipse.jetty:jetty-server:9.4.14.v20181114 +org.eclipse.jetty:jetty-servlet:9.4.14.v20181114 +org.eclipse.jetty:jetty-util:9.4.14.v20181114 +org.eclipse.jetty:jetty-webapp:9.4.14.v20181114 +org.eclipse.jetty:jetty-xml:9.4.14.v20181114 +org.gretty:gretty-runner-jetty94:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.5.33.1 +org.mortbay.jasper:apache-jsp:8.5.33.1 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/openid/gradle/dependency-locks/grettyRunnerTomcat85.lockfile b/samples/xml/openid/gradle/dependency-locks/grettyRunnerTomcat85.lockfile new file mode 100644 index 0000000000..ec3f59f0e7 --- /dev/null +++ b/samples/xml/openid/gradle/dependency-locks/grettyRunnerTomcat85.lockfile @@ -0,0 +1,27 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.1.0 +org.apache.tomcat.embed:tomcat-embed-core:8.5.35 +org.apache.tomcat.embed:tomcat-embed-el:8.5.35 +org.apache.tomcat.embed:tomcat-embed-jasper:8.5.35 +org.apache.tomcat.embed:tomcat-embed-websocket:8.5.35 +org.apache.tomcat:tomcat-annotations-api:8.5.35 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.12.3 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/openid/gradle/dependency-locks/grettyRunnerTomcat9.lockfile b/samples/xml/openid/gradle/dependency-locks/grettyRunnerTomcat9.lockfile new file mode 100644 index 0000000000..79664d6256 --- /dev/null +++ b/samples/xml/openid/gradle/dependency-locks/grettyRunnerTomcat9.lockfile @@ -0,0 +1,28 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.0 +org.apache.tomcat.embed:tomcat-embed-core:9.0.13 +org.apache.tomcat.embed:tomcat-embed-el:9.0.13 +org.apache.tomcat.embed:tomcat-embed-jasper:9.0.13 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.13 +org.apache.tomcat:tomcat-annotations-api:9.0.13 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.13.102 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat9:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/openid/gradle/dependency-locks/grettySpringLoaded.lockfile b/samples/xml/openid/gradle/dependency-locks/grettySpringLoaded.lockfile new file mode 100644 index 0000000000..c3aad4e8a3 --- /dev/null +++ b/samples/xml/openid/gradle/dependency-locks/grettySpringLoaded.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:springloaded:1.2.8.RELEASE diff --git a/samples/xml/openid/gradle/dependency-locks/grettyStarter.lockfile b/samples/xml/openid/gradle/dependency-locks/grettyStarter.lockfile new file mode 100644 index 0000000000..9fcf33ac73 --- /dev/null +++ b/samples/xml/openid/gradle/dependency-locks/grettyStarter.lockfile @@ -0,0 +1,31 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-configuration:commons-configuration:1.10 +commons-io:commons-io:2.4 +commons-lang:commons-lang:2.6 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +org.apache.commons:commons-lang3:3.3.2 +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.gretty:gretty-core:3.0.1 +org.gretty:gretty-starter:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.0.2.RELEASE +org.springframework.boot:spring-boot-devtools:2.0.2.RELEASE +org.springframework.boot:spring-boot:2.0.2.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/samples/xml/openid/gradle/dependency-locks/optional.lockfile b/samples/xml/openid/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/openid/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/openid/gradle/dependency-locks/provided.lockfile b/samples/xml/openid/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/openid/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/openid/gradle/dependency-locks/providedCompile.lockfile b/samples/xml/openid/gradle/dependency-locks/providedCompile.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/xml/openid/gradle/dependency-locks/providedCompile.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/openid/gradle/dependency-locks/providedRuntime.lockfile b/samples/xml/openid/gradle/dependency-locks/providedRuntime.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/xml/openid/gradle/dependency-locks/providedRuntime.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/openid/gradle/dependency-locks/runtime.lockfile b/samples/xml/openid/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..dc8d902245 --- /dev/null +++ b/samples/xml/openid/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,45 @@ +# 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. +asm:asm:3.1 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.inject:guice:3.0 +commons-codec:commons-codec:1.14 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +javax.inject:javax.inject:1 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +net.jcip:jcip-annotations:1.0 +net.sourceforge.nekohtml:nekohtml:1.9.22 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.openid4java:openid4java-nodeps:0.9.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.sonatype.sisu.inject:cglib:2.2.1-v20090111 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +xerces:xercesImpl:2.11.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/xml/openid/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/xml/openid/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..dc8d902245 --- /dev/null +++ b/samples/xml/openid/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,45 @@ +# 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. +asm:asm:3.1 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.inject:guice:3.0 +commons-codec:commons-codec:1.14 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +javax.inject:javax.inject:1 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +net.jcip:jcip-annotations:1.0 +net.sourceforge.nekohtml:nekohtml:1.9.22 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.openid4java:openid4java-nodeps:0.9.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.sonatype.sisu.inject:cglib:2.2.1-v20090111 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +xerces:xercesImpl:2.11.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/xml/openid/gradle/dependency-locks/springBoot.lockfile b/samples/xml/openid/gradle/dependency-locks/springBoot.lockfile new file mode 100644 index 0000000000..dc8d902245 --- /dev/null +++ b/samples/xml/openid/gradle/dependency-locks/springBoot.lockfile @@ -0,0 +1,45 @@ +# 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. +asm:asm:3.1 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.inject:guice:3.0 +commons-codec:commons-codec:1.14 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +javax.inject:javax.inject:1 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +net.jcip:jcip-annotations:1.0 +net.sourceforge.nekohtml:nekohtml:1.9.22 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.openid4java:openid4java-nodeps:0.9.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.sonatype.sisu.inject:cglib:2.2.1-v20090111 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +xerces:xercesImpl:2.11.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/xml/openid/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/xml/openid/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/openid/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/openid/gradle/dependency-locks/testCompile.lockfile b/samples/xml/openid/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..265dbaf57b --- /dev/null +++ b/samples/xml/openid/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,37 @@ +# 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. +asm:asm:3.1 +com.google.inject:guice:3.0 +commons-codec:commons-codec:1.14 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +javax.inject:javax.inject:1 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.jcip:jcip-annotations:1.0 +net.sourceforge.nekohtml:nekohtml:1.9.22 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.openid4java:openid4java-nodeps:0.9.6 +org.sonatype.sisu.inject:cglib:2.2.1-v20090111 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +xerces:xercesImpl:2.11.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/xml/openid/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/xml/openid/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..265dbaf57b --- /dev/null +++ b/samples/xml/openid/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,37 @@ +# 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. +asm:asm:3.1 +com.google.inject:guice:3.0 +commons-codec:commons-codec:1.14 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +javax.inject:javax.inject:1 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.jcip:jcip-annotations:1.0 +net.sourceforge.nekohtml:nekohtml:1.9.22 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.openid4java:openid4java-nodeps:0.9.6 +org.sonatype.sisu.inject:cglib:2.2.1-v20090111 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +xerces:xercesImpl:2.11.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/xml/openid/gradle/dependency-locks/testCompileOnly.lockfile b/samples/xml/openid/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/openid/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/openid/gradle/dependency-locks/testRuntime.lockfile b/samples/xml/openid/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..fdf96ffb76 --- /dev/null +++ b/samples/xml/openid/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,53 @@ +# 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. +asm:asm:3.1 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.inject:guice:3.0 +commons-codec:commons-codec:1.14 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +javax.inject:javax.inject:1 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.jcip:jcip-annotations:1.0 +net.sourceforge.nekohtml:nekohtml:1.9.22 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.openid4java:openid4java-nodeps:0.9.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.sonatype.sisu.inject:cglib:2.2.1-v20090111 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +xerces:xercesImpl:2.11.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/xml/openid/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/xml/openid/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..fdf96ffb76 --- /dev/null +++ b/samples/xml/openid/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,53 @@ +# 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. +asm:asm:3.1 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.inject:guice:3.0 +commons-codec:commons-codec:1.14 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +javax.inject:javax.inject:1 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.jcip:jcip-annotations:1.0 +net.sourceforge.nekohtml:nekohtml:1.9.22 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.openid4java:openid4java-nodeps:0.9.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.sonatype.sisu.inject:cglib:2.2.1-v20090111 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +xerces:xercesImpl:2.11.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/xml/openid/gradle/dependency-locks/tests.lockfile b/samples/xml/openid/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..fdf96ffb76 --- /dev/null +++ b/samples/xml/openid/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,53 @@ +# 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. +asm:asm:3.1 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.inject:guice:3.0 +commons-codec:commons-codec:1.14 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +javax.inject:javax.inject:1 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +net.jcip:jcip-annotations:1.0 +net.sourceforge.nekohtml:nekohtml:1.9.22 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.openid4java:openid4java-nodeps:0.9.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.sonatype.sisu.inject:cglib:2.2.1-v20090111 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 +xerces:xercesImpl:2.11.0 +xml-apis:xml-apis:1.4.01 diff --git a/samples/xml/preauth/gradle/dependency-locks/annotationProcessor.lockfile b/samples/xml/preauth/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/preauth/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/preauth/gradle/dependency-locks/archives.lockfile b/samples/xml/preauth/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/preauth/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/preauth/gradle/dependency-locks/checkstyle.lockfile b/samples/xml/preauth/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/samples/xml/preauth/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/preauth/gradle/dependency-locks/compile.lockfile b/samples/xml/preauth/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/xml/preauth/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/preauth/gradle/dependency-locks/compileClasspath.lockfile b/samples/xml/preauth/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/xml/preauth/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/preauth/gradle/dependency-locks/compileOnly.lockfile b/samples/xml/preauth/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/preauth/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/preauth/gradle/dependency-locks/default.lockfile b/samples/xml/preauth/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..93f7b0853e --- /dev/null +++ b/samples/xml/preauth/gradle/dependency-locks/default.lockfile @@ -0,0 +1,25 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/preauth/gradle/dependency-locks/gretty.lockfile b/samples/xml/preauth/gradle/dependency-locks/gretty.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/preauth/gradle/dependency-locks/gretty.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/preauth/gradle/dependency-locks/grettyNoSpringBoot.lockfile b/samples/xml/preauth/gradle/dependency-locks/grettyNoSpringBoot.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/preauth/gradle/dependency-locks/grettyNoSpringBoot.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/preauth/gradle/dependency-locks/grettyProductRuntime.lockfile b/samples/xml/preauth/gradle/dependency-locks/grettyProductRuntime.lockfile new file mode 100644 index 0000000000..93f7b0853e --- /dev/null +++ b/samples/xml/preauth/gradle/dependency-locks/grettyProductRuntime.lockfile @@ -0,0 +1,25 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/preauth/gradle/dependency-locks/grettyProvidedCompile.lockfile b/samples/xml/preauth/gradle/dependency-locks/grettyProvidedCompile.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/xml/preauth/gradle/dependency-locks/grettyProvidedCompile.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/preauth/gradle/dependency-locks/grettyRunnerJetty7.lockfile b/samples/xml/preauth/gradle/dependency-locks/grettyRunnerJetty7.lockfile new file mode 100644 index 0000000000..e9e1db89cd --- /dev/null +++ b/samples/xml/preauth/gradle/dependency-locks/grettyRunnerJetty7.lockfile @@ -0,0 +1,41 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:servlet-api:2.5 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:1.0.0.v201105211818 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.el:2.1.0.v201105211819 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.1.0.v201105211820 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.1.0.v201110031002 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty:jetty-continuation:7.6.21.v20160908 +org.eclipse.jetty:jetty-http:7.6.21.v20160908 +org.eclipse.jetty:jetty-io:7.6.21.v20160908 +org.eclipse.jetty:jetty-jndi:7.6.21.v20160908 +org.eclipse.jetty:jetty-jsp:7.6.21.v20160908 +org.eclipse.jetty:jetty-plus:7.6.21.v20160908 +org.eclipse.jetty:jetty-security:7.6.21.v20160908 +org.eclipse.jetty:jetty-server:7.6.21.v20160908 +org.eclipse.jetty:jetty-servlet:7.6.21.v20160908 +org.eclipse.jetty:jetty-util:7.6.21.v20160908 +org.eclipse.jetty:jetty-webapp:7.6.21.v20160908 +org.eclipse.jetty:jetty-xml:7.6.21.v20160908 +org.gretty:gretty-runner-jetty7:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/preauth/gradle/dependency-locks/grettyRunnerJetty8.lockfile b/samples/xml/preauth/gradle/dependency-locks/grettyRunnerJetty8.lockfile new file mode 100644 index 0000000000..27d757f042 --- /dev/null +++ b/samples/xml/preauth/gradle/dependency-locks/grettyRunnerJetty8.lockfile @@ -0,0 +1,44 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.0.1 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.annotation:1.1.0.v201108011116 +org.eclipse.jetty.orbit:javax.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.2.0.v201112011158 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.2.2.v201112011158 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty.orbit:org.objectweb.asm:3.1.0.v200803061910 +org.eclipse.jetty:jetty-annotations:8.1.22.v20160922 +org.eclipse.jetty:jetty-continuation:8.1.22.v20160922 +org.eclipse.jetty:jetty-http:8.1.22.v20160922 +org.eclipse.jetty:jetty-io:8.1.22.v20160922 +org.eclipse.jetty:jetty-jndi:8.1.22.v20160922 +org.eclipse.jetty:jetty-jsp:8.1.22.v20160922 +org.eclipse.jetty:jetty-plus:8.1.22.v20160922 +org.eclipse.jetty:jetty-security:8.1.22.v20160922 +org.eclipse.jetty:jetty-server:8.1.22.v20160922 +org.eclipse.jetty:jetty-servlet:8.1.22.v20160922 +org.eclipse.jetty:jetty-util:8.1.22.v20160922 +org.eclipse.jetty:jetty-webapp:8.1.22.v20160922 +org.eclipse.jetty:jetty-xml:8.1.22.v20160922 +org.gretty:gretty-runner-jetty8:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/preauth/gradle/dependency-locks/grettyRunnerJetty9.lockfile b/samples/xml/preauth/gradle/dependency-locks/grettyRunnerJetty9.lockfile new file mode 100644 index 0000000000..9499a81a9b --- /dev/null +++ b/samples/xml/preauth/gradle/dependency-locks/grettyRunnerJetty9.lockfile @@ -0,0 +1,51 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.8.2.v20130121 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.M0 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-api:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-client:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-common:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-server:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-annotations:9.2.26.v20180806 +org.eclipse.jetty:jetty-http:9.2.26.v20180806 +org.eclipse.jetty:jetty-io:9.2.26.v20180806 +org.eclipse.jetty:jetty-jndi:9.2.26.v20180806 +org.eclipse.jetty:jetty-jsp:9.2.26.v20180806 +org.eclipse.jetty:jetty-plus:9.2.26.v20180806 +org.eclipse.jetty:jetty-security:9.2.26.v20180806 +org.eclipse.jetty:jetty-server:9.2.26.v20180806 +org.eclipse.jetty:jetty-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-util:9.2.26.v20180806 +org.eclipse.jetty:jetty-webapp:9.2.26.v20180806 +org.eclipse.jetty:jetty-xml:9.2.26.v20180806 +org.glassfish.web:javax.servlet.jsp.jstl:1.2.2 +org.glassfish.web:javax.servlet.jsp:2.3.2 +org.glassfish:javax.el:3.0.0 +org.gretty:gretty-runner-jetty9:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/preauth/gradle/dependency-locks/grettyRunnerJetty93.lockfile b/samples/xml/preauth/gradle/dependency-locks/grettyRunnerJetty93.lockfile new file mode 100644 index 0000000000..54c7e0ee60 --- /dev/null +++ b/samples/xml/preauth/gradle/dependency-locks/grettyRunnerJetty93.lockfile @@ -0,0 +1,48 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt.core.compiler:ecj:4.4.2 +org.eclipse.jetty.toolchain:jetty-schemas:3.1 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-api:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-client:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-common:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-server:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-servlet:9.3.25.v20180904 +org.eclipse.jetty:apache-jsp:9.3.25.v20180904 +org.eclipse.jetty:jetty-annotations:9.3.25.v20180904 +org.eclipse.jetty:jetty-http:9.3.25.v20180904 +org.eclipse.jetty:jetty-io:9.3.25.v20180904 +org.eclipse.jetty:jetty-jndi:9.3.25.v20180904 +org.eclipse.jetty:jetty-plus:9.3.25.v20180904 +org.eclipse.jetty:jetty-security:9.3.25.v20180904 +org.eclipse.jetty:jetty-server:9.3.25.v20180904 +org.eclipse.jetty:jetty-servlet:9.3.25.v20180904 +org.eclipse.jetty:jetty-util:9.3.25.v20180904 +org.eclipse.jetty:jetty-webapp:9.3.25.v20180904 +org.eclipse.jetty:jetty-xml:9.3.25.v20180904 +org.gretty:gretty-runner-jetty93:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.0.33 +org.mortbay.jasper:apache-jsp:8.0.33 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/preauth/gradle/dependency-locks/grettyRunnerJetty94.lockfile b/samples/xml/preauth/gradle/dependency-locks/grettyRunnerJetty94.lockfile new file mode 100644 index 0000000000..746adcbf76 --- /dev/null +++ b/samples/xml/preauth/gradle/dependency-locks/grettyRunnerJetty94.lockfile @@ -0,0 +1,50 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +javax.websocket:javax.websocket-client-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.14.0 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.2 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-api:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-client:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-common:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-server:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-servlet:9.4.14.v20181114 +org.eclipse.jetty:apache-jsp:9.4.14.v20181114 +org.eclipse.jetty:jetty-annotations:9.4.14.v20181114 +org.eclipse.jetty:jetty-client:9.4.14.v20181114 +org.eclipse.jetty:jetty-http:9.4.14.v20181114 +org.eclipse.jetty:jetty-io:9.4.14.v20181114 +org.eclipse.jetty:jetty-jndi:9.4.14.v20181114 +org.eclipse.jetty:jetty-plus:9.4.14.v20181114 +org.eclipse.jetty:jetty-security:9.4.14.v20181114 +org.eclipse.jetty:jetty-server:9.4.14.v20181114 +org.eclipse.jetty:jetty-servlet:9.4.14.v20181114 +org.eclipse.jetty:jetty-util:9.4.14.v20181114 +org.eclipse.jetty:jetty-webapp:9.4.14.v20181114 +org.eclipse.jetty:jetty-xml:9.4.14.v20181114 +org.gretty:gretty-runner-jetty94:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.5.33.1 +org.mortbay.jasper:apache-jsp:8.5.33.1 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/preauth/gradle/dependency-locks/grettyRunnerTomcat85.lockfile b/samples/xml/preauth/gradle/dependency-locks/grettyRunnerTomcat85.lockfile new file mode 100644 index 0000000000..ec3f59f0e7 --- /dev/null +++ b/samples/xml/preauth/gradle/dependency-locks/grettyRunnerTomcat85.lockfile @@ -0,0 +1,27 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.1.0 +org.apache.tomcat.embed:tomcat-embed-core:8.5.35 +org.apache.tomcat.embed:tomcat-embed-el:8.5.35 +org.apache.tomcat.embed:tomcat-embed-jasper:8.5.35 +org.apache.tomcat.embed:tomcat-embed-websocket:8.5.35 +org.apache.tomcat:tomcat-annotations-api:8.5.35 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.12.3 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/preauth/gradle/dependency-locks/grettyRunnerTomcat9.lockfile b/samples/xml/preauth/gradle/dependency-locks/grettyRunnerTomcat9.lockfile new file mode 100644 index 0000000000..79664d6256 --- /dev/null +++ b/samples/xml/preauth/gradle/dependency-locks/grettyRunnerTomcat9.lockfile @@ -0,0 +1,28 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.0 +org.apache.tomcat.embed:tomcat-embed-core:9.0.13 +org.apache.tomcat.embed:tomcat-embed-el:9.0.13 +org.apache.tomcat.embed:tomcat-embed-jasper:9.0.13 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.13 +org.apache.tomcat:tomcat-annotations-api:9.0.13 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.13.102 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat9:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/preauth/gradle/dependency-locks/grettySpringLoaded.lockfile b/samples/xml/preauth/gradle/dependency-locks/grettySpringLoaded.lockfile new file mode 100644 index 0000000000..c3aad4e8a3 --- /dev/null +++ b/samples/xml/preauth/gradle/dependency-locks/grettySpringLoaded.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:springloaded:1.2.8.RELEASE diff --git a/samples/xml/preauth/gradle/dependency-locks/grettyStarter.lockfile b/samples/xml/preauth/gradle/dependency-locks/grettyStarter.lockfile new file mode 100644 index 0000000000..9fcf33ac73 --- /dev/null +++ b/samples/xml/preauth/gradle/dependency-locks/grettyStarter.lockfile @@ -0,0 +1,31 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-configuration:commons-configuration:1.10 +commons-io:commons-io:2.4 +commons-lang:commons-lang:2.6 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +org.apache.commons:commons-lang3:3.3.2 +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.gretty:gretty-core:3.0.1 +org.gretty:gretty-starter:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.0.2.RELEASE +org.springframework.boot:spring-boot-devtools:2.0.2.RELEASE +org.springframework.boot:spring-boot:2.0.2.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/samples/xml/preauth/gradle/dependency-locks/optional.lockfile b/samples/xml/preauth/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/preauth/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/preauth/gradle/dependency-locks/provided.lockfile b/samples/xml/preauth/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/preauth/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/preauth/gradle/dependency-locks/providedCompile.lockfile b/samples/xml/preauth/gradle/dependency-locks/providedCompile.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/xml/preauth/gradle/dependency-locks/providedCompile.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/preauth/gradle/dependency-locks/providedRuntime.lockfile b/samples/xml/preauth/gradle/dependency-locks/providedRuntime.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/xml/preauth/gradle/dependency-locks/providedRuntime.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/preauth/gradle/dependency-locks/runtime.lockfile b/samples/xml/preauth/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..93f7b0853e --- /dev/null +++ b/samples/xml/preauth/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,25 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/preauth/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/xml/preauth/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..93f7b0853e --- /dev/null +++ b/samples/xml/preauth/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,25 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/preauth/gradle/dependency-locks/springBoot.lockfile b/samples/xml/preauth/gradle/dependency-locks/springBoot.lockfile new file mode 100644 index 0000000000..93f7b0853e --- /dev/null +++ b/samples/xml/preauth/gradle/dependency-locks/springBoot.lockfile @@ -0,0 +1,25 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/preauth/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/xml/preauth/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/preauth/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/preauth/gradle/dependency-locks/testCompile.lockfile b/samples/xml/preauth/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..6f7d9e5567 --- /dev/null +++ b/samples/xml/preauth/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,28 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/preauth/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/xml/preauth/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..6f7d9e5567 --- /dev/null +++ b/samples/xml/preauth/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,28 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/preauth/gradle/dependency-locks/testCompileOnly.lockfile b/samples/xml/preauth/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/preauth/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/preauth/gradle/dependency-locks/testRuntime.lockfile b/samples/xml/preauth/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..de46245535 --- /dev/null +++ b/samples/xml/preauth/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,33 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/preauth/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/xml/preauth/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..de46245535 --- /dev/null +++ b/samples/xml/preauth/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,33 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/preauth/gradle/dependency-locks/tests.lockfile b/samples/xml/preauth/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..de46245535 --- /dev/null +++ b/samples/xml/preauth/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,33 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/samples/xml/servletapi/gradle/dependency-locks/annotationProcessor.lockfile b/samples/xml/servletapi/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/servletapi/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/servletapi/gradle/dependency-locks/archives.lockfile b/samples/xml/servletapi/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/servletapi/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/servletapi/gradle/dependency-locks/checkstyle.lockfile b/samples/xml/servletapi/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/samples/xml/servletapi/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/servletapi/gradle/dependency-locks/compile.lockfile b/samples/xml/servletapi/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..b46fdd3d3f --- /dev/null +++ b/samples/xml/servletapi/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,17 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/samples/xml/servletapi/gradle/dependency-locks/compileClasspath.lockfile b/samples/xml/servletapi/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..b46fdd3d3f --- /dev/null +++ b/samples/xml/servletapi/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,17 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/samples/xml/servletapi/gradle/dependency-locks/compileOnly.lockfile b/samples/xml/servletapi/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/servletapi/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/servletapi/gradle/dependency-locks/default.lockfile b/samples/xml/servletapi/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..4e2ceda0c2 --- /dev/null +++ b/samples/xml/servletapi/gradle/dependency-locks/default.lockfile @@ -0,0 +1,33 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context-support:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/samples/xml/servletapi/gradle/dependency-locks/gretty.lockfile b/samples/xml/servletapi/gradle/dependency-locks/gretty.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/servletapi/gradle/dependency-locks/gretty.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/servletapi/gradle/dependency-locks/grettyNoSpringBoot.lockfile b/samples/xml/servletapi/gradle/dependency-locks/grettyNoSpringBoot.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/servletapi/gradle/dependency-locks/grettyNoSpringBoot.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/servletapi/gradle/dependency-locks/grettyProductRuntime.lockfile b/samples/xml/servletapi/gradle/dependency-locks/grettyProductRuntime.lockfile new file mode 100644 index 0000000000..4e2ceda0c2 --- /dev/null +++ b/samples/xml/servletapi/gradle/dependency-locks/grettyProductRuntime.lockfile @@ -0,0 +1,33 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context-support:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/samples/xml/servletapi/gradle/dependency-locks/grettyProvidedCompile.lockfile b/samples/xml/servletapi/gradle/dependency-locks/grettyProvidedCompile.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/xml/servletapi/gradle/dependency-locks/grettyProvidedCompile.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/servletapi/gradle/dependency-locks/grettyRunnerJetty7.lockfile b/samples/xml/servletapi/gradle/dependency-locks/grettyRunnerJetty7.lockfile new file mode 100644 index 0000000000..e9e1db89cd --- /dev/null +++ b/samples/xml/servletapi/gradle/dependency-locks/grettyRunnerJetty7.lockfile @@ -0,0 +1,41 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:servlet-api:2.5 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:1.0.0.v201105211818 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.el:2.1.0.v201105211819 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.1.0.v201105211820 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.1.0.v201110031002 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty:jetty-continuation:7.6.21.v20160908 +org.eclipse.jetty:jetty-http:7.6.21.v20160908 +org.eclipse.jetty:jetty-io:7.6.21.v20160908 +org.eclipse.jetty:jetty-jndi:7.6.21.v20160908 +org.eclipse.jetty:jetty-jsp:7.6.21.v20160908 +org.eclipse.jetty:jetty-plus:7.6.21.v20160908 +org.eclipse.jetty:jetty-security:7.6.21.v20160908 +org.eclipse.jetty:jetty-server:7.6.21.v20160908 +org.eclipse.jetty:jetty-servlet:7.6.21.v20160908 +org.eclipse.jetty:jetty-util:7.6.21.v20160908 +org.eclipse.jetty:jetty-webapp:7.6.21.v20160908 +org.eclipse.jetty:jetty-xml:7.6.21.v20160908 +org.gretty:gretty-runner-jetty7:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/servletapi/gradle/dependency-locks/grettyRunnerJetty8.lockfile b/samples/xml/servletapi/gradle/dependency-locks/grettyRunnerJetty8.lockfile new file mode 100644 index 0000000000..27d757f042 --- /dev/null +++ b/samples/xml/servletapi/gradle/dependency-locks/grettyRunnerJetty8.lockfile @@ -0,0 +1,44 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.0.1 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.annotation:1.1.0.v201108011116 +org.eclipse.jetty.orbit:javax.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.2.0.v201112011158 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.2.2.v201112011158 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty.orbit:org.objectweb.asm:3.1.0.v200803061910 +org.eclipse.jetty:jetty-annotations:8.1.22.v20160922 +org.eclipse.jetty:jetty-continuation:8.1.22.v20160922 +org.eclipse.jetty:jetty-http:8.1.22.v20160922 +org.eclipse.jetty:jetty-io:8.1.22.v20160922 +org.eclipse.jetty:jetty-jndi:8.1.22.v20160922 +org.eclipse.jetty:jetty-jsp:8.1.22.v20160922 +org.eclipse.jetty:jetty-plus:8.1.22.v20160922 +org.eclipse.jetty:jetty-security:8.1.22.v20160922 +org.eclipse.jetty:jetty-server:8.1.22.v20160922 +org.eclipse.jetty:jetty-servlet:8.1.22.v20160922 +org.eclipse.jetty:jetty-util:8.1.22.v20160922 +org.eclipse.jetty:jetty-webapp:8.1.22.v20160922 +org.eclipse.jetty:jetty-xml:8.1.22.v20160922 +org.gretty:gretty-runner-jetty8:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/servletapi/gradle/dependency-locks/grettyRunnerJetty9.lockfile b/samples/xml/servletapi/gradle/dependency-locks/grettyRunnerJetty9.lockfile new file mode 100644 index 0000000000..9499a81a9b --- /dev/null +++ b/samples/xml/servletapi/gradle/dependency-locks/grettyRunnerJetty9.lockfile @@ -0,0 +1,51 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.8.2.v20130121 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.M0 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-api:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-client:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-common:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-server:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-annotations:9.2.26.v20180806 +org.eclipse.jetty:jetty-http:9.2.26.v20180806 +org.eclipse.jetty:jetty-io:9.2.26.v20180806 +org.eclipse.jetty:jetty-jndi:9.2.26.v20180806 +org.eclipse.jetty:jetty-jsp:9.2.26.v20180806 +org.eclipse.jetty:jetty-plus:9.2.26.v20180806 +org.eclipse.jetty:jetty-security:9.2.26.v20180806 +org.eclipse.jetty:jetty-server:9.2.26.v20180806 +org.eclipse.jetty:jetty-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-util:9.2.26.v20180806 +org.eclipse.jetty:jetty-webapp:9.2.26.v20180806 +org.eclipse.jetty:jetty-xml:9.2.26.v20180806 +org.glassfish.web:javax.servlet.jsp.jstl:1.2.2 +org.glassfish.web:javax.servlet.jsp:2.3.2 +org.glassfish:javax.el:3.0.0 +org.gretty:gretty-runner-jetty9:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/servletapi/gradle/dependency-locks/grettyRunnerJetty93.lockfile b/samples/xml/servletapi/gradle/dependency-locks/grettyRunnerJetty93.lockfile new file mode 100644 index 0000000000..54c7e0ee60 --- /dev/null +++ b/samples/xml/servletapi/gradle/dependency-locks/grettyRunnerJetty93.lockfile @@ -0,0 +1,48 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt.core.compiler:ecj:4.4.2 +org.eclipse.jetty.toolchain:jetty-schemas:3.1 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-api:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-client:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-common:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-server:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-servlet:9.3.25.v20180904 +org.eclipse.jetty:apache-jsp:9.3.25.v20180904 +org.eclipse.jetty:jetty-annotations:9.3.25.v20180904 +org.eclipse.jetty:jetty-http:9.3.25.v20180904 +org.eclipse.jetty:jetty-io:9.3.25.v20180904 +org.eclipse.jetty:jetty-jndi:9.3.25.v20180904 +org.eclipse.jetty:jetty-plus:9.3.25.v20180904 +org.eclipse.jetty:jetty-security:9.3.25.v20180904 +org.eclipse.jetty:jetty-server:9.3.25.v20180904 +org.eclipse.jetty:jetty-servlet:9.3.25.v20180904 +org.eclipse.jetty:jetty-util:9.3.25.v20180904 +org.eclipse.jetty:jetty-webapp:9.3.25.v20180904 +org.eclipse.jetty:jetty-xml:9.3.25.v20180904 +org.gretty:gretty-runner-jetty93:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.0.33 +org.mortbay.jasper:apache-jsp:8.0.33 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/servletapi/gradle/dependency-locks/grettyRunnerJetty94.lockfile b/samples/xml/servletapi/gradle/dependency-locks/grettyRunnerJetty94.lockfile new file mode 100644 index 0000000000..746adcbf76 --- /dev/null +++ b/samples/xml/servletapi/gradle/dependency-locks/grettyRunnerJetty94.lockfile @@ -0,0 +1,50 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +javax.websocket:javax.websocket-client-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.14.0 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.2 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-api:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-client:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-common:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-server:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-servlet:9.4.14.v20181114 +org.eclipse.jetty:apache-jsp:9.4.14.v20181114 +org.eclipse.jetty:jetty-annotations:9.4.14.v20181114 +org.eclipse.jetty:jetty-client:9.4.14.v20181114 +org.eclipse.jetty:jetty-http:9.4.14.v20181114 +org.eclipse.jetty:jetty-io:9.4.14.v20181114 +org.eclipse.jetty:jetty-jndi:9.4.14.v20181114 +org.eclipse.jetty:jetty-plus:9.4.14.v20181114 +org.eclipse.jetty:jetty-security:9.4.14.v20181114 +org.eclipse.jetty:jetty-server:9.4.14.v20181114 +org.eclipse.jetty:jetty-servlet:9.4.14.v20181114 +org.eclipse.jetty:jetty-util:9.4.14.v20181114 +org.eclipse.jetty:jetty-webapp:9.4.14.v20181114 +org.eclipse.jetty:jetty-xml:9.4.14.v20181114 +org.gretty:gretty-runner-jetty94:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.5.33.1 +org.mortbay.jasper:apache-jsp:8.5.33.1 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/servletapi/gradle/dependency-locks/grettyRunnerTomcat85.lockfile b/samples/xml/servletapi/gradle/dependency-locks/grettyRunnerTomcat85.lockfile new file mode 100644 index 0000000000..ec3f59f0e7 --- /dev/null +++ b/samples/xml/servletapi/gradle/dependency-locks/grettyRunnerTomcat85.lockfile @@ -0,0 +1,27 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.1.0 +org.apache.tomcat.embed:tomcat-embed-core:8.5.35 +org.apache.tomcat.embed:tomcat-embed-el:8.5.35 +org.apache.tomcat.embed:tomcat-embed-jasper:8.5.35 +org.apache.tomcat.embed:tomcat-embed-websocket:8.5.35 +org.apache.tomcat:tomcat-annotations-api:8.5.35 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.12.3 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/servletapi/gradle/dependency-locks/grettyRunnerTomcat9.lockfile b/samples/xml/servletapi/gradle/dependency-locks/grettyRunnerTomcat9.lockfile new file mode 100644 index 0000000000..79664d6256 --- /dev/null +++ b/samples/xml/servletapi/gradle/dependency-locks/grettyRunnerTomcat9.lockfile @@ -0,0 +1,28 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.0 +org.apache.tomcat.embed:tomcat-embed-core:9.0.13 +org.apache.tomcat.embed:tomcat-embed-el:9.0.13 +org.apache.tomcat.embed:tomcat-embed-jasper:9.0.13 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.13 +org.apache.tomcat:tomcat-annotations-api:9.0.13 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.13.102 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat9:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/servletapi/gradle/dependency-locks/grettySpringLoaded.lockfile b/samples/xml/servletapi/gradle/dependency-locks/grettySpringLoaded.lockfile new file mode 100644 index 0000000000..c3aad4e8a3 --- /dev/null +++ b/samples/xml/servletapi/gradle/dependency-locks/grettySpringLoaded.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:springloaded:1.2.8.RELEASE diff --git a/samples/xml/servletapi/gradle/dependency-locks/grettyStarter.lockfile b/samples/xml/servletapi/gradle/dependency-locks/grettyStarter.lockfile new file mode 100644 index 0000000000..9fcf33ac73 --- /dev/null +++ b/samples/xml/servletapi/gradle/dependency-locks/grettyStarter.lockfile @@ -0,0 +1,31 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-configuration:commons-configuration:1.10 +commons-io:commons-io:2.4 +commons-lang:commons-lang:2.6 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +org.apache.commons:commons-lang3:3.3.2 +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.gretty:gretty-core:3.0.1 +org.gretty:gretty-starter:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.0.2.RELEASE +org.springframework.boot:spring-boot-devtools:2.0.2.RELEASE +org.springframework.boot:spring-boot:2.0.2.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/samples/xml/servletapi/gradle/dependency-locks/optional.lockfile b/samples/xml/servletapi/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/servletapi/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/servletapi/gradle/dependency-locks/provided.lockfile b/samples/xml/servletapi/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/servletapi/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/servletapi/gradle/dependency-locks/providedCompile.lockfile b/samples/xml/servletapi/gradle/dependency-locks/providedCompile.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/xml/servletapi/gradle/dependency-locks/providedCompile.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/servletapi/gradle/dependency-locks/providedRuntime.lockfile b/samples/xml/servletapi/gradle/dependency-locks/providedRuntime.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/xml/servletapi/gradle/dependency-locks/providedRuntime.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/servletapi/gradle/dependency-locks/runtime.lockfile b/samples/xml/servletapi/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..4e2ceda0c2 --- /dev/null +++ b/samples/xml/servletapi/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,33 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context-support:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/samples/xml/servletapi/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/xml/servletapi/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..4e2ceda0c2 --- /dev/null +++ b/samples/xml/servletapi/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,33 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context-support:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/samples/xml/servletapi/gradle/dependency-locks/springBoot.lockfile b/samples/xml/servletapi/gradle/dependency-locks/springBoot.lockfile new file mode 100644 index 0000000000..4e2ceda0c2 --- /dev/null +++ b/samples/xml/servletapi/gradle/dependency-locks/springBoot.lockfile @@ -0,0 +1,33 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context-support:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/samples/xml/servletapi/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/xml/servletapi/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/servletapi/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/servletapi/gradle/dependency-locks/testCompile.lockfile b/samples/xml/servletapi/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..2182258f13 --- /dev/null +++ b/samples/xml/servletapi/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,25 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/samples/xml/servletapi/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/xml/servletapi/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..2182258f13 --- /dev/null +++ b/samples/xml/servletapi/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,25 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/samples/xml/servletapi/gradle/dependency-locks/testCompileOnly.lockfile b/samples/xml/servletapi/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/servletapi/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/servletapi/gradle/dependency-locks/testRuntime.lockfile b/samples/xml/servletapi/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..352bea636f --- /dev/null +++ b/samples/xml/servletapi/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,41 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context-support:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/samples/xml/servletapi/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/xml/servletapi/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..352bea636f --- /dev/null +++ b/samples/xml/servletapi/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,41 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context-support:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/samples/xml/servletapi/gradle/dependency-locks/tests.lockfile b/samples/xml/servletapi/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..352bea636f --- /dev/null +++ b/samples/xml/servletapi/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,41 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context-support:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/samples/xml/tutorial/gradle/dependency-locks/annotationProcessor.lockfile b/samples/xml/tutorial/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/tutorial/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/tutorial/gradle/dependency-locks/archives.lockfile b/samples/xml/tutorial/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/tutorial/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/tutorial/gradle/dependency-locks/checkstyle.lockfile b/samples/xml/tutorial/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/samples/xml/tutorial/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/tutorial/gradle/dependency-locks/compile.lockfile b/samples/xml/tutorial/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..961a034a7a --- /dev/null +++ b/samples/xml/tutorial/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,21 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/samples/xml/tutorial/gradle/dependency-locks/compileClasspath.lockfile b/samples/xml/tutorial/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..961a034a7a --- /dev/null +++ b/samples/xml/tutorial/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,21 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/samples/xml/tutorial/gradle/dependency-locks/compileOnly.lockfile b/samples/xml/tutorial/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/tutorial/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/tutorial/gradle/dependency-locks/default.lockfile b/samples/xml/tutorial/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..05bf3b403b --- /dev/null +++ b/samples/xml/tutorial/gradle/dependency-locks/default.lockfile @@ -0,0 +1,32 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/samples/xml/tutorial/gradle/dependency-locks/gretty.lockfile b/samples/xml/tutorial/gradle/dependency-locks/gretty.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/tutorial/gradle/dependency-locks/gretty.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/tutorial/gradle/dependency-locks/grettyNoSpringBoot.lockfile b/samples/xml/tutorial/gradle/dependency-locks/grettyNoSpringBoot.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/tutorial/gradle/dependency-locks/grettyNoSpringBoot.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/tutorial/gradle/dependency-locks/grettyProductRuntime.lockfile b/samples/xml/tutorial/gradle/dependency-locks/grettyProductRuntime.lockfile new file mode 100644 index 0000000000..05bf3b403b --- /dev/null +++ b/samples/xml/tutorial/gradle/dependency-locks/grettyProductRuntime.lockfile @@ -0,0 +1,32 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/samples/xml/tutorial/gradle/dependency-locks/grettyProvidedCompile.lockfile b/samples/xml/tutorial/gradle/dependency-locks/grettyProvidedCompile.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/xml/tutorial/gradle/dependency-locks/grettyProvidedCompile.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/tutorial/gradle/dependency-locks/grettyRunnerJetty7.lockfile b/samples/xml/tutorial/gradle/dependency-locks/grettyRunnerJetty7.lockfile new file mode 100644 index 0000000000..e9e1db89cd --- /dev/null +++ b/samples/xml/tutorial/gradle/dependency-locks/grettyRunnerJetty7.lockfile @@ -0,0 +1,41 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:servlet-api:2.5 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:1.0.0.v201105211818 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.el:2.1.0.v201105211819 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.1.0.v201105211820 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.1.0.v201110031002 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty:jetty-continuation:7.6.21.v20160908 +org.eclipse.jetty:jetty-http:7.6.21.v20160908 +org.eclipse.jetty:jetty-io:7.6.21.v20160908 +org.eclipse.jetty:jetty-jndi:7.6.21.v20160908 +org.eclipse.jetty:jetty-jsp:7.6.21.v20160908 +org.eclipse.jetty:jetty-plus:7.6.21.v20160908 +org.eclipse.jetty:jetty-security:7.6.21.v20160908 +org.eclipse.jetty:jetty-server:7.6.21.v20160908 +org.eclipse.jetty:jetty-servlet:7.6.21.v20160908 +org.eclipse.jetty:jetty-util:7.6.21.v20160908 +org.eclipse.jetty:jetty-webapp:7.6.21.v20160908 +org.eclipse.jetty:jetty-xml:7.6.21.v20160908 +org.gretty:gretty-runner-jetty7:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/tutorial/gradle/dependency-locks/grettyRunnerJetty8.lockfile b/samples/xml/tutorial/gradle/dependency-locks/grettyRunnerJetty8.lockfile new file mode 100644 index 0000000000..27d757f042 --- /dev/null +++ b/samples/xml/tutorial/gradle/dependency-locks/grettyRunnerJetty8.lockfile @@ -0,0 +1,44 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.0.1 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:com.sun.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.activation:1.1.0.v201105071233 +org.eclipse.jetty.orbit:javax.annotation:1.1.0.v201108011116 +org.eclipse.jetty.orbit:javax.el:2.2.0.v201108011116 +org.eclipse.jetty.orbit:javax.mail.glassfish:1.4.1.v201005082020 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:javax.servlet.jsp:2.2.0.v201112011158 +org.eclipse.jetty.orbit:javax.transaction:1.1.1.v201105210645 +org.eclipse.jetty.orbit:org.apache.jasper.glassfish:2.2.2.v201112011158 +org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:1.2.0.v201112081803 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.7.1 +org.eclipse.jetty.orbit:org.objectweb.asm:3.1.0.v200803061910 +org.eclipse.jetty:jetty-annotations:8.1.22.v20160922 +org.eclipse.jetty:jetty-continuation:8.1.22.v20160922 +org.eclipse.jetty:jetty-http:8.1.22.v20160922 +org.eclipse.jetty:jetty-io:8.1.22.v20160922 +org.eclipse.jetty:jetty-jndi:8.1.22.v20160922 +org.eclipse.jetty:jetty-jsp:8.1.22.v20160922 +org.eclipse.jetty:jetty-plus:8.1.22.v20160922 +org.eclipse.jetty:jetty-security:8.1.22.v20160922 +org.eclipse.jetty:jetty-server:8.1.22.v20160922 +org.eclipse.jetty:jetty-servlet:8.1.22.v20160922 +org.eclipse.jetty:jetty-util:8.1.22.v20160922 +org.eclipse.jetty:jetty-webapp:8.1.22.v20160922 +org.eclipse.jetty:jetty-xml:8.1.22.v20160922 +org.gretty:gretty-runner-jetty8:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/tutorial/gradle/dependency-locks/grettyRunnerJetty9.lockfile b/samples/xml/tutorial/gradle/dependency-locks/grettyRunnerJetty9.lockfile new file mode 100644 index 0000000000..9499a81a9b --- /dev/null +++ b/samples/xml/tutorial/gradle/dependency-locks/grettyRunnerJetty9.lockfile @@ -0,0 +1,51 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:1.2.0.v201105211821 +org.eclipse.jetty.orbit:org.eclipse.jdt.core:3.8.2.v20130121 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.M0 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-api:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-client:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-common:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-server:9.2.26.v20180806 +org.eclipse.jetty.websocket:websocket-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-annotations:9.2.26.v20180806 +org.eclipse.jetty:jetty-http:9.2.26.v20180806 +org.eclipse.jetty:jetty-io:9.2.26.v20180806 +org.eclipse.jetty:jetty-jndi:9.2.26.v20180806 +org.eclipse.jetty:jetty-jsp:9.2.26.v20180806 +org.eclipse.jetty:jetty-plus:9.2.26.v20180806 +org.eclipse.jetty:jetty-security:9.2.26.v20180806 +org.eclipse.jetty:jetty-server:9.2.26.v20180806 +org.eclipse.jetty:jetty-servlet:9.2.26.v20180806 +org.eclipse.jetty:jetty-util:9.2.26.v20180806 +org.eclipse.jetty:jetty-webapp:9.2.26.v20180806 +org.eclipse.jetty:jetty-xml:9.2.26.v20180806 +org.glassfish.web:javax.servlet.jsp.jstl:1.2.2 +org.glassfish.web:javax.servlet.jsp:2.3.2 +org.glassfish:javax.el:3.0.0 +org.gretty:gretty-runner-jetty9:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/tutorial/gradle/dependency-locks/grettyRunnerJetty93.lockfile b/samples/xml/tutorial/gradle/dependency-locks/grettyRunnerJetty93.lockfile new file mode 100644 index 0000000000..54c7e0ee60 --- /dev/null +++ b/samples/xml/tutorial/gradle/dependency-locks/grettyRunnerJetty93.lockfile @@ -0,0 +1,48 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt.core.compiler:ecj:4.4.2 +org.eclipse.jetty.toolchain:jetty-schemas:3.1 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-api:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-client:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-common:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-server:9.3.25.v20180904 +org.eclipse.jetty.websocket:websocket-servlet:9.3.25.v20180904 +org.eclipse.jetty:apache-jsp:9.3.25.v20180904 +org.eclipse.jetty:jetty-annotations:9.3.25.v20180904 +org.eclipse.jetty:jetty-http:9.3.25.v20180904 +org.eclipse.jetty:jetty-io:9.3.25.v20180904 +org.eclipse.jetty:jetty-jndi:9.3.25.v20180904 +org.eclipse.jetty:jetty-plus:9.3.25.v20180904 +org.eclipse.jetty:jetty-security:9.3.25.v20180904 +org.eclipse.jetty:jetty-server:9.3.25.v20180904 +org.eclipse.jetty:jetty-servlet:9.3.25.v20180904 +org.eclipse.jetty:jetty-util:9.3.25.v20180904 +org.eclipse.jetty:jetty-webapp:9.3.25.v20180904 +org.eclipse.jetty:jetty-xml:9.3.25.v20180904 +org.gretty:gretty-runner-jetty93:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.0.33 +org.mortbay.jasper:apache-jsp:8.0.33 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/tutorial/gradle/dependency-locks/grettyRunnerJetty94.lockfile b/samples/xml/tutorial/gradle/dependency-locks/grettyRunnerJetty94.lockfile new file mode 100644 index 0000000000..746adcbf76 --- /dev/null +++ b/samples/xml/tutorial/gradle/dependency-locks/grettyRunnerJetty94.lockfile @@ -0,0 +1,50 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.annotation:javax.annotation-api:1.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.websocket:javax.websocket-api:1.0 +javax.websocket:javax.websocket-client-api:1.0 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.14.0 +org.eclipse.jetty.toolchain:jetty-schemas:3.1.2 +org.eclipse.jetty.websocket:javax-websocket-client-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:javax-websocket-server-impl:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-api:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-client:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-common:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-server:9.4.14.v20181114 +org.eclipse.jetty.websocket:websocket-servlet:9.4.14.v20181114 +org.eclipse.jetty:apache-jsp:9.4.14.v20181114 +org.eclipse.jetty:jetty-annotations:9.4.14.v20181114 +org.eclipse.jetty:jetty-client:9.4.14.v20181114 +org.eclipse.jetty:jetty-http:9.4.14.v20181114 +org.eclipse.jetty:jetty-io:9.4.14.v20181114 +org.eclipse.jetty:jetty-jndi:9.4.14.v20181114 +org.eclipse.jetty:jetty-plus:9.4.14.v20181114 +org.eclipse.jetty:jetty-security:9.4.14.v20181114 +org.eclipse.jetty:jetty-server:9.4.14.v20181114 +org.eclipse.jetty:jetty-servlet:9.4.14.v20181114 +org.eclipse.jetty:jetty-util:9.4.14.v20181114 +org.eclipse.jetty:jetty-webapp:9.4.14.v20181114 +org.eclipse.jetty:jetty-xml:9.4.14.v20181114 +org.gretty:gretty-runner-jetty94:3.0.1 +org.gretty:gretty-runner-jetty:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mortbay.jasper:apache-el:8.5.33.1 +org.mortbay.jasper:apache-jsp:8.5.33.1 +org.ow2.asm:asm-analysis:7.2 +org.ow2.asm:asm-commons:7.2 +org.ow2.asm:asm-tree:7.2 +org.ow2.asm:asm:7.2 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/tutorial/gradle/dependency-locks/grettyRunnerTomcat85.lockfile b/samples/xml/tutorial/gradle/dependency-locks/grettyRunnerTomcat85.lockfile new file mode 100644 index 0000000000..ec3f59f0e7 --- /dev/null +++ b/samples/xml/tutorial/gradle/dependency-locks/grettyRunnerTomcat85.lockfile @@ -0,0 +1,27 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:3.1.0 +org.apache.tomcat.embed:tomcat-embed-core:8.5.35 +org.apache.tomcat.embed:tomcat-embed-el:8.5.35 +org.apache.tomcat.embed:tomcat-embed-jasper:8.5.35 +org.apache.tomcat.embed:tomcat-embed-websocket:8.5.35 +org.apache.tomcat:tomcat-annotations-api:8.5.35 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.12.3 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/tutorial/gradle/dependency-locks/grettyRunnerTomcat9.lockfile b/samples/xml/tutorial/gradle/dependency-locks/grettyRunnerTomcat9.lockfile new file mode 100644 index 0000000000..79664d6256 --- /dev/null +++ b/samples/xml/tutorial/gradle/dependency-locks/grettyRunnerTomcat9.lockfile @@ -0,0 +1,28 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-io:commons-io:2.4 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.0 +org.apache.tomcat.embed:tomcat-embed-core:9.0.13 +org.apache.tomcat.embed:tomcat-embed-el:9.0.13 +org.apache.tomcat.embed:tomcat-embed-jasper:9.0.13 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.13 +org.apache.tomcat:tomcat-annotations-api:9.0.13 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.eclipse.jdt:ecj:3.13.102 +org.gretty:gretty-runner-tomcat85:3.0.1 +org.gretty:gretty-runner-tomcat8plus:3.0.1 +org.gretty:gretty-runner-tomcat9:3.0.1 +org.gretty:gretty-runner-tomcat:3.0.1 +org.gretty:gretty-runner:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/tutorial/gradle/dependency-locks/grettySpringLoaded.lockfile b/samples/xml/tutorial/gradle/dependency-locks/grettySpringLoaded.lockfile new file mode 100644 index 0000000000..c3aad4e8a3 --- /dev/null +++ b/samples/xml/tutorial/gradle/dependency-locks/grettySpringLoaded.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:springloaded:1.2.8.RELEASE diff --git a/samples/xml/tutorial/gradle/dependency-locks/grettyStarter.lockfile b/samples/xml/tutorial/gradle/dependency-locks/grettyStarter.lockfile new file mode 100644 index 0000000000..9fcf33ac73 --- /dev/null +++ b/samples/xml/tutorial/gradle/dependency-locks/grettyStarter.lockfile @@ -0,0 +1,31 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +commons-cli:commons-cli:1.4 +commons-configuration:commons-configuration:1.10 +commons-io:commons-io:2.4 +commons-lang:commons-lang:2.6 +commons-logging:commons-logging:1.2 +io.projectreactor:reactor-bom:2020.0.0 +org.apache.commons:commons-lang3:3.3.2 +org.bouncycastle:bcprov-jdk15on:1.66 +org.codehaus.groovy:groovy-cli-commons:2.5.8 +org.codehaus.groovy:groovy-json:2.5.8 +org.codehaus.groovy:groovy:2.5.8 +org.gretty:gretty-core:3.0.1 +org.gretty:gretty-starter:3.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.slf4j:slf4j-api:1.7.30 +org.springframework.boot:spring-boot-autoconfigure:2.0.2.RELEASE +org.springframework.boot:spring-boot-devtools:2.0.2.RELEASE +org.springframework.boot:spring-boot:2.0.2.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 diff --git a/samples/xml/tutorial/gradle/dependency-locks/optional.lockfile b/samples/xml/tutorial/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/tutorial/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/tutorial/gradle/dependency-locks/provided.lockfile b/samples/xml/tutorial/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/tutorial/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/tutorial/gradle/dependency-locks/providedCompile.lockfile b/samples/xml/tutorial/gradle/dependency-locks/providedCompile.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/xml/tutorial/gradle/dependency-locks/providedCompile.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/tutorial/gradle/dependency-locks/providedRuntime.lockfile b/samples/xml/tutorial/gradle/dependency-locks/providedRuntime.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/samples/xml/tutorial/gradle/dependency-locks/providedRuntime.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/tutorial/gradle/dependency-locks/runtime.lockfile b/samples/xml/tutorial/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..05bf3b403b --- /dev/null +++ b/samples/xml/tutorial/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,32 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/samples/xml/tutorial/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/xml/tutorial/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..05bf3b403b --- /dev/null +++ b/samples/xml/tutorial/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,32 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/samples/xml/tutorial/gradle/dependency-locks/springBoot.lockfile b/samples/xml/tutorial/gradle/dependency-locks/springBoot.lockfile new file mode 100644 index 0000000000..05bf3b403b --- /dev/null +++ b/samples/xml/tutorial/gradle/dependency-locks/springBoot.lockfile @@ -0,0 +1,32 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/samples/xml/tutorial/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/xml/tutorial/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/tutorial/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/tutorial/gradle/dependency-locks/testCompile.lockfile b/samples/xml/tutorial/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..8143834ac0 --- /dev/null +++ b/samples/xml/tutorial/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,29 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/samples/xml/tutorial/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/xml/tutorial/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..8143834ac0 --- /dev/null +++ b/samples/xml/tutorial/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,29 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/samples/xml/tutorial/gradle/dependency-locks/testCompileOnly.lockfile b/samples/xml/tutorial/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/samples/xml/tutorial/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/samples/xml/tutorial/gradle/dependency-locks/testRuntime.lockfile b/samples/xml/tutorial/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..347bec14e1 --- /dev/null +++ b/samples/xml/tutorial/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,40 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/samples/xml/tutorial/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/xml/tutorial/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..347bec14e1 --- /dev/null +++ b/samples/xml/tutorial/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,40 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/samples/xml/tutorial/gradle/dependency-locks/tests.lockfile b/samples/xml/tutorial/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..347bec14e1 --- /dev/null +++ b/samples/xml/tutorial/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,40 @@ +# 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. +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +javax.servlet:javax.servlet-api:4.0.1 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.apache.taglibs:taglibs-standard-impl:1.2.5 +org.apache.taglibs:taglibs-standard-jstlel:1.2.5 +org.apache.taglibs:taglibs-standard-spec:1.2.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:log4j-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/taglibs/gradle/dependency-locks/annotationProcessor.lockfile b/taglibs/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/taglibs/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/taglibs/gradle/dependency-locks/archives.lockfile b/taglibs/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/taglibs/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/taglibs/gradle/dependency-locks/checkstyle.lockfile b/taglibs/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/taglibs/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/taglibs/gradle/dependency-locks/compile.lockfile b/taglibs/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..0c25c3f64f --- /dev/null +++ b/taglibs/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,16 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/taglibs/gradle/dependency-locks/compileClasspath.lockfile b/taglibs/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..0c25c3f64f --- /dev/null +++ b/taglibs/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,16 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/taglibs/gradle/dependency-locks/compileOnly.lockfile b/taglibs/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/taglibs/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/taglibs/gradle/dependency-locks/default.lockfile b/taglibs/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..0c25c3f64f --- /dev/null +++ b/taglibs/gradle/dependency-locks/default.lockfile @@ -0,0 +1,16 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/taglibs/gradle/dependency-locks/jacocoAgent.lockfile b/taglibs/gradle/dependency-locks/jacocoAgent.lockfile new file mode 100644 index 0000000000..8909233ca7 --- /dev/null +++ b/taglibs/gradle/dependency-locks/jacocoAgent.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jacoco:org.jacoco.agent:0.8.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/taglibs/gradle/dependency-locks/jacocoAnt.lockfile b/taglibs/gradle/dependency-locks/jacocoAnt.lockfile new file mode 100644 index 0000000000..e6bf2b121e --- /dev/null +++ b/taglibs/gradle/dependency-locks/jacocoAnt.lockfile @@ -0,0 +1,15 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jacoco:org.jacoco.agent:0.8.2 +org.jacoco:org.jacoco.ant:0.8.2 +org.jacoco:org.jacoco.core:0.8.2 +org.jacoco:org.jacoco.report:0.8.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm-analysis:6.2.1 +org.ow2.asm:asm-commons:6.2.1 +org.ow2.asm:asm-tree:6.2.1 +org.ow2.asm:asm:6.2.1 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/taglibs/gradle/dependency-locks/merging.lockfile b/taglibs/gradle/dependency-locks/merging.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/taglibs/gradle/dependency-locks/merging.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/taglibs/gradle/dependency-locks/optional.lockfile b/taglibs/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/taglibs/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/taglibs/gradle/dependency-locks/provided.lockfile b/taglibs/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..1416585107 --- /dev/null +++ b/taglibs/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,9 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp:javax.servlet.jsp-api:2.3.3 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/taglibs/gradle/dependency-locks/runtime.lockfile b/taglibs/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..0c25c3f64f --- /dev/null +++ b/taglibs/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,16 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/taglibs/gradle/dependency-locks/runtimeClasspath.lockfile b/taglibs/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..0c25c3f64f --- /dev/null +++ b/taglibs/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,16 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/taglibs/gradle/dependency-locks/runtimeMerge.lockfile b/taglibs/gradle/dependency-locks/runtimeMerge.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/taglibs/gradle/dependency-locks/runtimeMerge.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/taglibs/gradle/dependency-locks/signatures.lockfile b/taglibs/gradle/dependency-locks/signatures.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/taglibs/gradle/dependency-locks/signatures.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/taglibs/gradle/dependency-locks/testAnnotationProcessor.lockfile b/taglibs/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/taglibs/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/taglibs/gradle/dependency-locks/testCompile.lockfile b/taglibs/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..18405f0b6f --- /dev/null +++ b/taglibs/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,24 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/taglibs/gradle/dependency-locks/testCompileClasspath.lockfile b/taglibs/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..18405f0b6f --- /dev/null +++ b/taglibs/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,24 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/taglibs/gradle/dependency-locks/testCompileOnly.lockfile b/taglibs/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/taglibs/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/taglibs/gradle/dependency-locks/testRuntime.lockfile b/taglibs/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..c6c5c7018d --- /dev/null +++ b/taglibs/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,25 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/taglibs/gradle/dependency-locks/testRuntimeClasspath.lockfile b/taglibs/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..c6c5c7018d --- /dev/null +++ b/taglibs/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,25 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/taglibs/gradle/dependency-locks/tests.lockfile b/taglibs/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..c6c5c7018d --- /dev/null +++ b/taglibs/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,25 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:2.6 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/test/gradle/dependency-locks/annotationProcessor.lockfile b/test/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/test/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/test/gradle/dependency-locks/archives.lockfile b/test/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/test/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/test/gradle/dependency-locks/checkstyle.lockfile b/test/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/test/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/test/gradle/dependency-locks/compile.lockfile b/test/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..3ef6ad2004 --- /dev/null +++ b/test/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,15 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/test/gradle/dependency-locks/compileClasspath.lockfile b/test/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..3ef6ad2004 --- /dev/null +++ b/test/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,15 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/test/gradle/dependency-locks/compileOnly.lockfile b/test/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/test/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/test/gradle/dependency-locks/default.lockfile b/test/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..3ef6ad2004 --- /dev/null +++ b/test/gradle/dependency-locks/default.lockfile @@ -0,0 +1,15 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/test/gradle/dependency-locks/jacocoAgent.lockfile b/test/gradle/dependency-locks/jacocoAgent.lockfile new file mode 100644 index 0000000000..8909233ca7 --- /dev/null +++ b/test/gradle/dependency-locks/jacocoAgent.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jacoco:org.jacoco.agent:0.8.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/test/gradle/dependency-locks/jacocoAnt.lockfile b/test/gradle/dependency-locks/jacocoAnt.lockfile new file mode 100644 index 0000000000..e6bf2b121e --- /dev/null +++ b/test/gradle/dependency-locks/jacocoAnt.lockfile @@ -0,0 +1,15 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jacoco:org.jacoco.agent:0.8.2 +org.jacoco:org.jacoco.ant:0.8.2 +org.jacoco:org.jacoco.core:0.8.2 +org.jacoco:org.jacoco.report:0.8.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm-analysis:6.2.1 +org.ow2.asm:asm-commons:6.2.1 +org.ow2.asm:asm-tree:6.2.1 +org.ow2.asm:asm:6.2.1 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/test/gradle/dependency-locks/merging.lockfile b/test/gradle/dependency-locks/merging.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/test/gradle/dependency-locks/merging.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/test/gradle/dependency-locks/optional.lockfile b/test/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..185b128f9b --- /dev/null +++ b/test/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,31 @@ +# 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. +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.1.2 +com.nimbusds:oauth2-oidc-sdk:8.23.1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-common:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10 +org.jetbrains.kotlin:kotlin-stdlib:1.4.10 +org.jetbrains:annotations:13.0 +org.ow2.asm:asm:5.0.4 +org.reactivestreams:reactive-streams:1.0.3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webflux:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/test/gradle/dependency-locks/provided.lockfile b/test/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/test/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/test/gradle/dependency-locks/runtime.lockfile b/test/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..3ef6ad2004 --- /dev/null +++ b/test/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,15 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/test/gradle/dependency-locks/runtimeClasspath.lockfile b/test/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..3ef6ad2004 --- /dev/null +++ b/test/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,15 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/test/gradle/dependency-locks/runtimeMerge.lockfile b/test/gradle/dependency-locks/runtimeMerge.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/test/gradle/dependency-locks/runtimeMerge.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/test/gradle/dependency-locks/signatures.lockfile b/test/gradle/dependency-locks/signatures.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/test/gradle/dependency-locks/signatures.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/test/gradle/dependency-locks/testAnnotationProcessor.lockfile b/test/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/test/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/test/gradle/dependency-locks/testCompile.lockfile b/test/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..e86abc7b9a --- /dev/null +++ b/test/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,220 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.fasterxml.woodstox:woodstox-core:5.0.3 +com.fasterxml:classmate:1.5.1 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.google.code.findbugs:jsr305:3.0.1 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.j2objc:j2objc-annotations:1.1 +com.h2database:h2:1.4.200 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.1.2 +com.nimbusds:oauth2-oidc-sdk:8.23.1 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.14 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:2.6 +commons-lang:commons-lang:2.4 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.dropwizard.metrics:metrics-core:3.1.2 +io.netty:netty-buffer:4.1.53.Final +io.netty:netty-codec-dns:4.1.53.Final +io.netty:netty-codec-http2:4.1.53.Final +io.netty:netty-codec-http:4.1.53.Final +io.netty:netty-codec-socks:4.1.53.Final +io.netty:netty-codec:4.1.53.Final +io.netty:netty-common:4.1.53.Final +io.netty:netty-handler-proxy:4.1.53.Final +io.netty:netty-handler:4.1.53.Final +io.netty:netty-resolver-dns:4.1.53.Final +io.netty:netty-resolver:4.1.53.Final +io.netty:netty-transport-native-epoll:4.1.53.Final +io.netty:netty-transport-native-unix-common:4.1.53.Final +io.netty:netty-transport:4.1.53.Final +io.projectreactor.netty:reactor-netty-core:1.0.0 +io.projectreactor.netty:reactor-netty-http-brave:1.0.0 +io.projectreactor.netty:reactor-netty-http:1.0.0 +io.projectreactor.netty:reactor-netty:1.0.0 +io.projectreactor.tools:blockhound:1.0.4.RELEASE +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.projectreactor:reactor-test:3.4.0 +io.r2dbc:r2dbc-h2:0.8.4.RELEASE +io.r2dbc:r2dbc-spi-test:0.8.3.RELEASE +io.r2dbc:r2dbc-spi:0.8.3.RELEASE +io.rsocket:rsocket-core:1.1.0 +io.rsocket:rsocket-transport-netty:1.1.0 +io.zipkin.brave:brave-instrumentation-http:5.12.7 +io.zipkin.brave:brave:5.12.7 +io.zipkin.reporter2:zipkin-reporter-brave:2.15.2 +io.zipkin.reporter2:zipkin-reporter:2.15.2 +io.zipkin.zipkin2:zipkin:2.21.7 +javax.activation:javax.activation-api:1.2.0 +javax.annotation:jsr250-api:1.0 +javax.persistence:javax.persistence-api:2.2 +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +joda-time:joda-time:2.9 +junit:junit:4.13 +ldapsdk:ldapsdk:4.1 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +net.jcip:jcip-annotations:1.0 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +net.shibboleth.utilities:java-support:7.5.1 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.apache.mina:mina-core:2.0.0-M6 +org.apache.santuario:xmlsec:2.0.10 +org.apache.velocity:velocity:1.7 +org.apiguardian:apiguardian-api:1.1.0 +org.aspectj:aspectjrt:1.9.6 +org.assertj:assertj-core:3.18.0 +org.bouncycastle:bcpkix-jdk15on:1.66 +org.bouncycastle:bcprov-jdk15on:1.66 +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.codehaus.woodstox:stax2-api:3.1.4 +org.cryptacular:cryptacular:1.1.3 +org.dom4j:dom4j:2.1.3 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hsqldb:hsqldb:2.5.1 +org.jasig.cas.client:cas-client-core:3.6.1 +org.javassist:javassist:3.27.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.openid4java:openid4java-nodeps:0.9.6 +org.opensaml:opensaml-core:3.4.5 +org.opensaml:opensaml-messaging-api:3.4.5 +org.opensaml:opensaml-profile-api:3.4.5 +org.opensaml:opensaml-saml-api:3.4.5 +org.opensaml:opensaml-saml-impl:3.4.5 +org.opensaml:opensaml-security-api:3.4.5 +org.opensaml:opensaml-security-impl:3.4.5 +org.opensaml:opensaml-soap-api:3.4.5 +org.opensaml:opensaml-soap-impl:3.4.5 +org.opensaml:opensaml-storage-api:3.4.5 +org.opensaml:opensaml-xmlsec-api:3.4.5 +org.opensaml:opensaml-xmlsec-impl:3.4.5 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.reactivestreams:reactive-streams:1.0.3 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-chrome-driver:3.141.59 +org.seleniumhq.selenium:selenium-edge-driver:3.141.59 +org.seleniumhq.selenium:selenium-firefox-driver:3.141.59 +org.seleniumhq.selenium:selenium-ie-driver:3.141.59 +org.seleniumhq.selenium:selenium-java:3.141.59 +org.seleniumhq.selenium:selenium-opera-driver:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-safari-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webflux:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/test/gradle/dependency-locks/testCompileClasspath.lockfile b/test/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..6063dc0679 --- /dev/null +++ b/test/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,214 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.fasterxml.woodstox:woodstox-core:5.0.3 +com.fasterxml:classmate:1.5.1 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.google.code.findbugs:jsr305:3.0.1 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.j2objc:j2objc-annotations:1.1 +com.h2database:h2:1.4.200 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.1.2 +com.nimbusds:oauth2-oidc-sdk:8.23.1 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.14 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:2.6 +commons-lang:commons-lang:2.4 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.dropwizard.metrics:metrics-core:3.1.2 +io.netty:netty-buffer:4.1.53.Final +io.netty:netty-codec-dns:4.1.53.Final +io.netty:netty-codec-http2:4.1.53.Final +io.netty:netty-codec-http:4.1.53.Final +io.netty:netty-codec-socks:4.1.53.Final +io.netty:netty-codec:4.1.53.Final +io.netty:netty-common:4.1.53.Final +io.netty:netty-handler-proxy:4.1.53.Final +io.netty:netty-handler:4.1.53.Final +io.netty:netty-resolver-dns:4.1.53.Final +io.netty:netty-resolver:4.1.53.Final +io.netty:netty-transport-native-epoll:4.1.53.Final +io.netty:netty-transport-native-unix-common:4.1.53.Final +io.netty:netty-transport:4.1.53.Final +io.projectreactor.netty:reactor-netty-core:1.0.0 +io.projectreactor.netty:reactor-netty-http:1.0.0 +io.projectreactor.netty:reactor-netty:1.0.0 +io.projectreactor.tools:blockhound:1.0.4.RELEASE +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.projectreactor:reactor-test:3.4.0 +io.r2dbc:r2dbc-h2:0.8.4.RELEASE +io.r2dbc:r2dbc-spi-test:0.8.3.RELEASE +io.r2dbc:r2dbc-spi:0.8.3.RELEASE +io.rsocket:rsocket-core:1.1.0 +io.rsocket:rsocket-transport-netty:1.1.0 +javax.activation:javax.activation-api:1.2.0 +javax.annotation:jsr250-api:1.0 +javax.persistence:javax.persistence-api:2.2 +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +joda-time:joda-time:2.9 +junit:junit:4.13 +ldapsdk:ldapsdk:4.1 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +net.jcip:jcip-annotations:1.0 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +net.shibboleth.utilities:java-support:7.5.1 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.apache.mina:mina-core:2.0.0-M6 +org.apache.santuario:xmlsec:2.0.10 +org.apache.velocity:velocity:1.7 +org.apiguardian:apiguardian-api:1.1.0 +org.aspectj:aspectjrt:1.9.6 +org.assertj:assertj-core:3.18.0 +org.bouncycastle:bcpkix-jdk15on:1.66 +org.bouncycastle:bcprov-jdk15on:1.66 +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.codehaus.woodstox:stax2-api:3.1.4 +org.cryptacular:cryptacular:1.1.3 +org.dom4j:dom4j:2.1.3 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hsqldb:hsqldb:2.5.1 +org.jasig.cas.client:cas-client-core:3.6.1 +org.javassist:javassist:3.27.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.openid4java:openid4java-nodeps:0.9.6 +org.opensaml:opensaml-core:3.4.5 +org.opensaml:opensaml-messaging-api:3.4.5 +org.opensaml:opensaml-profile-api:3.4.5 +org.opensaml:opensaml-saml-api:3.4.5 +org.opensaml:opensaml-saml-impl:3.4.5 +org.opensaml:opensaml-security-api:3.4.5 +org.opensaml:opensaml-security-impl:3.4.5 +org.opensaml:opensaml-soap-api:3.4.5 +org.opensaml:opensaml-soap-impl:3.4.5 +org.opensaml:opensaml-storage-api:3.4.5 +org.opensaml:opensaml-xmlsec-api:3.4.5 +org.opensaml:opensaml-xmlsec-impl:3.4.5 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.reactivestreams:reactive-streams:1.0.3 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-chrome-driver:3.141.59 +org.seleniumhq.selenium:selenium-edge-driver:3.141.59 +org.seleniumhq.selenium:selenium-firefox-driver:3.141.59 +org.seleniumhq.selenium:selenium-ie-driver:3.141.59 +org.seleniumhq.selenium:selenium-java:3.141.59 +org.seleniumhq.selenium:selenium-opera-driver:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-safari-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webflux:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/test/gradle/dependency-locks/testCompileOnly.lockfile b/test/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/test/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/test/gradle/dependency-locks/testRuntime.lockfile b/test/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..e86abc7b9a --- /dev/null +++ b/test/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,220 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.fasterxml.woodstox:woodstox-core:5.0.3 +com.fasterxml:classmate:1.5.1 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.google.code.findbugs:jsr305:3.0.1 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.j2objc:j2objc-annotations:1.1 +com.h2database:h2:1.4.200 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.1.2 +com.nimbusds:oauth2-oidc-sdk:8.23.1 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.14 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:2.6 +commons-lang:commons-lang:2.4 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.dropwizard.metrics:metrics-core:3.1.2 +io.netty:netty-buffer:4.1.53.Final +io.netty:netty-codec-dns:4.1.53.Final +io.netty:netty-codec-http2:4.1.53.Final +io.netty:netty-codec-http:4.1.53.Final +io.netty:netty-codec-socks:4.1.53.Final +io.netty:netty-codec:4.1.53.Final +io.netty:netty-common:4.1.53.Final +io.netty:netty-handler-proxy:4.1.53.Final +io.netty:netty-handler:4.1.53.Final +io.netty:netty-resolver-dns:4.1.53.Final +io.netty:netty-resolver:4.1.53.Final +io.netty:netty-transport-native-epoll:4.1.53.Final +io.netty:netty-transport-native-unix-common:4.1.53.Final +io.netty:netty-transport:4.1.53.Final +io.projectreactor.netty:reactor-netty-core:1.0.0 +io.projectreactor.netty:reactor-netty-http-brave:1.0.0 +io.projectreactor.netty:reactor-netty-http:1.0.0 +io.projectreactor.netty:reactor-netty:1.0.0 +io.projectreactor.tools:blockhound:1.0.4.RELEASE +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.projectreactor:reactor-test:3.4.0 +io.r2dbc:r2dbc-h2:0.8.4.RELEASE +io.r2dbc:r2dbc-spi-test:0.8.3.RELEASE +io.r2dbc:r2dbc-spi:0.8.3.RELEASE +io.rsocket:rsocket-core:1.1.0 +io.rsocket:rsocket-transport-netty:1.1.0 +io.zipkin.brave:brave-instrumentation-http:5.12.7 +io.zipkin.brave:brave:5.12.7 +io.zipkin.reporter2:zipkin-reporter-brave:2.15.2 +io.zipkin.reporter2:zipkin-reporter:2.15.2 +io.zipkin.zipkin2:zipkin:2.21.7 +javax.activation:javax.activation-api:1.2.0 +javax.annotation:jsr250-api:1.0 +javax.persistence:javax.persistence-api:2.2 +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +joda-time:joda-time:2.9 +junit:junit:4.13 +ldapsdk:ldapsdk:4.1 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +net.jcip:jcip-annotations:1.0 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +net.shibboleth.utilities:java-support:7.5.1 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.apache.mina:mina-core:2.0.0-M6 +org.apache.santuario:xmlsec:2.0.10 +org.apache.velocity:velocity:1.7 +org.apiguardian:apiguardian-api:1.1.0 +org.aspectj:aspectjrt:1.9.6 +org.assertj:assertj-core:3.18.0 +org.bouncycastle:bcpkix-jdk15on:1.66 +org.bouncycastle:bcprov-jdk15on:1.66 +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.codehaus.woodstox:stax2-api:3.1.4 +org.cryptacular:cryptacular:1.1.3 +org.dom4j:dom4j:2.1.3 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hsqldb:hsqldb:2.5.1 +org.jasig.cas.client:cas-client-core:3.6.1 +org.javassist:javassist:3.27.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.openid4java:openid4java-nodeps:0.9.6 +org.opensaml:opensaml-core:3.4.5 +org.opensaml:opensaml-messaging-api:3.4.5 +org.opensaml:opensaml-profile-api:3.4.5 +org.opensaml:opensaml-saml-api:3.4.5 +org.opensaml:opensaml-saml-impl:3.4.5 +org.opensaml:opensaml-security-api:3.4.5 +org.opensaml:opensaml-security-impl:3.4.5 +org.opensaml:opensaml-soap-api:3.4.5 +org.opensaml:opensaml-soap-impl:3.4.5 +org.opensaml:opensaml-storage-api:3.4.5 +org.opensaml:opensaml-xmlsec-api:3.4.5 +org.opensaml:opensaml-xmlsec-impl:3.4.5 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.reactivestreams:reactive-streams:1.0.3 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-chrome-driver:3.141.59 +org.seleniumhq.selenium:selenium-edge-driver:3.141.59 +org.seleniumhq.selenium:selenium-firefox-driver:3.141.59 +org.seleniumhq.selenium:selenium-ie-driver:3.141.59 +org.seleniumhq.selenium:selenium-java:3.141.59 +org.seleniumhq.selenium:selenium-opera-driver:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-safari-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webflux:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/test/gradle/dependency-locks/testRuntimeClasspath.lockfile b/test/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..e86abc7b9a --- /dev/null +++ b/test/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,220 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.fasterxml.woodstox:woodstox-core:5.0.3 +com.fasterxml:classmate:1.5.1 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.google.code.findbugs:jsr305:3.0.1 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.j2objc:j2objc-annotations:1.1 +com.h2database:h2:1.4.200 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.1.2 +com.nimbusds:oauth2-oidc-sdk:8.23.1 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.14 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:2.6 +commons-lang:commons-lang:2.4 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.dropwizard.metrics:metrics-core:3.1.2 +io.netty:netty-buffer:4.1.53.Final +io.netty:netty-codec-dns:4.1.53.Final +io.netty:netty-codec-http2:4.1.53.Final +io.netty:netty-codec-http:4.1.53.Final +io.netty:netty-codec-socks:4.1.53.Final +io.netty:netty-codec:4.1.53.Final +io.netty:netty-common:4.1.53.Final +io.netty:netty-handler-proxy:4.1.53.Final +io.netty:netty-handler:4.1.53.Final +io.netty:netty-resolver-dns:4.1.53.Final +io.netty:netty-resolver:4.1.53.Final +io.netty:netty-transport-native-epoll:4.1.53.Final +io.netty:netty-transport-native-unix-common:4.1.53.Final +io.netty:netty-transport:4.1.53.Final +io.projectreactor.netty:reactor-netty-core:1.0.0 +io.projectreactor.netty:reactor-netty-http-brave:1.0.0 +io.projectreactor.netty:reactor-netty-http:1.0.0 +io.projectreactor.netty:reactor-netty:1.0.0 +io.projectreactor.tools:blockhound:1.0.4.RELEASE +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.projectreactor:reactor-test:3.4.0 +io.r2dbc:r2dbc-h2:0.8.4.RELEASE +io.r2dbc:r2dbc-spi-test:0.8.3.RELEASE +io.r2dbc:r2dbc-spi:0.8.3.RELEASE +io.rsocket:rsocket-core:1.1.0 +io.rsocket:rsocket-transport-netty:1.1.0 +io.zipkin.brave:brave-instrumentation-http:5.12.7 +io.zipkin.brave:brave:5.12.7 +io.zipkin.reporter2:zipkin-reporter-brave:2.15.2 +io.zipkin.reporter2:zipkin-reporter:2.15.2 +io.zipkin.zipkin2:zipkin:2.21.7 +javax.activation:javax.activation-api:1.2.0 +javax.annotation:jsr250-api:1.0 +javax.persistence:javax.persistence-api:2.2 +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +joda-time:joda-time:2.9 +junit:junit:4.13 +ldapsdk:ldapsdk:4.1 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +net.jcip:jcip-annotations:1.0 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +net.shibboleth.utilities:java-support:7.5.1 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.apache.mina:mina-core:2.0.0-M6 +org.apache.santuario:xmlsec:2.0.10 +org.apache.velocity:velocity:1.7 +org.apiguardian:apiguardian-api:1.1.0 +org.aspectj:aspectjrt:1.9.6 +org.assertj:assertj-core:3.18.0 +org.bouncycastle:bcpkix-jdk15on:1.66 +org.bouncycastle:bcprov-jdk15on:1.66 +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.codehaus.woodstox:stax2-api:3.1.4 +org.cryptacular:cryptacular:1.1.3 +org.dom4j:dom4j:2.1.3 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hsqldb:hsqldb:2.5.1 +org.jasig.cas.client:cas-client-core:3.6.1 +org.javassist:javassist:3.27.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.openid4java:openid4java-nodeps:0.9.6 +org.opensaml:opensaml-core:3.4.5 +org.opensaml:opensaml-messaging-api:3.4.5 +org.opensaml:opensaml-profile-api:3.4.5 +org.opensaml:opensaml-saml-api:3.4.5 +org.opensaml:opensaml-saml-impl:3.4.5 +org.opensaml:opensaml-security-api:3.4.5 +org.opensaml:opensaml-security-impl:3.4.5 +org.opensaml:opensaml-soap-api:3.4.5 +org.opensaml:opensaml-soap-impl:3.4.5 +org.opensaml:opensaml-storage-api:3.4.5 +org.opensaml:opensaml-xmlsec-api:3.4.5 +org.opensaml:opensaml-xmlsec-impl:3.4.5 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.reactivestreams:reactive-streams:1.0.3 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-chrome-driver:3.141.59 +org.seleniumhq.selenium:selenium-edge-driver:3.141.59 +org.seleniumhq.selenium:selenium-firefox-driver:3.141.59 +org.seleniumhq.selenium:selenium-ie-driver:3.141.59 +org.seleniumhq.selenium:selenium-java:3.141.59 +org.seleniumhq.selenium:selenium-opera-driver:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-safari-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webflux:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/test/gradle/dependency-locks/tests.lockfile b/test/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..e86abc7b9a --- /dev/null +++ b/test/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,220 @@ +# 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. +antlr:antlr:2.7.7 +bouncycastle:bcprov-jdk15:140 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +com.fasterxml.woodstox:woodstox-core:5.0.3 +com.fasterxml:classmate:1.5.1 +com.github.stephenc.jcip:jcip-annotations:1.0-1 +com.google.code.findbugs:jsr305:3.0.1 +com.google.errorprone:error_prone_annotations:2.1.3 +com.google.guava:guava:25.0-jre +com.google.j2objc:j2objc-annotations:1.1 +com.h2database:h2:1.4.200 +com.nimbusds:content-type:2.1 +com.nimbusds:lang-tag:1.4.4 +com.nimbusds:nimbus-jose-jwt:9.1.2 +com.nimbusds:oauth2-oidc-sdk:8.23.1 +com.squareup.okhttp3:mockwebserver:3.14.9 +com.squareup.okhttp3:okhttp:3.14.9 +com.squareup.okio:okio:1.17.2 +com.sun.istack:istack-commons-runtime:3.0.7 +com.sun.xml.fastinfoset:FastInfoset:1.2.15 +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.14 +commons-collections:commons-collections:3.2.2 +commons-io:commons-io:2.6 +commons-lang:commons-lang:2.4 +commons-logging:commons-logging:1.2 +commons-net:commons-net:3.6 +io.dropwizard.metrics:metrics-core:3.1.2 +io.netty:netty-buffer:4.1.53.Final +io.netty:netty-codec-dns:4.1.53.Final +io.netty:netty-codec-http2:4.1.53.Final +io.netty:netty-codec-http:4.1.53.Final +io.netty:netty-codec-socks:4.1.53.Final +io.netty:netty-codec:4.1.53.Final +io.netty:netty-common:4.1.53.Final +io.netty:netty-handler-proxy:4.1.53.Final +io.netty:netty-handler:4.1.53.Final +io.netty:netty-resolver-dns:4.1.53.Final +io.netty:netty-resolver:4.1.53.Final +io.netty:netty-transport-native-epoll:4.1.53.Final +io.netty:netty-transport-native-unix-common:4.1.53.Final +io.netty:netty-transport:4.1.53.Final +io.projectreactor.netty:reactor-netty-core:1.0.0 +io.projectreactor.netty:reactor-netty-http-brave:1.0.0 +io.projectreactor.netty:reactor-netty-http:1.0.0 +io.projectreactor.netty:reactor-netty:1.0.0 +io.projectreactor.tools:blockhound:1.0.4.RELEASE +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.projectreactor:reactor-test:3.4.0 +io.r2dbc:r2dbc-h2:0.8.4.RELEASE +io.r2dbc:r2dbc-spi-test:0.8.3.RELEASE +io.r2dbc:r2dbc-spi:0.8.3.RELEASE +io.rsocket:rsocket-core:1.1.0 +io.rsocket:rsocket-transport-netty:1.1.0 +io.zipkin.brave:brave-instrumentation-http:5.12.7 +io.zipkin.brave:brave:5.12.7 +io.zipkin.reporter2:zipkin-reporter-brave:2.15.2 +io.zipkin.reporter2:zipkin-reporter:2.15.2 +io.zipkin.zipkin2:zipkin:2.21.7 +javax.activation:javax.activation-api:1.2.0 +javax.annotation:jsr250-api:1.0 +javax.persistence:javax.persistence-api:2.2 +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +joda-time:joda-time:2.9 +junit:junit:4.13 +ldapsdk:ldapsdk:4.1 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.10 +net.jcip:jcip-annotations:1.0 +net.minidev:accessors-smart:1.2 +net.minidev:json-smart:2.3 +net.shibboleth.utilities:java-support:7.5.1 +net.sourceforge.htmlunit:htmlunit-core-js:2.37.0 +net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0 +net.sourceforge.htmlunit:htmlunit:2.37.0 +net.sourceforge.htmlunit:neko-htmlunit:2.37.0 +org.apache.commons:commons-exec:1.3 +org.apache.commons:commons-lang3:3.9 +org.apache.commons:commons-text:1.8 +org.apache.directory.server:apacheds-bootstrap-extract:1.5.5 +org.apache.directory.server:apacheds-bootstrap-partition:1.5.5 +org.apache.directory.server:apacheds-core-avl:1.5.5 +org.apache.directory.server:apacheds-core-constants:1.5.5 +org.apache.directory.server:apacheds-core-entry:1.5.5 +org.apache.directory.server:apacheds-core-jndi:1.5.5 +org.apache.directory.server:apacheds-core-shared:1.5.5 +org.apache.directory.server:apacheds-core:1.5.5 +org.apache.directory.server:apacheds-jdbm-store:1.5.5 +org.apache.directory.server:apacheds-jdbm:1.5.5 +org.apache.directory.server:apacheds-kerberos-shared:1.5.5 +org.apache.directory.server:apacheds-protocol-ldap:1.5.5 +org.apache.directory.server:apacheds-protocol-shared:1.5.5 +org.apache.directory.server:apacheds-schema-bootstrap:1.5.5 +org.apache.directory.server:apacheds-schema-extras:1.5.5 +org.apache.directory.server:apacheds-schema-registries:1.5.5 +org.apache.directory.server:apacheds-server-jndi:1.5.5 +org.apache.directory.server:apacheds-utils:1.5.5 +org.apache.directory.server:apacheds-xdbm-base:1.5.5 +org.apache.directory.server:apacheds-xdbm-search:1.5.5 +org.apache.directory.server:apacheds-xdbm-tools:1.5.5 +org.apache.directory.shared:shared-asn1-codec:0.9.15 +org.apache.directory.shared:shared-asn1:0.9.15 +org.apache.directory.shared:shared-cursor:0.9.15 +org.apache.directory.shared:shared-ldap-constants:0.9.15 +org.apache.directory.shared:shared-ldap:0.9.15 +org.apache.httpcomponents:httpclient:4.5.13 +org.apache.httpcomponents:httpcore:4.4.13 +org.apache.httpcomponents:httpmime:4.5.11 +org.apache.mina:mina-core:2.0.0-M6 +org.apache.santuario:xmlsec:2.0.10 +org.apache.velocity:velocity:1.7 +org.apiguardian:apiguardian-api:1.1.0 +org.aspectj:aspectjrt:1.9.6 +org.assertj:assertj-core:3.18.0 +org.bouncycastle:bcpkix-jdk15on:1.66 +org.bouncycastle:bcprov-jdk15on:1.66 +org.brotli:dec:0.1.2 +org.checkerframework:checker-compat-qual:2.0.0 +org.codehaus.mojo:animal-sniffer-annotations:1.14 +org.codehaus.woodstox:stax2-api:3.1.4 +org.cryptacular:cryptacular:1.1.3 +org.dom4j:dom4j:2.1.3 +org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117 +org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117 +org.eclipse.jetty:jetty-client:9.4.26.v20200117 +org.eclipse.jetty:jetty-http:9.4.26.v20200117 +org.eclipse.jetty:jetty-io:9.4.26.v20200117 +org.eclipse.jetty:jetty-util:9.4.26.v20200117 +org.eclipse.jetty:jetty-xml:9.4.26.v20200117 +org.eclipse.persistence:javax.persistence:2.2.1 +org.glassfish.jaxb:jaxb-runtime:2.3.1 +org.glassfish.jaxb:txw2:2.3.1 +org.hamcrest:hamcrest-core:1.3 +org.hibernate.common:hibernate-commons-annotations:5.1.0.Final +org.hibernate:hibernate-core:5.4.22.Final +org.hibernate:hibernate-entitymanager:5.4.22.Final +org.hsqldb:hsqldb:2.5.1 +org.jasig.cas.client:cas-client-core:3.6.1 +org.javassist:javassist:3.27.0-GA +org.jboss.logging:jboss-logging:3.3.2.Final +org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final +org.jboss:jandex:2.1.3.Final +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.junit.jupiter:junit-jupiter-api:5.7.0 +org.junit.platform:junit-platform-commons:1.7.0 +org.junit:junit-bom:5.7.0 +org.jvnet.staxex:stax-ex:1.8 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.openid4java:openid4java-nodeps:0.9.6 +org.opensaml:opensaml-core:3.4.5 +org.opensaml:opensaml-messaging-api:3.4.5 +org.opensaml:opensaml-profile-api:3.4.5 +org.opensaml:opensaml-saml-api:3.4.5 +org.opensaml:opensaml-saml-impl:3.4.5 +org.opensaml:opensaml-security-api:3.4.5 +org.opensaml:opensaml-security-impl:3.4.5 +org.opensaml:opensaml-soap-api:3.4.5 +org.opensaml:opensaml-soap-impl:3.4.5 +org.opensaml:opensaml-storage-api:3.4.5 +org.opensaml:opensaml-xmlsec-api:3.4.5 +org.opensaml:opensaml-xmlsec-impl:3.4.5 +org.opentest4j:opentest4j:1.2.0 +org.ow2.asm:asm:5.0.4 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.reactivestreams:reactive-streams:1.0.3 +org.seleniumhq.selenium:htmlunit-driver:2.37.0 +org.seleniumhq.selenium:selenium-api:3.141.59 +org.seleniumhq.selenium:selenium-chrome-driver:3.141.59 +org.seleniumhq.selenium:selenium-edge-driver:3.141.59 +org.seleniumhq.selenium:selenium-firefox-driver:3.141.59 +org.seleniumhq.selenium:selenium-ie-driver:3.141.59 +org.seleniumhq.selenium:selenium-java:3.141.59 +org.seleniumhq.selenium:selenium-opera-driver:3.141.59 +org.seleniumhq.selenium:selenium-remote-driver:3.141.59 +org.seleniumhq.selenium:selenium-safari-driver:3.141.59 +org.seleniumhq.selenium:selenium-support:3.141.59 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-commons:2.3.5.RELEASE +org.springframework.data:spring-data-jpa:2.3.5.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-orm:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webflux:5.3.0 +org.springframework:spring-webmvc:5.3.0 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 +xalan:serializer:2.7.2 +xalan:xalan:2.7.2 +xerces:xercesImpl:2.12.0 +xml-apis:xml-apis:1.4.01 diff --git a/web/gradle/dependency-locks/annotationProcessor.lockfile b/web/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/web/gradle/dependency-locks/annotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/web/gradle/dependency-locks/archives.lockfile b/web/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/web/gradle/dependency-locks/archives.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/web/gradle/dependency-locks/checkstyle.lockfile b/web/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000000..a200e10200 --- /dev/null +++ b/web/gradle/dependency-locks/checkstyle.lockfile @@ -0,0 +1,26 @@ +# 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. +antlr:antlr:2.7.7 +ch.qos.logback:logback-classic:1.2.3 +ch.qos.logback:logback-core:1.2.3 +com.google.code.findbugs:jsr305:3.0.2 +com.google.errorprone:error_prone_annotations:2.3.4 +com.google.guava:failureaccess:1.0.1 +com.google.guava:guava:29.0-jre +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava +com.google.j2objc:j2objc-annotations:1.3 +com.puppycrawl.tools:checkstyle:8.32 +commons-beanutils:commons-beanutils:1.9.4 +commons-collections:commons-collections:3.2.2 +info.picocli:picocli:4.2.0 +io.projectreactor:reactor-bom:2020.0.0 +io.spring.javaformat:spring-javaformat-checkstyle:0.0.25 +io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE +io.spring.nohttp:nohttp:0.0.3.RELEASE +net.sf.saxon:Saxon-HE:9.9.1-7 +org.antlr:antlr4-runtime:4.8-1 +org.checkerframework:checker-qual:2.11.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/web/gradle/dependency-locks/compile.lockfile b/web/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000000..b90cce951f --- /dev/null +++ b/web/gradle/dependency-locks/compile.lockfile @@ -0,0 +1,14 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/web/gradle/dependency-locks/compileClasspath.lockfile b/web/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000000..b90cce951f --- /dev/null +++ b/web/gradle/dependency-locks/compileClasspath.lockfile @@ -0,0 +1,14 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/web/gradle/dependency-locks/compileOnly.lockfile b/web/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/web/gradle/dependency-locks/compileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/web/gradle/dependency-locks/default.lockfile b/web/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000000..b90cce951f --- /dev/null +++ b/web/gradle/dependency-locks/default.lockfile @@ -0,0 +1,14 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/web/gradle/dependency-locks/jacocoAgent.lockfile b/web/gradle/dependency-locks/jacocoAgent.lockfile new file mode 100644 index 0000000000..8909233ca7 --- /dev/null +++ b/web/gradle/dependency-locks/jacocoAgent.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jacoco:org.jacoco.agent:0.8.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/web/gradle/dependency-locks/jacocoAnt.lockfile b/web/gradle/dependency-locks/jacocoAnt.lockfile new file mode 100644 index 0000000000..e6bf2b121e --- /dev/null +++ b/web/gradle/dependency-locks/jacocoAnt.lockfile @@ -0,0 +1,15 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jacoco:org.jacoco.agent:0.8.2 +org.jacoco:org.jacoco.ant:0.8.2 +org.jacoco:org.jacoco.core:0.8.2 +org.jacoco:org.jacoco.report:0.8.2 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.ow2.asm:asm-analysis:6.2.1 +org.ow2.asm:asm-commons:6.2.1 +org.ow2.asm:asm-tree:6.2.1 +org.ow2.asm:asm:6.2.1 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/web/gradle/dependency-locks/merging.lockfile b/web/gradle/dependency-locks/merging.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/web/gradle/dependency-locks/merging.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/web/gradle/dependency-locks/optional.lockfile b/web/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000000..03534d1661 --- /dev/null +++ b/web/gradle/dependency-locks/optional.lockfile @@ -0,0 +1,24 @@ +# 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. +com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-core:2.12.0-rc1 +com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1 +com.fasterxml.jackson:jackson-bom:2.12.0-rc1 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.reactivestreams:reactive-streams:1.0.3 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-jdbc:5.3.0 +org.springframework:spring-tx:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webflux:5.3.0 +org.springframework:spring-webmvc:5.3.0 diff --git a/web/gradle/dependency-locks/provided.lockfile b/web/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000000..89999e761a --- /dev/null +++ b/web/gradle/dependency-locks/provided.lockfile @@ -0,0 +1,8 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +javax.servlet:javax.servlet-api:4.0.1 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/web/gradle/dependency-locks/runtime.lockfile b/web/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000000..b90cce951f --- /dev/null +++ b/web/gradle/dependency-locks/runtime.lockfile @@ -0,0 +1,14 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/web/gradle/dependency-locks/runtimeClasspath.lockfile b/web/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000000..b90cce951f --- /dev/null +++ b/web/gradle/dependency-locks/runtimeClasspath.lockfile @@ -0,0 +1,14 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-web:5.3.0 diff --git a/web/gradle/dependency-locks/runtimeMerge.lockfile b/web/gradle/dependency-locks/runtimeMerge.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/web/gradle/dependency-locks/runtimeMerge.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/web/gradle/dependency-locks/signatures.lockfile b/web/gradle/dependency-locks/signatures.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/web/gradle/dependency-locks/signatures.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/web/gradle/dependency-locks/testAnnotationProcessor.lockfile b/web/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/web/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/web/gradle/dependency-locks/testCompile.lockfile b/web/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000000..8e5f86e5d6 --- /dev/null +++ b/web/gradle/dependency-locks/testCompile.lockfile @@ -0,0 +1,44 @@ +# 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. +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.14 +commons-collections:commons-collections:3.2.2 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.projectreactor:reactor-test:3.4.0 +javax.activation:javax.activation-api:1.2.0 +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.27.0-GA +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webflux:5.3.0 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 diff --git a/web/gradle/dependency-locks/testCompileClasspath.lockfile b/web/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000000..8e5f86e5d6 --- /dev/null +++ b/web/gradle/dependency-locks/testCompileClasspath.lockfile @@ -0,0 +1,44 @@ +# 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. +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.14 +commons-collections:commons-collections:3.2.2 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.projectreactor:reactor-test:3.4.0 +javax.activation:javax.activation-api:1.2.0 +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.27.0-GA +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webflux:5.3.0 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 diff --git a/web/gradle/dependency-locks/testCompileOnly.lockfile b/web/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000000..74eee4d068 --- /dev/null +++ b/web/gradle/dependency-locks/testCompileOnly.lockfile @@ -0,0 +1,7 @@ +# 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. +io.projectreactor:reactor-bom:2020.0.0 +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-framework-bom:5.3.0 diff --git a/web/gradle/dependency-locks/testRuntime.lockfile b/web/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000000..8e5f86e5d6 --- /dev/null +++ b/web/gradle/dependency-locks/testRuntime.lockfile @@ -0,0 +1,44 @@ +# 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. +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.14 +commons-collections:commons-collections:3.2.2 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.projectreactor:reactor-test:3.4.0 +javax.activation:javax.activation-api:1.2.0 +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.27.0-GA +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webflux:5.3.0 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 diff --git a/web/gradle/dependency-locks/testRuntimeClasspath.lockfile b/web/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000000..8e5f86e5d6 --- /dev/null +++ b/web/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -0,0 +1,44 @@ +# 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. +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.14 +commons-collections:commons-collections:3.2.2 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.projectreactor:reactor-test:3.4.0 +javax.activation:javax.activation-api:1.2.0 +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.27.0-GA +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webflux:5.3.0 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3 diff --git a/web/gradle/dependency-locks/tests.lockfile b/web/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000000..8e5f86e5d6 --- /dev/null +++ b/web/gradle/dependency-locks/tests.lockfile @@ -0,0 +1,44 @@ +# 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. +com.vaadin.external.google:android-json:0.0.20131108.vaadin1 +commons-codec:commons-codec:1.14 +commons-collections:commons-collections:3.2.2 +io.projectreactor:reactor-bom:2020.0.0 +io.projectreactor:reactor-core:3.4.0 +io.projectreactor:reactor-test:3.4.0 +javax.activation:javax.activation-api:1.2.0 +javax.xml.bind:jaxb-api:2.4.0-b180830.0359 +junit:junit:4.12 +net.bytebuddy:byte-buddy-agent:1.10.5 +net.bytebuddy:byte-buddy:1.10.5 +org.assertj:assertj-core:3.18.0 +org.hamcrest:hamcrest-core:1.3 +org.hsqldb:hsqldb:2.5.1 +org.javassist:javassist:3.27.0-GA +org.jetbrains.kotlin:kotlin-bom:1.4.10 +org.mockito:mockito-core:3.3.3 +org.objenesis:objenesis:3.0.1 +org.powermock:powermock-api-mockito2:2.0.7 +org.powermock:powermock-api-support:2.0.7 +org.powermock:powermock-core:2.0.7 +org.powermock:powermock-module-junit4-common:2.0.7 +org.powermock:powermock-module-junit4:2.0.7 +org.powermock:powermock-reflect:2.0.7 +org.reactivestreams:reactive-streams:1.0.3 +org.skyscreamer:jsonassert:1.5.0 +org.slf4j:jcl-over-slf4j:1.7.30 +org.slf4j:slf4j-api:1.7.30 +org.springframework.data:spring-data-releasetrain:Neumann-SR5 +org.springframework:spring-aop:5.3.0 +org.springframework:spring-beans:5.3.0 +org.springframework:spring-context:5.3.0 +org.springframework:spring-core:5.3.0 +org.springframework:spring-expression:5.3.0 +org.springframework:spring-framework-bom:5.3.0 +org.springframework:spring-jcl:5.3.0 +org.springframework:spring-test:5.3.0 +org.springframework:spring-web:5.3.0 +org.springframework:spring-webflux:5.3.0 +org.synchronoss.cloud:nio-multipart-parser:1.1.0 +org.synchronoss.cloud:nio-stream-storage:1.1.3