Skip to content

Commit b7b29fb

Browse files
committed
Merge branch 'hotfix-1.1.30'
2 parents 5fea264 + 377e0c7 commit b7b29fb

1 file changed

Lines changed: 15 additions & 9 deletions

File tree

pom.xml

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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.]]>
@@ -92,13 +92,7 @@
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>
@@ -125,7 +119,7 @@
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>
@@ -304,6 +298,12 @@
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>
@@ -505,6 +505,9 @@
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>
@@ -538,6 +541,9 @@
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>

0 commit comments

Comments
 (0)