diff options
author | mconway <michael.c.conway@gmail.com> | 2012-03-23 12:05:58 (GMT) |
---|---|---|
committer | mconway <michael.c.conway@gmail.com> | 2012-03-23 12:05:58 (GMT) |
commit | 9a7ee1f4f509e5ca1fc7df054d512874c57b12ce (patch) | |
tree | 041e9d8c4bbb04a3c666735cdd30d69ab02c9e95 /idrop-swing/pom.xml | |
parent | 3461914d278dba69cd5327342a0ff1ce3eba31f9 (diff) | |
download | QCG-Data-9a7ee1f4f509e5ca1fc7df054d512874c57b12ce.zip QCG-Data-9a7ee1f4f509e5ca1fc7df054d512874c57b12ce.tar.gz QCG-Data-9a7ee1f4f509e5ca1fc7df054d512874c57b12ce.tar.bz2 |
[#672] file open by path enhancements
Diffstat (limited to 'idrop-swing/pom.xml')
-rw-r--r-- | idrop-swing/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/idrop-swing/pom.xml b/idrop-swing/pom.xml index e3fc967..ada1dd5 100644 --- a/idrop-swing/pom.xml +++ b/idrop-swing/pom.xml @@ -42,6 +42,11 @@ <artifactId>jargon-user-tagging</artifactId> <scope>compile</scope> </dependency> + <dependency> + <groupId>org.irods.jargon</groupId> + <artifactId>jargon-core</artifactId> + <scope>compile</scope> + </dependency> <dependency> <groupId>org.irods.jargon.transfer</groupId> <artifactId>jargon-transfer-dao-spring</artifactId> |