Changeset 28608

Show
Ignore:
Timestamp:
01/09/08 17:03:52 (8 months ago)
Author:
sfermigier
Message:

Forward port of [28603] (pom cleanup).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • nuxeo-ep/trunk/pom.xml

    r28298 r28608  
    272272        <artifactId>junit</artifactId> 
    273273        <version>3.8.2</version> 
     274      </dependency> 
     275      <dependency> 
     276        <groupId>com.intellij</groupId> 
     277        <artifactId>annotations</artifactId> 
     278        <version>6.0.5</version> 
    274279      </dependency> 
    275280      <dependency> 
     
    389394      </exclusions> 
    390395    </dependency> 
     396 
    391397    <dependency> 
    392398      <groupId>junit</groupId> 
    393399      <artifactId>junit</artifactId> 
    394400      <scope>test</scope> 
     401    </dependency> 
     402    <dependency> 
     403      <groupId>commons-logging</groupId> 
     404      <artifactId>commons-logging-api</artifactId> 
     405    </dependency> 
     406    <dependency> 
     407      <groupId>com.intellij</groupId> 
     408      <artifactId>annotations</artifactId> 
    395409    </dependency> 
    396410  </dependencies> 
  • org.nuxeo.common/trunk/pom.xml

    r28031 r28608  
    3030  </distributionManagement> 
    3131 
    32   <dependencies> 
    33     <dependency> 
    34       <groupId>commons-logging</groupId> 
    35       <artifactId>commons-logging-api</artifactId> 
    36     </dependency> 
    37   </dependencies> 
    38  
    3932</project> 
  • org.nuxeo.ecm.platform/trunk/nuxeo-platform-forum/pom.xml

    r27693 r28608  
    1818 
    1919  <dependencies> 
    20     <dependency> 
    21       <groupId>junit</groupId> 
    22       <artifactId>junit</artifactId> 
    23       <scope>test</scope> 
    24     </dependency> 
    2520    <dependency> 
    2621      <groupId>org.nuxeo.ecm.platform</groupId> 
  • org.nuxeo.ecm.platform/trunk/nuxeo-platform-io-client/pom.xml

    r27693 r28608  
    1616 
    1717  <dependencies> 
    18     <dependency> 
    19       <groupId>junit</groupId> 
    20       <artifactId>junit</artifactId> 
    21       <scope>test</scope> 
    22     </dependency> 
    2318    <dependency> 
    2419      <groupId>org.nuxeo.ecm.platform</groupId> 
  • org.nuxeo.ecm.platform/trunk/nuxeo-platform-search-nxcore/pom.xml

    r27351 r28608  
    2020 
    2121  </dependencies> 
    22  
    23   <build> 
    24     <plugins> 
    25       <!-- FIXME: disable tests for now : working with junit--> 
    26       <plugin> 
    27         <artifactId>maven-surefire-plugin</artifactId> 
    28         <configuration> 
    29           <excludes> 
    30             <exclude>**/*Test*.java</exclude> 
    31           </excludes> 
    32         </configuration> 
    33       </plugin> 
    34     </plugins> 
    35   </build> 
    3622</project> 
  • org.nuxeo.ecm.platform/trunk/nuxeo-platform-webapp-types/pom.xml

    r27351 r28608  
    1919  <dependencies> 
    2020    <dependency> 
    21       <groupId>junit</groupId> 
    22       <artifactId>junit</artifactId> 
    23       <scope>test</scope> 
    24     </dependency> 
    25     <dependency> 
    2621      <groupId>org.nuxeo.ecm.core</groupId> 
    2722      <artifactId>nuxeo-core-api</artifactId>