]> git.argeo.org Git - gpl/argeo-tp.git/blob - org.argeo.tp.factory.extras/META-INF/spring/graalvm.xml
Prepare next development cycle
[gpl/argeo-tp.git] / org.argeo.tp.factory.extras / META-INF / spring / graalvm.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 <bean id="org.graalvm.sdk"
13 p:sourceCoords="org.graalvm.sdk:graal-sdk:19.2.0.1"
14 p:version="19.2.0.1" parent="template.mavenWrapper">
15 <!-- <property name="license"> -->
16 <!-- <util:constant -->
17 <!-- static-field="org.argeo.slc.repo.FreeLicense.UPL" /> -->
18 <!-- </property> -->
19 <property name="groupId" value="org.argeo.tp.graalvm" />
20 </bean>
21
22 </beans>