The binding-ejb one was a mistake host-embedded/ReallySmallRuntimeBuilder creates a SCABindingProcessor
I'll go fix the first one and test against the latest code Thanks Simon On 8/9/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: > > I'm not sure what required these dependency changes: > > - binding-ejb now depending on host-embedded? > - host-embedded now depending on binding-sca-xml? > > Could you please help me understand? Thanks. > > > [EMAIL PROTECTED] wrote: > > Author: slaws > > Date: Wed Aug 8 01:29:54 2007 > > New Revision: 563787 > > > > URL: http://svn.apache.org/viewvc?view=rev&rev=563787 > > Log: > > TUSCANY-1512 > > Correct some binding-sca dependencies that I missed on the last checkin > > > > Modified: > > incubator/tuscany/java/sca/modules/binding-ejb/pom.xml > > incubator/tuscany/java/sca/modules/core-spring/pom.xml > > incubator/tuscany/java/sca/modules/host-embedded/pom.xml > > > > Modified: incubator/tuscany/java/sca/modules/binding-ejb/pom.xml > > URL: > http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/binding-ejb/pom.xml?view=diff&rev=563787&r1=563786&r2=563787 > > > ============================================================================== > > --- incubator/tuscany/java/sca/modules/binding-ejb/pom.xml (original) > > +++ incubator/tuscany/java/sca/modules/binding-ejb/pom.xml Wed Aug 8 > 01:29:54 2007 > > @@ -38,6 +38,12 @@ > > <artifactId>tuscany-extension-helper</artifactId> > > <version>1.0-incubating-SNAPSHOT</version> > > </dependency> > > + > > + <dependency> > > + <groupId>org.apache.tuscany.sca</groupId> > > + <artifactId>tuscany-host-embedded</artifactId> > > + <version>1.0-incubating-SNAPSHOT</version> > > + </dependency> > > > > <dependency> > > <groupId>org.apache.geronimo.specs</groupId> > > > > Modified: incubator/tuscany/java/sca/modules/core-spring/pom.xml > > URL: > http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/core-spring/pom.xml?view=diff&rev=563787&r1=563786&r2=563787 > > > ============================================================================== > > --- incubator/tuscany/java/sca/modules/core-spring/pom.xml (original) > > +++ incubator/tuscany/java/sca/modules/core-spring/pom.xml Wed Aug 8 > 01:29:54 2007 > > @@ -100,8 +100,8 @@ > > <groupId>org.apache.tuscany.sca</groupId> > > <artifactId>tuscany-binding-sca</artifactId> > > <version>1.0-incubating-SNAPSHOT</version> > > - <scope>test</scope> > > - </dependency> > > + </dependency> > > + > > </dependencies> > > > > </project> > > > > Modified: incubator/tuscany/java/sca/modules/host-embedded/pom.xml > > URL: > http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/host-embedded/pom.xml?view=diff&rev=563787&r1=563786&r2=563787 > > > ============================================================================== > > --- incubator/tuscany/java/sca/modules/host-embedded/pom.xml (original) > > +++ incubator/tuscany/java/sca/modules/host-embedded/pom.xml Wed Aug 8 > 01:29:54 2007 > > @@ -45,14 +45,12 @@ > > <groupId>org.apache.tuscany.sca</groupId> > > <artifactId>tuscany-binding-sca</artifactId> > > <version>1.0-incubating-SNAPSHOT</version> > > - <scope>runtime</scope> > > </dependency> > > > > <dependency> > > <groupId>org.apache.tuscany.sca</groupId> > > <artifactId>tuscany-binding-sca-xml</artifactId> > > <version>1.0-incubating-SNAPSHOT</version> > > - <scope>runtime</scope> > > </dependency> > > > > <dependency> > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > -- > Jean-Sebastien > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
