[idwsfconsumer] 18/25: Make some deps optional for now.
Scott Cantor
cantor.2 at osu.edu
Wed Nov 18 14:41:22 EST 2015
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository idwsfconsumer.
commit 603a0c7a074d07a214195a3475b26624dbaf050f
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Tue Jun 16 01:09:54 2015 -0400
Make some deps optional for now.
---
pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/pom.xml b/pom.xml
index a069f2c..a82a29c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,6 +56,7 @@
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>1.4</version>
+ <optional>true</optional>
</dependency>
<!-- TODO port to HC 4.x? -->
@@ -63,6 +64,7 @@
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
<version>3.1</version>
+ <optional>true</optional>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>
@@ -76,6 +78,7 @@
<groupId>ca.juliusdavies</groupId>
<artifactId>not-yet-commons-ssl</artifactId>
<version>0.3.9</version>
+ <optional>true</optional>
<exclusions>
<exclusion>
<groupId>log4j</groupId>
@@ -93,6 +96,7 @@
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.1</version>
+ <optional>true</optional>
</dependency>
<!-- TODO switch library to use slf4j natively? -->
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list