Mercurial > dive4elements > river
diff flys-client/pom.xml @ 24:8825ce0a537e
Added missing SmartGWT repository.
flys-client/trunk@1357 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Wed, 02 Mar 2011 10:00:17 +0000 |
parents | eb425ab34fd8 |
children | 5e1c1b7d6516 |
line wrap: on
line diff
--- a/flys-client/pom.xml Tue Feb 22 17:39:23 2011 +0000 +++ b/flys-client/pom.xml Wed Mar 02 10:00:17 2011 +0000 @@ -148,7 +148,14 @@ </plugin> </plugins> - </build> + </build> + <repositories> + <repository> + <id>com.smartgwt</id> + <name>SmartGWT</name> + <url>http://www.smartclient.com/maven2</url> + </repository> + </repositories> </project>