]> git.argeo.org Git - gpl/argeo-tp.git/blob - payment.xml
0374005107be0d34d1f519e1aafc600e8081ab73
[gpl/argeo-tp.git] / payment.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="com.stripe" p:sourceCoords="com.stripe:stripe-java:jar:8.1.0"
11 parent="template.mavenWrapper">
12 <property name="groupId" value="org.argeo.tp.payment" />
13 <property name="license">
14 <util:constant static-field="org.argeo.slc.repo.FreeLicense.MIT" />
15 </property>
16 </bean>
17 </beans>