diff --git a/.gitignore b/.gitignore index 7f418618..66a2bec4 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ hotspot_pid* *.iml *pom.xml.versionsBackup junit*.properties +*/dependency-reduced-pom.xml diff --git a/core/pom.xml b/core/pom.xml index cf2f807a..200c9657 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -6,7 +6,7 @@ com.chrisnewland jitwatch-parent - 1.4.8 + 1.4.9 jitwatch-core diff --git a/pom.xml b/pom.xml index 3dfe9a50..dd69cb27 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.chrisnewland jitwatch-parent - 1.4.8 + 1.4.9 UTF-8 @@ -254,4 +254,4 @@ - \ No newline at end of file + diff --git a/ui/dependency-reduced-pom.xml b/ui/dependency-reduced-pom.xml deleted file mode 100644 index 254764ef..00000000 --- a/ui/dependency-reduced-pom.xml +++ /dev/null @@ -1,165 +0,0 @@ - - - - jitwatch-parent - com.chrisnewland - 1.4.8 - - 4.0.0 - jitwatch-ui - JITWatch UI - - - - maven-source-plugin - - - attach-sources - - jar-no-fork - - - - - - org.codehaus.mojo - exec-maven-plugin - - - default-cli - - java - - - false - ${main.class} - false - compile - - - - - - - - - linux - - linux - - - - macosx - - mac - - - - windows - - win - - - - with_built_in_javafx - - - - maven-shade-plugin - 3.5.0 - - - package - - shade - - - true - project-classifier - target/jitwatch-ui-shaded.jar - - - ${main.class} - - jdk.jdeps/com.sun.tools.javap - - - - - - - - - - - - with_openjfx_from_maven_central - - - - maven-shade-plugin - 3.5.0 - - - package - - shade - - - true - project-classifier - target/jitwatch-ui-shaded.jar - - - ${main.class} - - jdk.jdeps/com.sun.tools.javap - - - - - - - - - - - - org.openjfx - javafx-controls - 19.0.2.1 - compile - - - org.openjfx - javafx-web - 19.0.2.1 - compile - - - org.openjfx - javafx-swing - 19.0.2.1 - compile - - - - - - - junit - junit - 4.13.2 - test - - - hamcrest-core - org.hamcrest - - - - - - 19.0.2.1 - - diff --git a/ui/pom.xml b/ui/pom.xml index c45cfcad..f5aeccad 100644 --- a/ui/pom.xml +++ b/ui/pom.xml @@ -6,7 +6,7 @@ com.chrisnewland jitwatch-parent - 1.4.8 + 1.4.9 jitwatch-ui