Results 1 to 2 of 2

Thread: vldocking integration missing in maven?

  1. #1

    Question vldocking integration missing in maven?

    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?

    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>
    Thanks,
    Thien

  2. #2
    Join Date
    Mar 2009
    Location
    Oregon
    Posts
    116

    Default

    VLDocking is no longer supported and last I saw as of this summer VLSolutions, the company out of France that made it is now out of business. The developer has moved the codebase over to LGPL licence and made the source and some documentation available on Google Code, though no development has happened and she hasn't responded to attempts at communication for months now. It can be found here: http://code.google.com/p/vldocking/

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •