Changeset 10091


Ignore:
Timestamp:
Apr 6, 2011, 5:52:41 AM (13 years ago)
Author:
anthony43
Message:

adding junit to the test dependencies

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/jiwigo-ws-api/pom.xml

    r9920 r10091  
    2929            <version>0.97-incubator</version>
    3030        </dependency>
     31        <dependency>
     32                <groupId>junit</groupId>
     33                <artifactId>junit</artifactId>
     34                <version>4.8.1</version>
     35                <type>jar</type>
     36                <scope>test</scope>
     37        </dependency>
    3138
    3239  </dependencies>
Note: See TracChangeset for help on using the changeset viewer.