Depends on the repo.

In the webapp we have a maven based repo implementation that supports transitive deps based on maven metadata in the artifact or in an accompanying pom (at least, I think this is what Meeraj's thing does).

In the standalone env we are currently using a simpler repo that does not support transitive deps or remote downloads. Promoting to do that should just be a matter of changing the repo impl to the same maven one as used in the webapp.

Should we do that?
--
Jeremy

On Oct 11, 2006, at 11:19 AM, Raymond Feng wrote:

Hi, Jeremy.

For the following XML fragment in the default.scdl for binding.axis2,

<dependency xmlns="http://tuscany.apache.org/xmlns/1.0-SNAPSHOT";>
   <group>axis2</group>
   <name>axis2-kernel</name>
   <version>SNAPSHOT</version>
</dependency>

Is it transitive? For example, axis2 has dependencies on wsdl4j and XmlSchema. Would these artifacts be resolvable at runtime without explicit declarations?

Thanks,
Raymond

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to