File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 <name >baseCode</name >
66 <groupId >baseCode</groupId >
77 <artifactId >baseCode</artifactId >
8- <version >1.1.29 </version >
8+ <version >1.1.30 </version >
99 <inceptionYear >2003</inceptionYear >
1010 <description >
1111 <![CDATA[ Data structures, math and statistics tools, and utilities that are often needed across projects.]]>
9292 <dependency >
9393 <groupId >org.apache.commons</groupId >
9494 <artifactId >commons-configuration2</artifactId >
95- <version >2.12.0</version >
96- <exclusions >
97- <exclusion >
98- <groupId >org.apache.commons</groupId >
99- <artifactId >commons-lang3</artifactId >
100- </exclusion >
101- </exclusions >
95+ <version >2.11.0</version >
10296 </dependency >
10397 <dependency >
10498 <groupId >org.apache.commons</groupId >
125119 <dependency >
126120 <groupId >commons-logging</groupId >
127121 <artifactId >commons-logging</artifactId >
128- <version >1.3.5 </version >
122+ <version >1.3.2 </version >
129123 <scope >runtime</scope >
130124 </dependency >
131125 <dependency >
304298 <artifactId >commons-beanutils</artifactId >
305299 <version >1.11.0</version >
306300 <scope >test</scope >
301+ <exclusions >
302+ <exclusion >
303+ <groupId >commons-logging</groupId >
304+ <artifactId >commons-logging</artifactId >
305+ </exclusion >
306+ </exclusions >
307307 </dependency >
308308 <dependency >
309309 <groupId >junit</groupId >
505505 <quiet >true</quiet >
506506 <source >8</source >
507507 <doclint >none</doclint >
508+ <links >
509+ <link >https://dst.lbl.gov/ACSSoftware/colt/api/</link >
510+ </links >
508511 </configuration >
509512 </plugin >
510513 </plugins >
538541 <quiet >true</quiet >
539542 <source >8</source >
540543 <doclint >none</doclint >
544+ <links >
545+ <link >https://dst.lbl.gov/ACSSoftware/colt/api/</link >
546+ </links >
541547 </configuration >
542548 </plugin >
543549 <plugin >
You can’t perform that action at this time.
0 commit comments