]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.server.repo/META-INF/spring/maven.xml
Migrate SLC modules
[gpl/argeo-slc.git] / org.argeo.slc.server.repo / META-INF / spring / maven.xml
diff --git a/org.argeo.slc.server.repo/META-INF/spring/maven.xml b/org.argeo.slc.server.repo/META-INF/spring/maven.xml
new file mode 100644 (file)
index 0000000..8836ae4
--- /dev/null
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<beans xmlns="http://www.springframework.org/schema/beans"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p"
+       xmlns:util="http://www.springframework.org/schema/util"
+       xsi:schemaLocation="
+       http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
+       http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.5.xsd
+       ">
+
+       <!-- Proxied repositories -->
+       <util:list id="defaultMavenRepositories">
+               <ref local="central" />
+       </util:list>
+
+       <bean id="central" p:url="http://repo1.maven.org/maven2"
+               class="org.argeo.slc.aether.spring.RemoteRepositoryFactory" />
+
+</beans>
\ No newline at end of file