Argeo TP v2.1.11
[gpl/argeo-tp.git] / META-INF / spring / distribution.xml
index c33b55ce5b17a4597e4075c1d71cf052ad53069f..dad8c9540cfef8502e831574dd4e3dc0364a60ae 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.10" />
+               <constructor-arg value="org.argeo.tp:argeo-tp:2.1.11" />
                <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>