Author: slaws
Date: Sat Sep 15 09:12:33 2007
New Revision: 575932
URL: http://svn.apache.org/viewvc?rev=575932&view=rev
Log:
Reporting missing classes when test is run as part of main build
Added explicit dependency on source of classes to see if that fixes it
Modified:
incubator/tuscany/branches/sca-java-1.0/samples/implementation-composite/pom.xml
Modified:
incubator/tuscany/branches/sca-java-1.0/samples/implementation-composite/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.0/samples/implementation-composite/pom.xml?rev=575932&r1=575931&r2=575932&view=diff
==============================================================================
---
incubator/tuscany/branches/sca-java-1.0/samples/implementation-composite/pom.xml
(original)
+++
incubator/tuscany/branches/sca-java-1.0/samples/implementation-composite/pom.xml
Sat Sep 15 09:12:33 2007
@@ -49,6 +49,12 @@
<version>1.0-incubating-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-host-embedded</artifactId>
+ <version>1.0-incubating-SNAPSHOT</version>
+ </dependency>
<dependency>
<groupId>junit</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]