]> git.argeo.org Git - gpl/argeo-tp.git/blob - META-INF/spring/javax.xml
Prepare next development cycle
[gpl/argeo-tp.git] / META-INF / spring / javax.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" xmlns:p="http://www.springframework.org/schema/p"
4 xmlns:util="http://www.springframework.org/schema/util" xmlns:flow="http://www.argeo.org/schema/slc-flow"
5 xsi:schemaLocation="
6 http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
7 http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.5.xsd
8 http://www.argeo.org/schema/slc-flow http://www.argeo.org/schema/slc-flow-1.2.xsd">
9
10 <bean id="javax.inject" p:version="1.0.0" p:groupId="org.argeo.tp.javax"
11 p:sourceCoords="javax.inject:javax.inject:1" parent="template.mavenWrapper" />
12
13 <bean id="javax.el" p:version="2.2.5" p:groupId="org.argeo.tp.javax"
14 p:sourceCoords="javax.el:javax.el-api:2.2.5" parent="template.mavenWrapper" />
15
16 <bean id="javax.jcr" p:version="2.0.0" p:groupId="org.argeo.tp.javax"
17 p:sourceCoords="javax.jcr:jcr:2.0" parent="template.mavenWrapper" />
18
19 <bean id="javax.mail" p:groupId="org.argeo.tp.javax"
20 p:sourceCoords="com.sun.mail:javax.mail:1.5.2" parent="template.mavenWrapper" />
21 </beans>