Ignore:
Timestamp:
09/12/12 14:03:16 (12 years ago)
Author:
sherbold
Message:
  • removed dependency on MFC plug-in through mocking
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/quest-plugin-jfc-test/pom.xml

    r763 r810  
    1414        <tested-artifactId>quest-plugin-jfc</tested-artifactId> 
    1515    </properties> 
     16    <dependencies> 
     17            <dependency> 
     18            <groupId>org.mockito</groupId> 
     19            <artifactId>mockito-core</artifactId> 
     20            <version>1.9.0</version> 
     21            <scope>test</scope> 
     22        </dependency></dependencies> 
    1623    <build> 
    1724        <plugins> 
Note: See TracChangeset for help on using the changeset viewer.