From 8aedd41109e1df15db2696e944724e6634915999 Mon Sep 17 00:00:00 2001 From: Taylor Smock Date: Wed, 23 Oct 2024 07:12:24 -0600 Subject: [PATCH] Drop most ivy files This is mostly to ensure there is one place for dependency updates to occur, not two. lwjgl and geotools did not have their ivy files dropped, since there was a diff between ivy and maven dependency builds. This is most likely due to dependency exclusions. The geotools pom.xml now has all the exclusions from the ivy.xml file now. jts ''also'' had a diff between ivy and maven dependency builds, but the missing files were test files (specifically, `*Test.class`) and test related files. This additionally bumps the minimum JOSM version for everything that had an ivy.xml file to r19044 for rebuild purposes (r19044 is Java 11+ only). --- ivy.xml | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 ivy.xml diff --git a/ivy.xml b/ivy.xml deleted file mode 100644 index 5afa46bcb..000000000 --- a/ivy.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - -