Changeset 28608
- Timestamp:
- 01/09/08 17:03:52 (8 months ago)
- Files:
-
- nuxeo-ep/trunk/pom.xml (modified) (2 diffs)
- org.nuxeo.common/trunk/pom.xml (modified) (1 diff)
- org.nuxeo.ecm.platform/trunk/nuxeo-platform-forum/pom.xml (modified) (1 diff)
- org.nuxeo.ecm.platform/trunk/nuxeo-platform-io-client/pom.xml (modified) (1 diff)
- org.nuxeo.ecm.platform/trunk/nuxeo-platform-search-nxcore/pom.xml (modified) (1 diff)
- org.nuxeo.ecm.platform/trunk/nuxeo-platform-webapp-types/pom.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
nuxeo-ep/trunk/pom.xml
r28298 r28608 272 272 <artifactId>junit</artifactId> 273 273 <version>3.8.2</version> 274 </dependency> 275 <dependency> 276 <groupId>com.intellij</groupId> 277 <artifactId>annotations</artifactId> 278 <version>6.0.5</version> 274 279 </dependency> 275 280 <dependency> … … 389 394 </exclusions> 390 395 </dependency> 396 391 397 <dependency> 392 398 <groupId>junit</groupId> 393 399 <artifactId>junit</artifactId> 394 400 <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> 395 409 </dependency> 396 410 </dependencies> org.nuxeo.common/trunk/pom.xml
r28031 r28608 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.platform/trunk/nuxeo-platform-forum/pom.xml
r27693 r28608 18 18 19 19 <dependencies> 20 <dependency>21 <groupId>junit</groupId>22 <artifactId>junit</artifactId>23 <scope>test</scope>24 </dependency>25 20 <dependency> 26 21 <groupId>org.nuxeo.ecm.platform</groupId> org.nuxeo.ecm.platform/trunk/nuxeo-platform-io-client/pom.xml
r27693 r28608 16 16 17 17 <dependencies> 18 <dependency>19 <groupId>junit</groupId>20 <artifactId>junit</artifactId>21 <scope>test</scope>22 </dependency>23 18 <dependency> 24 19 <groupId>org.nuxeo.ecm.platform</groupId> org.nuxeo.ecm.platform/trunk/nuxeo-platform-search-nxcore/pom.xml
r27351 r28608 20 20 21 21 </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>36 22 </project> org.nuxeo.ecm.platform/trunk/nuxeo-platform-webapp-types/pom.xml
r27351 r28608 19 19 <dependencies> 20 20 <dependency> 21 <groupId>junit</groupId>22 <artifactId>junit</artifactId>23 <scope>test</scope>24 </dependency>25 <dependency>26 21 <groupId>org.nuxeo.ecm.core</groupId> 27 22 <artifactId>nuxeo-core-api</artifactId>
