Changeset 28603

Show
Ignore:
Timestamp:
01/09/08 16:21:19 (11 months ago)
Author:
sfermigier
Message:

Cleanup poms.

Files:

Legend:

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

    r28056 r28603  
    302302      </dependency> 
    303303      <dependency> 
     304        <groupId>com.intellij</groupId> 
     305        <artifactId>annotations</artifactId> 
     306        <version>6.0.5</version> 
     307      </dependency> 
     308      <dependency> 
    304309        <groupId>opensymphony</groupId> 
    305310        <artifactId>quartz-all</artifactId> 
     
    427432    </dependency> 
    428433    <dependency> 
     434      <groupId>commons-logging</groupId> 
     435      <artifactId>commons-logging-api</artifactId> 
     436    </dependency> 
     437    <dependency> 
     438      <groupId>com.intellij</groupId> 
     439      <artifactId>annotations</artifactId> 
     440    </dependency> 
     441    <!--dependency> 
    429442      <groupId>net.sf.opencsv</groupId> 
    430443      <artifactId>opencsv</artifactId> 
    431444      <version>1.7</version> 
    432     </dependency
     445    </dependency--
    433446  </dependencies> 
    434447 
  • org.nuxeo.common/branches/1.4/pom.xml

    r28055 r28603  
    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.core/branches/1.4/nuxeo-core-facade/pom.xml

    r28567 r28603  
    6060    </dependency> 
    6161    <dependency> 
    62       <scope>test</scope>       
     62      <scope>test</scope> 
    6363      <groupId>jboss</groupId> 
    6464      <artifactId>jboss-j2ee</artifactId> 
  • org.nuxeo.ecm.platform/branches/5.1/nuxeo-platform-forum/pom.xml

    r27852 r28603  
    2727 
    2828  <dependencies> 
    29     <dependency> 
    30       <groupId>junit</groupId> 
    31       <artifactId>junit</artifactId> 
    32       <scope>test</scope> 
    33     </dependency> 
    3429    <dependency> 
    3530      <groupId>org.nuxeo.ecm.platform</groupId> 
  • org.nuxeo.ecm.platform/branches/5.1/nuxeo-platform-io-client/pom.xml

    r27852 r28603  
    2727 
    2828  <dependencies> 
    29     <dependency> 
    30       <groupId>junit</groupId> 
    31       <artifactId>junit</artifactId> 
    32       <scope>test</scope> 
    33     </dependency> 
    3429    <dependency> 
    3530      <groupId>org.nuxeo.ecm.platform</groupId> 
  • org.nuxeo.ecm.platform/branches/5.1/nuxeo-platform-search-nxcore/pom.xml

    r26267 r28603  
    3232        </configuration> 
    3333      </plugin> 
    34       <!-- FIXME: disable tests for now : working with junit--> 
    35       <plugin> 
    36         <artifactId>maven-surefire-plugin</artifactId> 
    37         <configuration> 
    38           <excludes> 
    39             <exclude>**/*Test*.java</exclude> 
    40           </excludes> 
    41         </configuration> 
    42       </plugin> 
    4334    </plugins> 
    4435  </build> 
  • org.nuxeo.ecm.platform/branches/5.1/nuxeo-platform-webapp-types/pom.xml

    r27852 r28603  
    2828  <dependencies> 
    2929    <dependency> 
    30       <groupId>junit</groupId> 
    31       <artifactId>junit</artifactId> 
    32       <scope>test</scope> 
    33     </dependency> 
    34     <dependency> 
    3530      <groupId>org.nuxeo.ecm.core</groupId> 
    3631      <artifactId>nuxeo-core-api</artifactId>