]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.detached/pom.xml
Detached UI architecture
[gpl/argeo-slc.git] / org.argeo.slc.detached / pom.xml
index 1588b11631765ca2f5a48fe669ba62c716855e2e..7083a9f8ad6309358bc2ffc1d4d05745701f4a7b 100644 (file)
                         <Export-Package>
                             org.argeo.slc.detached.*
                         </Export-Package>
+                        <Import-Package>
+                            *,
+                            org.springframework.beans.factory;version="2.0",
+                            org.springframework.beans.factory.support;version="2.0",
+                            org.springframework.beans.factory.xml;version="2.0",
+                            org.springframework.context;version="2.0",
+                            org.springframework.context.support;version="2.0",
+                            org.springframework.core.io;version="2.0"
+                        </Import-Package>
                     </instructions>
                 </configuration>
             </plugin>
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-context</artifactId>
-            <version>2.0.8</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.codehaus.castor</groupId>
-            <artifactId>castor</artifactId>
-            <version>1.1.2</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>adaptx</groupId>
-                    <artifactId>adaptx</artifactId>
-                </exclusion>
-            </exclusions>
         </dependency>
 
         <dependency>