Remove DB Unit.
authorMathieu Baudier <mbaudier@argeo.org>
Sat, 5 Oct 2019 09:18:23 +0000 (11:18 +0200)
committerMathieu Baudier <mbaudier@argeo.org>
Sat, 5 Oct 2019 09:18:23 +0000 (11:18 +0200)
META-INF/spring/distribution.xml
META-INF/spring/sdk.xml

index fb67db34d3d03dc68171c00535270e89915c7784..ef9d782f4392d9a001ed4ecabe427bc01e1017a3 100644 (file)
@@ -13,7 +13,8 @@
        <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.25-SNAPSHOT" />
+               <constructor-arg
+                       value="org.argeo.tp:argeo-tp:2.1.25-SNAPSHOT" />
                <property name="modules">
                        <list>
                                <!-- Javax -->
                                <!-- Databases -->
                                <ref bean="org.postgresql.jdbc42" />
                                <ref bean="org.h2" />
-                               <ref bean="org.dbunit" />
+                               <!-- <ref bean="org.dbunit" /> -->
                                <!-- ALM -->
                                <ref bean="org.redline-rpm" />
                                <ref bean="org.eclipse.jgit" />
index ab29c5dbb6f17101149595da0c7881436d204075..ca66d744a8d6b91e828b875d9e75cba6c9302c37 100644 (file)
@@ -23,7 +23,7 @@
                </property>
        </bean>
 
-       <bean id="biz.aQute.bnd" p:sourceCoords="biz.aQute:bnd:1.50.0"
+       <bean id="biz.aQute.bnd" p:sourceCoords="biz.aQute.bnd:biz.aQute.bnd:4.2.0"
                parent="template.mavenSdk">
                <property name="license">
                        <util:constant static-field="org.argeo.slc.repo.FreeLicense.APACHE" />
                <property name="bndProperties">
                        <props merge="true">
                                <prop key="Import-Package">
-                                       org.eclipse.*;resolution:=optional,
+                                       com.cloudius.*;resolution:=optional,
+                                       com.google.*;resolution:=optional,
+                                       org.eclipse.*;resolution:=optional,
                                        org.apache.tools.ant.*;resolution:=optional,
                                        junit.*;resolution:=optional,
+                                       slf4j.*;resolution:=optional,
                                        *
                                </prop>
                        </props>
@@ -54,7 +57,7 @@
                </property>
        </bean>
 
-       <bean id="org.redline-rpm" p:sourceCoords="org.redline-rpm:redline:1.2.1"
+       <bean id="org.redline-rpm" p:sourceCoords="org.redline-rpm:redline:1.2.8"
                parent="template.mavenSdk">
                <property name="license">
                        <util:constant static-field="org.argeo.slc.repo.FreeLicense.MIT" />