forked from restlet/restlet-framework-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.xml
More file actions
21 lines (20 loc) · 815 Bytes
/
module.xml
File metadata and controls
21 lines (20 loc) · 815 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<module id="httpclient" includes="android,jee,jse" type="connector" package="org.restlet.ext.httpclient">
<name>Restlet Extension - Apache HTTP Client</name>
<description>
Integration with Apache Commons HTTP Client.
</description>
<distributions>
<distribution id="classic" />
<distribution id="maven" />
</distributions>
<dependencies>
<dependency type="library" id="codec" />
<dependency type="library" id="httpclient" primary="true" />
<dependency type="library" id="httpcore" />
<dependency type="library" id="httpmime" />
<dependency type="library" id="jcip-annotations" />
<dependency type="library" id="logging" />
<dependency type="library" id="mime4j" />
<dependency type="module" id="core" />
</dependencies>
</module>