]> git.argeo.org Git - gpl/argeo-tp.git/blobdiff - META-INF/spring/distribution.xml
Prepare next development cycle
[gpl/argeo-tp.git] / META-INF / spring / distribution.xml
index 7b535745353485fde0113bdf5547b6c2d76814f8..42ef629fef317b6493c301d3829b6a879a01a8af 100644 (file)
@@ -10,7 +10,7 @@
        <!-- REGISTER -->
        <bean id="argeo-tp" class="org.argeo.slc.repo.osgi.ArgeoOsgiDistributionImpl"
                init-method="init" destroy-method="destroy">
-               <constructor-arg value="org.argeo.tp:argeo-tp:2.1.11" />
+               <constructor-arg value="org.argeo.tp:argeo-tp:2.1.12" />
                <property name="modules">
                        <list>
                                <!-- Javax -->
@@ -38,6 +38,7 @@
                                <ref bean="apache/org.apache.ant" />
                                <ref bean="org.quartz-scheduler.quartz" />
                                <ref bean="org.quartz-scheduler.quartz.jobs" />
+                               <ref bean="bitronix.tm" />
 
                                <!-- Apache Commons -->
                                <ref bean="apache/org.apache.commons.io" />
@@ -69,8 +70,8 @@
                                
                                <!-- Spring -->
                                <ref bean="spring/org.springframework" />
-                               <ref bean="org.springframework.ldap" />
-                               <ref bean="spring/org.springframework.security" />
+<!--                           <ref bean="org.springframework.ldap" /> -->
+<!--                           <ref bean="spring/org.springframework.security" /> -->
                        </list>
                </property>
        </bean>