]> git.argeo.org Git - gpl/argeo-slc.git/blob - org.argeo.slc.server.repo/META-INF/spring/maven.xml
8836ae4ee28f4c1296849b423ea2c29b82364d93
[gpl/argeo-slc.git] / org.argeo.slc.server.repo / META-INF / spring / maven.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <beans xmlns="http://www.springframework.org/schema/beans"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p"
4 xmlns:util="http://www.springframework.org/schema/util"
5 xsi:schemaLocation="
6 http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
7 http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.5.xsd
8 ">
9
10 <!-- Proxied repositories -->
11 <util:list id="defaultMavenRepositories">
12 <ref local="central" />
13 </util:list>
14
15 <bean id="central" p:url="http://repo1.maven.org/maven2"
16 class="org.argeo.slc.aether.spring.RemoteRepositoryFactory" />
17
18 </beans>