diff options
author | Florian Zschocke <florian.zschocke@cycos.com> | 2013-08-20 20:02:51 +0200 |
---|---|---|
committer | Florian Zschocke <florian.zschocke@cycos.com> | 2013-08-26 12:39:57 +0200 |
commit | f7286e0d8d92956e85ec1a20c54cd5d972ba1541 (patch) | |
tree | 486b8b2ec81228205a8291972e0fd43d6e4be896 /gitblit.iml | |
parent | 9d2f661602049e0edbdac4fdcb2adb6b1f71b5de (diff) | |
download | gitblit-f7286e0d8d92956e85ec1a20c54cd5d972ba1541.tar.gz gitblit-f7286e0d8d92956e85ec1a20c54cd5d972ba1541.zip |
Add commons-io to explicit dependencies.
Add the commons-io library explicitly to the depencencies.
It was already present as a transitive dependency but is now used in code.
Using the version 2.2 as that got so far already packaged in ext.
Diffstat (limited to 'gitblit.iml')
-rw-r--r-- | gitblit.iml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/gitblit.iml b/gitblit.iml index d29b31af..82d37a98 100644 --- a/gitblit.iml +++ b/gitblit.iml @@ -381,6 +381,17 @@ </library> </orderEntry> <orderEntry type="module-library"> + <library name="commons-io-2.2.jar"> + <CLASSES> + <root url="jar://$MODULE_DIR$/ext/commons-io-2.2.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES> + <root url="jar://$MODULE_DIR$/ext/src/commons-io-2.2.jar!/" /> + </SOURCES> + </library> + </orderEntry> + <orderEntry type="module-library"> <library name="force-partner-api-24.0.0.jar"> <CLASSES> <root url="jar://$MODULE_DIR$/ext/force-partner-api-24.0.0.jar!/" /> @@ -633,17 +644,6 @@ </SOURCES> </library> </orderEntry> - <orderEntry type="module-library" scope="TEST"> - <library name="commons-io-2.2.jar"> - <CLASSES> - <root url="jar://$MODULE_DIR$/ext/commons-io-2.2.jar!/" /> - </CLASSES> - <JAVADOC /> - <SOURCES> - <root url="jar://$MODULE_DIR$/ext/src/commons-io-2.2.jar!/" /> - </SOURCES> - </library> - </orderEntry> <orderEntry type="inheritedJdk" /> </component> </module> |