Skip to content

Commit c1a9854

Browse files
committed
Port BeanMapTest to JUnit 5
1 parent 9f7e8bc commit c1a9854

File tree

2 files changed

+160
-214
lines changed

2 files changed

+160
-214
lines changed

pom.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@
5454
<commons.rc.version>RC1</commons.rc.version>
5555
<commons.release.isDistModule>true</commons.release.isDistModule>
5656
<commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>
57+
<!-- Other -->
58+
<commons.collections.version>4.5.0</commons.collections.version>
5759
</properties>
5860
<scm>
5961
<connection>scm:git:https://gitbox.apache.org/repos/asf?p=commons-beanutils.git</connection>
@@ -88,6 +90,19 @@
8890
<version>3.2.1</version>
8991
<scope>test</scope>
9092
</dependency>
93+
<dependency>
94+
<groupId>org.apache.commons</groupId>
95+
<artifactId>commons-collections4</artifactId>
96+
<version>${commons.collections.version}</version>
97+
<scope>test</scope>
98+
</dependency>
99+
<dependency>
100+
<groupId>org.apache.commons</groupId>
101+
<artifactId>commons-collections4</artifactId>
102+
<version>${commons.collections.version}</version>
103+
<classifier>tests</classifier>
104+
<scope>test</scope>
105+
</dependency>
91106
<dependency>
92107
<groupId>org.junit.vintage</groupId>
93108
<artifactId>junit-vintage-engine</artifactId>

0 commit comments

Comments
 (0)