From addda9627f9531c9e3c6d8804b4a3906667f7cba Mon Sep 17 00:00:00 2001 From: Jiri Date: May 08 2020 00:34:20 +0000 Subject: More hunting. Now needs to pack com.github.seancfoley:ipaddress --- diff --git a/icedtea-web.spec b/icedtea-web.spec index 3ea64f8..869df6c 100644 --- a/icedtea-web.spec +++ b/icedtea-web.spec @@ -45,6 +45,8 @@ BuildRequires: maven-source-plugin BuildRequires: maven-clean-plugin BuildRequires: maven-install-plugin BuildRequires: hamcrest +BuildRequires: hamcrest-core +BuildRequires: rhino # For functionality and the OpenJDK dirs Requires: %{preffered_java} @@ -101,6 +103,17 @@ This package contains ziped sources of the IcedTea-Web project. %pom_remove_plugin org.jacoco:jacoco-maven-plugin %pom_remove_plugin org.apache.maven.plugins:maven-surefire-plugin %pom_add_plugin org.apache.maven.plugins:maven-install-plugin:2.5.2 +%pom_remove_dep junit:junit common/pom.xml +%pom_remove_dep org.hamcrest:hamcrest common/pom.xml +%pom_remove_dep com.github.seancfoley:ipaddress common/pom.xml + +%pom_remove_dep org.hamcrest:hamcrest test-extensions/pom.xml +%pom_remove_dep net.jcip:jcip-annotations test-extensions/pom.xml +%pom_remove_dep com.github.stefanbirkner:system-rules test-extensions/pom.xml + +%pom_remove_dep com.github.vatbub:mslinks core/pom.xml +rm -v core/src/main/java/net/sourceforge/jnlp/util/WindowsDesktopEntry.java +#%pom_remove_dep rhino:js core/pom.xml %build SPLASH_TARGET_DIR=%{_datadir}/%{name} \