Changeset 45


Ignore:
Timestamp:
06/17/13 13:07:37 (11 years ago)
Author:
stoda
Message:

Junit 4.11 maven dependency added

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/.classpath

    r44 r45  
    3333                </attributes>
    3434        </classpathentry>
    35         <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
    3635        <classpathentry kind="output" path="target/classes"/>
    3736</classpath>
  • trunk/pom.xml

    r44 r45  
    5151                        <version>2.21</version>
    5252                </dependency>
     53                <dependency>
     54                        <groupId>junit</groupId>
     55                        <artifactId>junit</artifactId>
     56                        <version>4.11</version>
     57                </dependency>
    5358        </dependencies>
    5459        <build>
Note: See TracChangeset for help on using the changeset viewer.