]> git.argeo.org Git - gpl/argeo-tp.git/blob - ws.xml
cf0c28890c2935170daae47baacf7077aadf77e6
[gpl/argeo-tp.git] / ws.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <beans xmlns="http://www.springframework.org/schema/beans"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xmlns:p="http://www.springframework.org/schema/p"
5 xmlns:util="http://www.springframework.org/schema/util"
6 xmlns:flow="http://www.argeo.org/schema/slc-flow"
7 xsi:schemaLocation="
8 http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
9 http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.5.xsd
10 http://www.argeo.org/schema/slc-flow http://www.argeo.org/schema/slc-flow-1.2.xsd">
11
12
13 <bean id="org.atmosphere.runtime"
14 p:sourceCoords="org.atmosphere:atmosphere-runtime:2.4.32"
15 parent="template.wsMaven">
16 </bean>
17
18 <bean id="org.atmosphere.socketio"
19 p:sourceCoords="org.atmosphere:atmosphere-socketio:2.4.21"
20 parent="template.wsMaven">
21 <property name="doNotModify" value="false" />
22 </bean>
23
24 <bean id="template.wsMaven" parent="template.mavenWrapper"
25 abstract="true">
26 <property name="groupId" value="org.argeo.tp.ws" />
27 <property name="license">
28 <util:constant
29 static-field="org.argeo.slc.repo.FreeLicense.APACHE" />
30 </property>
31 <property name="doNotModify" value="true" />
32 </bean>
33
34
35 </beans>