Re: [xwiki-devs] [xwiki-notifications] r22869 - platform/core/trunk/xwiki-shared-tests
Hi Thomas, I don't think you can remove this one. I tried it and it failed for me: reason this is a dep on scope = compile while the deps in core parent are on scope = test Thanks -Vincent On Aug 24, 2009, at 12:26 PM, tmortagne (SVN) wrote:
Author: tmortagne Date: 2009-08-24 12:26:32 +0200 (Mon, 24 Aug 2009) New Revision: 22869
Modified: platform/core/trunk/xwiki-shared-tests/pom.xml Log: [cleanup] Remove useless dependency (already in core parent)
Modified: platform/core/trunk/xwiki-shared-tests/pom.xml =================================================================== --- platform/core/trunk/xwiki-shared-tests/pom.xml 2009-08-24 10:25:03 UTC (rev 22868) +++ platform/core/trunk/xwiki-shared-tests/pom.xml 2009-08-24 10:26:32 UTC (rev 22869) @@ -36,21 +36,6 @@ <description>Test framework classes shared between functional test modules</description> <dependencies> <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>4.5</version> - </dependency> - <dependency> - <groupId>jmock</groupId> - <artifactId>jmock</artifactId> - <version>1.2.0</version> - </dependency> - <dependency> - <groupId>jmock</groupId> - <artifactId>jmock-cglib</artifactId> - <version>1.2.0</version> - </dependency> - <dependency> <groupId>org.xwiki.platform</groupId> <artifactId>xwiki-core-context</artifactId> <version>${pom.version}</version> @@ -70,6 +55,7 @@ <artifactId>ant</artifactId> <version>1.7.0</version> </dependency> + <!-- Make sure we provide a default implementation of slf4j for any test indirectly use it --> <dependency> <groupId>org.slf4j</groupId>
ok sorry, i admit i did not even tryed On Mon, Aug 24, 2009 at 22:39, Vincent Massol<[email protected]> wrote:
Hi Thomas,
I don't think you can remove this one. I tried it and it failed for me: reason this is a dep on scope = compile while the deps in core parent are on scope = test
Thanks -Vincent
On Aug 24, 2009, at 12:26 PM, tmortagne (SVN) wrote:
Author: tmortagne Date: 2009-08-24 12:26:32 +0200 (Mon, 24 Aug 2009) New Revision: 22869
Modified: platform/core/trunk/xwiki-shared-tests/pom.xml Log: [cleanup] Remove useless dependency (already in core parent)
Modified: platform/core/trunk/xwiki-shared-tests/pom.xml =================================================================== --- platform/core/trunk/xwiki-shared-tests/pom.xml 2009-08-24 10:25:03 UTC (rev 22868) +++ platform/core/trunk/xwiki-shared-tests/pom.xml 2009-08-24 10:26:32 UTC (rev 22869) @@ -36,21 +36,6 @@ <description>Test framework classes shared between functional test modules</description> <dependencies> <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>4.5</version> - </dependency> - <dependency> - <groupId>jmock</groupId> - <artifactId>jmock</artifactId> - <version>1.2.0</version> - </dependency> - <dependency> - <groupId>jmock</groupId> - <artifactId>jmock-cglib</artifactId> - <version>1.2.0</version> - </dependency> - <dependency> <groupId>org.xwiki.platform</groupId> <artifactId>xwiki-core-context</artifactId> <version>${pom.version}</version> @@ -70,6 +55,7 @@ <artifactId>ant</artifactId> <version>1.7.0</version> </dependency> + <!-- Make sure we provide a default implementation of slf4j for any test indirectly use it --> <dependency> <groupId>org.slf4j</groupId>
devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
participants (2)
-
Thomas Mortagne -
Vincent Massol