Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions guava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,18 +66,6 @@ com.google.common.*;version="${version.guava.osgi}",
<artifactId>guava</artifactId>
<version>${version.guava}</version>
</dependency>

<!-- Use JUnit 5 -->
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down
2 changes: 1 addition & 1 deletion pcollections/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ PCollections (https://pcollections.org/) types
</contributors>

<properties>
<version.pcollections>4.0.1</version.pcollections>
<version.pcollections>4.0.2</version.pcollections>

<!-- Generate PackageVersion.java into this directory. -->
<packageVersion.dir>com/fasterxml/jackson/datatype/pcollections</packageVersion.dir>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@
</properties>

<dependencies>
<!-- All modules depend on annotations, core, databind-->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
Expand Down Expand Up @@ -89,11 +94,6 @@
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
</plugin>
</plugins>
</pluginManagement>

Expand Down
2 changes: 2 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Active Maintainers:

#1: (guava) Add deserialization support for `Table<R, C, V>`
(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)
Expand Down