Hello,
Below is part of my pom and I have this on two machines, but it's been a long time since I set them up. A coworker just checked out the project and the vldocking integration is missing from the maven repository. Anyone know what happened?
Thanks,Code:<repository> <id>springRichClientRepository</id> <name>Spring rich client repository</name> <url>http://spring-rich-c.sourceforge.net/maven2repository</url> </repository> <dependency> <groupId>org.springframework.richclient</groupId> <artifactId>spring-richclient-vldocking</artifactId> <version>1.1.0</version> </dependency>
Thien


Reply With Quote
