diff --git a/bom-internal/pom.xml b/bom-internal/pom.xml index ce8d42270d..a808423877 100644 --- a/bom-internal/pom.xml +++ b/bom-internal/pom.xml @@ -65,7 +65,7 @@ POM as their parent. 3.25.0 4.5.13 4.4.14 - 9.4.37.v20210219 + 9.4.38.v20210224 4.1.60.Final 2.12.13 57 @@ -623,13 +623,13 @@ POM as their parent. net.bytebuddy byte-buddy-agent - 1.10.10 + 1.10.17 test net.bytebuddy byte-buddy - 1.10.10 + 1.10.17 test @@ -894,6 +894,22 @@ POM as their parent. jaxb-impl 2.2.8 + + org.glassfish.jaxb + jaxb-runtime + 2.3.3 + + + org.glassfish.jaxb + jaxb-runtime + 2.3.3 + + + javax.xml.bind + jaxb-api + 2.3.1 + + org.bouncycastle @@ -1034,11 +1050,6 @@ POM as their parent. metrics-healthchecks ${dropwizard-annotations.version} - - org.hibernate - hibernate-core - 5.2.8.Final - io.dropwizard dropwizard-db diff --git a/dockstore-integration-testing/src/test/java/io/dockstore/client/cli/ExtendedTRSIT.java b/dockstore-integration-testing/src/test/java/io/dockstore/client/cli/ExtendedTRSIT.java index deebfc9e14..f95c96560a 100644 --- a/dockstore-integration-testing/src/test/java/io/dockstore/client/cli/ExtendedTRSIT.java +++ b/dockstore-integration-testing/src/test/java/io/dockstore/client/cli/ExtendedTRSIT.java @@ -28,7 +28,6 @@ import io.swagger.client.ApiClient; import io.swagger.client.ApiException; import io.swagger.client.api.ContainersApi; -import io.swagger.client.api.ContainertagsApi; import io.swagger.client.api.ExtendedGa4GhApi; import io.swagger.client.api.Ga4GhApi; import io.swagger.client.api.WorkflowsApi; @@ -192,8 +191,6 @@ private void testVerificationWithGivenClient(ApiClient registeringUser, ApiClien public void testVerificationOnSourceFileLevelForTools() { final ApiClient webClient = getWebClient(USER_2_USERNAME, testingPostgres); ContainersApi toolApi = new ContainersApi(webClient); - ContainertagsApi containertagsApi = new ContainertagsApi(webClient); - Ga4GhApi ga4GhApi = new Ga4GhApi(webClient); DockstoreTool tool = new DockstoreTool(); tool.setDefaultCwlPath("/cwls/cgpmap-bamOut.cwl"); tool.setGitUrl("git@github.com:DockstoreTestUser2/dockstore-cgpmap.git"); diff --git a/dockstore-webservice/pom.xml b/dockstore-webservice/pom.xml index aef965676e..fcaf0ccc08 100644 --- a/dockstore-webservice/pom.xml +++ b/dockstore-webservice/pom.xml @@ -488,29 +488,11 @@ io.swagger.core.v3 swagger-annotations - - - - javax.xml.bind - jaxb-api - - io.swagger.core.v3 swagger-jaxrs2 - - - - javax.xml.bind - jaxb-api - - @@ -930,9 +912,14 @@ org.glassfish.jaxb jaxb-runtime - 2.3.3 runtime + + javax.xml.bind + jaxb-api + runtime + + javax.persistence javax.persistence-api @@ -949,15 +936,6 @@ io.swagger.core.v3 swagger-integration - - - - javax.xml.bind - jaxb-api - - org.pf4j