File tree Expand file tree Collapse file tree 2 files changed +160
-214
lines changed
src/test/java/org/apache/commons/beanutils Expand file tree Collapse file tree 2 files changed +160
-214
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments