Results 1 to 3 of 3

Thread: Where is the ActiveProfiles class ?

  1. #1
    Join Date
    Feb 2013
    Posts
    5

    Default Where is the ActiveProfiles class ?

    Hi,

    Want to use Spring Profiles
    So, i need @ActiveProfiles annotation for my integration tests

    Desperatly looking for a jar containing :
    Code:
    org.springframework.test.context.ActiveProfiles
    findjar and jarfinder sites did not found this class...

    Where can i find it ?
    I mean in which jar(s) ? Which version of spring-test ?

    Thanks in advance

  2. #2
    Join Date
    Apr 2008
    Location
    Seville, Spain
    Posts
    132

    Default

    It's in spring-test since version 3.1

    You can download from http://www.springsource.org/download/community or get info about spring maven repositories in https://github.com/SpringSource/spri...ring-artifacts
    Jose Luis Martin
    Freelance Senior Consultant
    JDAL - Java Database Application Library

  3. #3
    Join Date
    Feb 2013
    Posts
    5

    Default

    Thanks Chelu,

    I was facing a Maven problem concerning access to Maven Central, that's why i couldn't get last version of spring-test, :-(.
    And therefore, non ActiveProfiles class.
    Finally, i got through...

Posting Permissions

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