Skip to content

Commit

Permalink
Added proper dependencies for sardine and httpclient (ceylon/ceyl…
Browse files Browse the repository at this point in the history
  • Loading branch information
quintesse committed Oct 16, 2013
1 parent 3b8ab07 commit a98cc81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/repo/com/googlecode/sardine/314/module.xml
Expand Up @@ -28,5 +28,7 @@
</resources>

<dependencies>
<module name="org.apache.httpcomponents.httpclient" slot="4.1.1"/>
<module name="org.slf4j.api" slot="1.6.1"/>
</dependencies>
</module>
Expand Up @@ -28,5 +28,8 @@
</resources>

<dependencies>
<module name="org.apache.httpcomponents.httpcore" slot="4.1.1"/>
<module name="org.apache.commons.logging" slot="1.1.1"/>
<module name="org.apache.commons.codec" slot="1.4"/>
</dependencies>
</module>

0 comments on commit a98cc81

Please sign in to comment.