Re: [xwiki-devs] [xwiki-notifications] r22741 - sandbox/gsoc/importexport/xwiki-core-importer
Why do you need observation in the importer ? On Fri, Aug 14, 2009 at 13:01, asiri<[email protected]> wrote:
Author: asiri Date: 2009-08-14 13:01:26 +0200 (Fri, 14 Aug 2009) New Revision: 22741
Modified: sandbox/gsoc/importexport/xwiki-core-importer/pom.xml Log: [misc] Fixing an invalid dependancy.
Modified: sandbox/gsoc/importexport/xwiki-core-importer/pom.xml =================================================================== --- sandbox/gsoc/importexport/xwiki-core-importer/pom.xml 2009-08-14 10:10:12 UTC (rev 22740) +++ sandbox/gsoc/importexport/xwiki-core-importer/pom.xml 2009-08-14 11:01:26 UTC (rev 22741) @@ -52,7 +52,7 @@ </dependency> <dependency> <groupId>org.xwiki.platform</groupId> - <artifactId>xwiki-core-observation</artifactId> + <artifactId>xwiki-core-observation-local</artifactId> <version>${pom.version}</version> </dependency> <dependency>
_______________________________________________ notifications mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/notifications
-- Thomas Mortagne
On Fri, Aug 14, 2009 at 4:53 PM, Thomas Mortagne <[email protected]>wrote:
Why do you need observation in the importer ?
Ummm, not sure. It was there and I updated. Sorry, I should have checked why (But I was in a hurry). I will fix it. Thanks. - Asiri
On Fri, Aug 14, 2009 at 13:34, Asiri Rathnayake<[email protected]> wrote:
On Fri, Aug 14, 2009 at 4:53 PM, Thomas Mortagne <[email protected]>wrote:
Why do you need observation in the importer ?
Ummm, not sure. It was there and I updated.
Sorry, I should have checked why (But I was in a hurry).
I just wondering in case you know don't worry. You have other things to do.
I will fix it.
Thanks.
- Asiri _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
participants (2)
-
Asiri Rathnayake -
Thomas Mortagne