diff --git a/build/build.gradle b/build/build.gradle index f7083cff1d..2300d473a8 100644 --- a/build/build.gradle +++ b/build/build.gradle @@ -131,7 +131,12 @@ ext { 'eu.esdihumboldt.hale.common.cache.test', 'eu.esdihumboldt.util.blueprints.entities.test', 'eu.esdihumboldt.hale.io.oml', - 'eu.esdihumboldt.hale.io.oml.test' + 'eu.esdihumboldt.hale.io.oml.test', + // exclude them because org.deegree needs to be updated with jaxb dependencies + 'eu.esdihumboldt.hale.io.deegree', + 'eu.esdihumboldt.hale.io.deegree.ui', + 'eu.esdihumboldt.hale.io.deegree.test', + 'eu.esdihumboldt.hale.io.feature.deegree' ] // bundles or fragments that are required additionally for compilation diff --git a/build/gradle/commitAndProductionStage.gradle b/build/gradle/commitAndProductionStage.gradle index 85053d4b38..829108a0f6 100644 --- a/build/gradle/commitAndProductionStage.gradle +++ b/build/gradle/commitAndProductionStage.gradle @@ -1107,7 +1107,6 @@ task packageProduct(dependsOn: buildProduct) { */ def runTests(args = []) { def productOutputPath = new File(buildDir, getProductUid()) - //def launcherName = project.ext.testProductLauncher?:'eclipse' def launcherName = project.ext.testProductLauncher?:'eclipse' def testReportDir = project.file('target/testReports') testReportDir.mkdirs() diff --git a/common/plugins/eu.esdihumboldt.hale.common.test/Tests.product b/common/plugins/eu.esdihumboldt.hale.common.test/Tests.product index c31c3b1a40..a01c7a35aa 100644 --- a/common/plugins/eu.esdihumboldt.hale.common.test/Tests.product +++ b/common/plugins/eu.esdihumboldt.hale.common.test/Tests.product @@ -219,8 +219,6 @@ - - diff --git a/ui/plugins/eu.esdihumboldt.hale.ui.application/HALE.product b/ui/plugins/eu.esdihumboldt.hale.ui.application/HALE.product index 2c5bad9d2c..dbe9838101 100644 --- a/ui/plugins/eu.esdihumboldt.hale.ui.application/HALE.product +++ b/ui/plugins/eu.esdihumboldt.hale.ui.application/HALE.product @@ -100,7 +100,6 @@ https://www.wetransform.to/services/support/ -