Results 1 to 5 of 5

Thread: Which Jar has the spingframework.test classes?

  1. #1
    Join Date
    Jul 2007
    Posts
    101

    Default Which Jar has the spingframework.test classes?

    I am trying to find which jar has the org.springframework.test* classes so i can set the dependency inside maven2. Sorry if this is not the correct forum topic, but nothing seemed appropriate.
    Last edited by ccanning; Jul 27th, 2007 at 06:30 PM.

  2. #2
    Join Date
    Feb 2005
    Posts
    217

  3. #3
    Join Date
    Jul 2007
    Posts
    101

    Default

    I found it. It was in the mock jar.

  4. #4
    Join Date
    Aug 2006
    Location
    Now Germany, previously Ukraine
    Posts
    1,546

    Default

    Quote Originally Posted by ccanning View Post
    I found it. It was in the mock jar.
    there was no need to search, it is clearly stated in the Spring readme.txt

    Code:
    * "mock" contains the general Java source files for Spring's mock and test classes

  5. #5
    Join Date
    Jul 2007
    Posts
    101

    Default

    I was pulling all of the jars from the maven repository so I didn't have the readme.txt available, but thanks for the info.

Posting Permissions

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