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
20 lines (19 loc) · 719 Bytes
/
module.xml
File metadata and controls
20 lines (19 loc) · 719 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<module id="openid" excludes="android,gwt" type="standard" package="org.restlet.ext.openid">
<name>Restlet Extension - OpenID</name>
<description>Support for OpenID authentication.</description>
<distributions>
<distribution id="classic" />
<distribution id="maven" />
<distribution id="p2" />
</distributions>
<dependencies>
<dependency type="library" id="openid4java" primary="true" />
<dependency type="library" id="nekohtml" />
<dependency type="library" id="httpclient" />
<dependency type="library" id="json" />
<dependency type="module" id="core" />
<dependency type="module" id="xml" />
<dependency type="module" id="json" />
</dependencies>
<wikiUri>404-restlet</wikiUri>
</module>