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
22 lines (21 loc) · 844 Bytes
/
module.xml
File metadata and controls
22 lines (21 loc) · 844 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<module id="httpclient" excludes="gae,gwt" 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" />
<distribution id="p2" />
</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" />
<dependency type="module" id="ssl" />
</dependencies>
<wikiUri>75-restlet</wikiUri>
</module>