提交 b778bd00 编写于 作者: J Jesse Glick 提交者: James Nord

Update commons-codec to 1.9.

上级 321fe586
......@@ -31,7 +31,6 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.4</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
......
......@@ -572,10 +572,9 @@ THE SOFTWARE.
<version>1.1</version>
</dependency>
<dependency><!-- Jenkins doesn't depend on it but some plugin wants the latest version. Bundling 1.6 until we figure out a mechanism to let plugins load its own -->
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.8</version>
</dependency>
<dependency>
......
......@@ -230,7 +230,6 @@ THE SOFTWARE.
<artifactId>access-modifier-annotation</artifactId>
<version>${access-modifier-annotation.version}</version>
</dependency>
<!-- make sure these plugins are never used by us or by any plugins which end up depening on this version -->
<dependency>
......@@ -243,6 +242,11 @@ THE SOFTWARE.
<optional>true</optional>
</dependency>
<!-- TODO also add commons-logging and log4j -->
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.9</version>
</dependency>
</dependencies>
</dependencyManagement>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册