Skip to content

Commit 808016a

Browse files
authored
Clean up post #174: update release notes, clean up poms (#179)
1 parent 7169b99 commit 808016a

File tree

4 files changed

+8
-18
lines changed

4 files changed

+8
-18
lines changed

guava/pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -66,18 +66,6 @@ com.google.common.*;version="${version.guava.osgi}",
6666
<artifactId>guava</artifactId>
6767
<version>${version.guava}</version>
6868
</dependency>
69-
70-
<!-- Use JUnit 5 -->
71-
<dependency>
72-
<groupId>org.junit.jupiter</groupId>
73-
<artifactId>junit-jupiter</artifactId>
74-
<scope>test</scope>
75-
</dependency>
76-
<dependency>
77-
<groupId>org.junit.jupiter</groupId>
78-
<artifactId>junit-jupiter-api</artifactId>
79-
<scope>test</scope>
80-
</dependency>
8169
</dependencies>
8270

8371
<build>

pcollections/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ PCollections (https://pcollections.org/) types
3333
</contributors>
3434

3535
<properties>
36-
<version.pcollections>4.0.1</version.pcollections>
36+
<version.pcollections>4.0.2</version.pcollections>
3737

3838
<!-- Generate PackageVersion.java into this directory. -->
3939
<packageVersion.dir>com/fasterxml/jackson/datatype/pcollections</packageVersion.dir>

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@
4141
</properties>
4242

4343
<dependencies>
44+
<!-- All modules depend on annotations, core, databind-->
45+
<dependency>
46+
<groupId>com.fasterxml.jackson.core</groupId>
47+
<artifactId>jackson-annotations</artifactId>
48+
</dependency>
4449
<dependency>
4550
<groupId>com.fasterxml.jackson.core</groupId>
4651
<artifactId>jackson-core</artifactId>
@@ -89,11 +94,6 @@
8994
</execution>
9095
</executions>
9196
</plugin>
92-
93-
<plugin>
94-
<groupId>org.apache.maven.plugins</groupId>
95-
<artifactId>maven-surefire-plugin</artifactId>
96-
</plugin>
9797
</plugins>
9898
</pluginManagement>
9999

release-notes/VERSION-2.x

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ Active Maintainers:
2020

2121
#1: (guava) Add deserialization support for `Table<R, C, V>`
2222
(contributed by Abhishek K)
23+
#174: Unify testing structure/tools [JSTEP-10]
24+
(contributed by Joo-Hyuk K)
2325

2426
2.18.2 (27-Nov-2024)
2527
2.18.1 (28-Oct-2024)

0 commit comments

Comments
 (0)