Changeset 28603
- Timestamp:
- 01/09/08 16:21:19 (11 months ago)
- Files:
-
- nuxeo-ep/branches/5.1/pom.xml (modified) (2 diffs)
- org.nuxeo.common/branches/1.4/pom.xml (modified) (1 diff)
- org.nuxeo.ecm.core/branches/1.4/nuxeo-core-facade/pom.xml (modified) (1 diff)
- org.nuxeo.ecm.platform/branches/5.1/nuxeo-platform-forum/pom.xml (modified) (1 diff)
- org.nuxeo.ecm.platform/branches/5.1/nuxeo-platform-io-client/pom.xml (modified) (1 diff)
- org.nuxeo.ecm.platform/branches/5.1/nuxeo-platform-search-nxcore/pom.xml (modified) (1 diff)
- org.nuxeo.ecm.platform/branches/5.1/nuxeo-platform-webapp-types/pom.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
nuxeo-ep/branches/5.1/pom.xml
r28056 r28603 302 302 </dependency> 303 303 <dependency> 304 <groupId>com.intellij</groupId> 305 <artifactId>annotations</artifactId> 306 <version>6.0.5</version> 307 </dependency> 308 <dependency> 304 309 <groupId>opensymphony</groupId> 305 310 <artifactId>quartz-all</artifactId> … … 427 432 </dependency> 428 433 <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> 429 442 <groupId>net.sf.opencsv</groupId> 430 443 <artifactId>opencsv</artifactId> 431 444 <version>1.7</version> 432 </dependency >445 </dependency--> 433 446 </dependencies> 434 447 org.nuxeo.common/branches/1.4/pom.xml
r28055 r28603 30 30 </distributionManagement> 31 31 32 <dependencies>33 <dependency>34 <groupId>commons-logging</groupId>35 <artifactId>commons-logging-api</artifactId>36 </dependency>37 </dependencies>38 39 32 </project> org.nuxeo.ecm.core/branches/1.4/nuxeo-core-facade/pom.xml
r28567 r28603 60 60 </dependency> 61 61 <dependency> 62 <scope>test</scope> 62 <scope>test</scope> 63 63 <groupId>jboss</groupId> 64 64 <artifactId>jboss-j2ee</artifactId> org.nuxeo.ecm.platform/branches/5.1/nuxeo-platform-forum/pom.xml
r27852 r28603 27 27 28 28 <dependencies> 29 <dependency>30 <groupId>junit</groupId>31 <artifactId>junit</artifactId>32 <scope>test</scope>33 </dependency>34 29 <dependency> 35 30 <groupId>org.nuxeo.ecm.platform</groupId> org.nuxeo.ecm.platform/branches/5.1/nuxeo-platform-io-client/pom.xml
r27852 r28603 27 27 28 28 <dependencies> 29 <dependency>30 <groupId>junit</groupId>31 <artifactId>junit</artifactId>32 <scope>test</scope>33 </dependency>34 29 <dependency> 35 30 <groupId>org.nuxeo.ecm.platform</groupId> org.nuxeo.ecm.platform/branches/5.1/nuxeo-platform-search-nxcore/pom.xml
r26267 r28603 32 32 </configuration> 33 33 </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>43 34 </plugins> 44 35 </build> org.nuxeo.ecm.platform/branches/5.1/nuxeo-platform-webapp-types/pom.xml
r27852 r28603 28 28 <dependencies> 29 29 <dependency> 30 <groupId>junit</groupId>31 <artifactId>junit</artifactId>32 <scope>test</scope>33 </dependency>34 <dependency>35 30 <groupId>org.nuxeo.ecm.core</groupId> 36 31 <artifactId>nuxeo-core-api</artifactId>
