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) · 860 Bytes
/
module.xml
File metadata and controls
21 lines (20 loc) · 860 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<module id="apispark" excludes="android,gwt" type="standard" package="org.restlet.ext.apispark">
<name>Restlet Extension - APISpark</name>
<description>Integration with APISpark cloud platform, by Restlet.</description>
<distributions>
<distribution id="classic" />
<distribution id="maven" />
<distribution id="p2" />
</distributions>
<dependencies>
<dependency type="library" id="guava" />
<dependency type="library" id="jaxrs" />
<dependency type="library" id="raml" />
<dependency type="library" id="swagger.annotations_1.5" />
<dependency type="library" id="swagger.models_1.5" />
<dependency type="library" id="swagger.core_1.5" />
<dependency type="library" id="raml" />
<dependency type="module" id="core" />
<dependency type="module" id="jackson" />
</dependencies>
</module>