From a9af9b6a5d0e35faa322d0d8caac54813b34f41a Mon Sep 17 00:00:00 2001 From: Maciej Kwidzinski Date: Fri, 14 Jun 2024 17:55:33 +0200 Subject: [PATCH] Remove javax.activation to fix `verifyLicensing` Its license is hard to parse for some reason. Maybe due to weird JAR contents. --- build.gradle.kts | 3 +-- gradle.lockfile | 5 ++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 64fde59..37ca40f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -81,8 +81,7 @@ fun log4j( } fun jaxb(): List = listOf( - "org.glassfish.jaxb:jaxb-runtime:2.3.0", - "javax.activation:activation:1.1.1" + "org.glassfish.jaxb:jaxb-runtime:2.3.0" ) val cleanLeftovers = task("awsCleanLeftovers") diff --git a/gradle.lockfile b/gradle.lockfile index c642963..aef341f 100644 --- a/gradle.lockfile +++ b/gradle.lockfile @@ -12,9 +12,9 @@ com.amazonaws:aws-java-sdk-s3:1.11.817=apiDependenciesMetadata,compileClasspath, com.amazonaws:aws-java-sdk-sts:1.11.817=apiDependenciesMetadata,compileClasspath,implementationDependenciesMetadata,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath com.amazonaws:aws-java-sdk-support:1.11.817=apiDependenciesMetadata,compileClasspath,implementationDependenciesMetadata,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath com.amazonaws:jmespath-java:1.11.817=apiDependenciesMetadata,compileClasspath,implementationDependenciesMetadata,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath -com.atlassian.performance.tools:concurrency:1.1.2=compileClasspath,implementationDependenciesMetadata,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath +com.atlassian.performance.tools:concurrency:1.3.0=compileClasspath,implementationDependenciesMetadata,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath com.atlassian.performance.tools:io:1.2.0=apiDependenciesMetadata,compileClasspath,implementationDependenciesMetadata,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath -com.atlassian.performance.tools:jvm-tasks:1.2.3=apiDependenciesMetadata,compileClasspath,implementationDependenciesMetadata,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath +com.atlassian.performance.tools:jvm-tasks:1.4.1=apiDependenciesMetadata,compileClasspath,implementationDependenciesMetadata,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath com.atlassian.performance.tools:ssh:2.4.3=apiDependenciesMetadata,compileClasspath,implementationDependenciesMetadata,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath com.fasterxml.jackson.core:jackson-annotations:2.6.0=apiDependenciesMetadata,compileClasspath,implementationDependenciesMetadata,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath com.fasterxml.jackson.core:jackson-core:2.6.7=apiDependenciesMetadata,compileClasspath,implementationDependenciesMetadata,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath @@ -27,7 +27,6 @@ com.sun.istack:istack-commons-runtime:3.0.5=apiDependenciesMetadata,compileClass com.sun.xml.fastinfoset:FastInfoset:1.2.13=apiDependenciesMetadata,compileClasspath,implementationDependenciesMetadata,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath commons-codec:commons-codec:1.11=apiDependenciesMetadata,compileClasspath,implementationDependenciesMetadata,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath commons-logging:commons-logging:1.2=apiDependenciesMetadata,compileClasspath,implementationDependenciesMetadata,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath -javax.activation:activation:1.1.1=apiDependenciesMetadata,compileClasspath,implementationDependenciesMetadata,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath javax.xml.bind:jaxb-api:2.3.0=apiDependenciesMetadata,compileClasspath,implementationDependenciesMetadata,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath joda-time:joda-time:2.8.1=apiDependenciesMetadata,compileClasspath,implementationDependenciesMetadata,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath net.i2p.crypto:eddsa:0.2.0=apiDependenciesMetadata,compileClasspath,implementationDependenciesMetadata,runtimeClasspath,testCompileClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath