File tree Expand file tree Collapse file tree 4 files changed +8
-18
lines changed
Expand file tree Collapse file tree 4 files changed +8
-18
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff line change 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 >
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
Original file line number Diff line number Diff 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
24262.18.2 (27 -Nov-2024 )
25272.18.1 (28 -Oct-2024 )
You can’t perform that action at this time.
0 commit comments