From 808016a5c223d76673273e52e3cf65f55cee3e26 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Wed, 22 Jan 2025 11:22:55 -0800 Subject: [PATCH] Clean up post #174: update release notes, clean up poms (#179) --- guava/pom.xml | 12 ------------ pcollections/pom.xml | 2 +- pom.xml | 10 +++++----- release-notes/VERSION-2.x | 2 ++ 4 files changed, 8 insertions(+), 18 deletions(-) diff --git a/guava/pom.xml b/guava/pom.xml index f6ab2b56..ce5cf18a 100644 --- a/guava/pom.xml +++ b/guava/pom.xml @@ -66,18 +66,6 @@ com.google.common.*;version="${version.guava.osgi}", guava ${version.guava} - - - - org.junit.jupiter - junit-jupiter - test - - - org.junit.jupiter - junit-jupiter-api - test - diff --git a/pcollections/pom.xml b/pcollections/pom.xml index 2af22470..b403f3f5 100644 --- a/pcollections/pom.xml +++ b/pcollections/pom.xml @@ -33,7 +33,7 @@ PCollections (https://pcollections.org/) types - 4.0.1 + 4.0.2 com/fasterxml/jackson/datatype/pcollections diff --git a/pom.xml b/pom.xml index 453487ab..ccca6357 100644 --- a/pom.xml +++ b/pom.xml @@ -41,6 +41,11 @@ + + + com.fasterxml.jackson.core + jackson-annotations + com.fasterxml.jackson.core jackson-core @@ -89,11 +94,6 @@ - - - org.apache.maven.plugins - maven-surefire-plugin - diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index 3c908e13..0b65f229 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -20,6 +20,8 @@ Active Maintainers: #1: (guava) Add deserialization support for `Table` (contributed by Abhishek K) +#174: Unify testing structure/tools [JSTEP-10] + (contributed by Joo-Hyuk K) 2.18.2 (27-Nov-2024) 2.18.1 (28-Oct-2024)