diff options
author | William Whittle <william.whittle@gmail.com> | 2013-06-07 16:04:18 +0100 |
---|---|---|
committer | William Whittle <william.whittle@gmail.com> | 2013-06-07 16:09:49 +0100 |
commit | e8b8eec715a41fc0b5e4c397f27c54997f505cb7 (patch) | |
tree | dcbcd2e24f6e5554b4d366d2ab46a140fcd022a6 /build.moxie | |
parent | 635ef9bf1134735bb0cbab00dbdc81fe2db97130 (diff) | |
download | gitblit-e8b8eec715a41fc0b5e4c397f27c54997f505cb7.tar.gz gitblit-e8b8eec715a41fc0b5e4c397f27c54997f505cb7.zip |
Added support for authenticating against a Salesforce org.
Diffstat (limited to 'build.moxie')
-rw-r--r-- | build.moxie | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build.moxie b/build.moxie index d27e08a6..be9a21cf 100644 --- a/build.moxie +++ b/build.moxie @@ -147,6 +147,7 @@ dependencies: - compile 'org.apache.ivy:ivy:2.2.0' :war - compile 'com.toedter:jcalendar:1.3.2' :authority - compile 'org.apache.commons:commons-compress:1.4.1' :war +- compile 'com.force.api:force-partner-api:24.0.0' :war - test 'junit' # Dependencies for Selenium web page testing - test 'org.seleniumhq.selenium:selenium-java:${selenium.version}' @jar |